1
0
mirror of https://github.com/rancher/types.git synced 2025-09-16 14:59:16 +00:00

token hashing

This commit is contained in:
Caleb Bron
2020-02-20 16:03:51 -07:00
parent 300a04e6f7
commit e5aaec5bd3
3 changed files with 12 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
package systemtokens
type Interface interface {
EnsureSystemToken(name, description, kind, username string, overrideTTL *int64) (string, error)
}