1
0
mirror of https://github.com/rancher/types.git synced 2025-09-17 15:29:10 +00:00

Revert "Token Hashing"

This commit is contained in:
Caleb Bron
2020-03-03 08:57:27 -07:00
committed by GitHub
parent 8eb69b5e3e
commit feb9eeb30f
3 changed files with 2 additions and 12 deletions

View File

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