Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddOutputJsonYamlTextFlag ¶
func AddOutputJsonYamlTextFlag(cmd *kingpin.CmdClause)
func DefineDebugCommands ¶
func DefineDebugCommands(kpApp *kingpin.Application)
func DefineDebugCommandsSelf ¶
func DefineDebugCommandsSelf(kpApp *kingpin.Application)
func FormatFromRequest ¶
Types ¶
type Client ¶
type Client struct {
SocketPath string
}
func DefaultClient ¶
func DefaultClient() *Client
func (*Client) WithSocketPath ¶
type ConfigRequest ¶
type ConfigRequest struct {
// contains filtered or unexported fields
}
func Config ¶
func Config(client *Client) *ConfigRequest
type HookRequest ¶
type HookRequest struct {
// contains filtered or unexported fields
}
func Hook ¶
func Hook(client *Client) *HookRequest
func (*HookRequest) Name ¶
func (r *HookRequest) Name(name string) *HookRequest
type QueueRequest ¶
type QueueRequest struct {
// contains filtered or unexported fields
}
func Queue ¶
func Queue(client *Client) *QueueRequest
Click to show internal directories.
Click to hide internal directories.