Documentation ¶
Index ¶
- func Decrypt(ciphertext string, key []byte) (string, error)
- func Encrypt(plaintext string) (string, string, error)
- func EqualWithKey(pw string, key string) bool
- func GenerateRandNum(length int) int
- func Hash(pw string) string
- func ParseInterfaceMap(data interface{}, keys []string) interface{}
- func PtrInt32(n int) *int32
- type Clients
- type Components
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EqualWithKey ¶
func GenerateRandNum ¶
func ParseInterfaceMap ¶
func ParseInterfaceMap(data interface{}, keys []string) interface{}
Types ¶
type Components ¶
type Components int
const ( SecretManager Components = iota DeployManager RbacManager TraceManager Gateway InstallManager WebhookManager )
Click to show internal directories.
Click to hide internal directories.