Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "dev"
Version is set at build time via ldflags
Functions ¶
func InitProjectService ¶
InitProjectService sets up the service for the CLI
func InitSecretsService ¶
InitSecretsService sets up the service for the CLI
func NewExecCmd ¶ added in v1.0.3
Types ¶
type ExecRequest ¶ added in v1.0.3
type ExecResponse ¶ added in v1.0.3
type ExecResponse struct {
ProtocolVersion int `json:"protocolVersion"`
Values map[string]string `json:"values"`
Errors map[string]ExecSecretError `json:"errors,omitempty"`
}
type ExecSecretError ¶ added in v1.0.3
type ExecSecretError struct {
Message string `json:"message"`
}
Click to show internal directories.
Click to hide internal directories.