Fork自 KubeSphere / kubesphere
package token type User interface { // Name Name() string UID() string }