mirror of
https://github.com/rancher/types.git
synced 2025-06-22 19:57:02 +00:00
6 lines
148 B
Go
6 lines
148 B
Go
|
package systemtokens
|
||
|
|
||
|
type Interface interface {
|
||
|
EnsureSystemToken(name, description, kind, username string, overrideTTL *int64) (string, error)
|
||
|
}
|