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

Revert "token hashing"

This commit is contained in:
Caleb Bron
2020-03-06 16:48:40 -07:00
committed by GitHub
parent 37f04dbaa0
commit 684ae0d3fb
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)
}