Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( INOXD_MASTER_KEYSET_ENCODING = base64.StdEncoding ErrInoxdMasterKeysetEnvVarNotFound = errors.New(unitenv.INOXD_MASTER_KEYSET_ENV_VARNAME + " is not set") ErrInoxdMasterKeysetEnvVarSetButEmpty = errors.New(unitenv.INOXD_MASTER_KEYSET_ENV_VARNAME + " is set but is empty") )
Functions ¶
Types ¶
type JSONSerializedKeySet ¶
type JSONSerializedKeySet string
func GenerateRandomInoxdMasterKeyset ¶
func GenerateRandomInoxdMasterKeyset() JSONSerializedKeySet
Click to show internal directories.
Click to hide internal directories.