Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddEncryptionKey ¶
AddEncryptionKey creates a password encryption key in a user's home directory.
Types ¶
type GcpCreds ¶
type GcpCreds struct {
Type string `json:"type"`
ClientEmail string `json:"client_email"`
ClientId string `json:"client_id"`
PrivateKeyId string `json:"private_key_id"`
PrivateKey string `json:"private_key"`
ProjectId string `json:"project_id"`
TokenURI string `json:"token_uri"`
}
func GetGcpCreds ¶
func GetGcpCreds() *GcpCreds
Click to show internal directories.
Click to hide internal directories.