Documentation ¶ Index ¶ func GetSecretSize(secret Secret, deploymentWD string) (size int64, err error) type Owner type Secret type SecretError func UploadSecret(ctx ssh.Context, host ssh.Host, secret Secret, deploymentWD string) *SecretError func (e SecretError) Error() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetSecretSize ¶ func GetSecretSize(secret Secret, deploymentWD string) (size int64, err error) Types ¶ type Owner ¶ type Owner struct { Group string User string } type Secret ¶ type Secret struct { Source string Destination string Owner Owner Permissions string Action []string } type SecretError ¶ type SecretError struct { Err error Fatal bool } func UploadSecret ¶ func UploadSecret(ctx ssh.Context, host ssh.Host, secret Secret, deploymentWD string) *SecretError func (SecretError) Error ¶ func (e SecretError) Error() string Source Files ¶ View all Source files secrets.gotypes.go Click to show internal directories. Click to hide internal directories.