Documentation ¶ Index ¶ func BuildApp(client *Client) *cli.Command func Execute() error func Run(args, env []string, out io.Writer) error type Client func NewClient(env []string, out io.Writer) (*Client, error) type Config type KVPair Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func BuildApp ¶ func BuildApp(client *Client) *cli.Command BuildApp creates the CLI application with all commands and subcommands func Execute ¶ func Execute() error func Run ¶ func Run(args, env []string, out io.Writer) error Types ¶ type Client ¶ type Client struct { // contains filtered or unexported fields } func NewClient ¶ func NewClient(env []string, out io.Writer) (*Client, error) type Config ¶ type Config struct { DaemonURL string `json:"daemonUrl"` AuthToken string `json:"authToken"` } type KVPair ¶ type KVPair struct { Key string `json:"key"` Value string `json:"value"` UpdatedAt string `json:"updatedAt"` } Source Files ¶ View all Source files actions.goapp.gobackup_actions.gocli.gocustomkv_actions.gonotify_actions.gooffsite_actions.goparameters_actions.go Click to show internal directories. Click to hide internal directories.