Documentation ¶
Index ¶
- func NewCmdEventsStore(ctx context.Context, cfg *config.Config) *cobra.Command
- func NewCmdEventsStoreAttach(ctx context.Context, cfg *config.Config) *cobra.Command
- func NewCmdEventsStoreList(ctx context.Context, cfg *config.Config) *cobra.Command
- func NewCmdEventsStoreReceive(ctx context.Context, cfg *config.Config) *cobra.Command
- func NewCmdEventsStoreSend(ctx context.Context, cfg *config.Config) *cobra.Command
- type AttachOptions
- type Client
- type ListOptions
- type Queue
- type Queues
- type ReceiveOptions
- type Response
- type SendOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdEventsStore ¶
func NewCmdEventsStoreAttach ¶
func NewCmdEventsStoreList ¶
Types ¶
type AttachOptions ¶
type AttachOptions struct {
// contains filtered or unexported fields
}
func (*AttachOptions) Complete ¶
func (o *AttachOptions) Complete(args []string) error
func (*AttachOptions) Validate ¶
func (o *AttachOptions) Validate() error
type ListOptions ¶
type ListOptions struct {
// contains filtered or unexported fields
}
func (*ListOptions) Complete ¶
func (o *ListOptions) Complete(args []string) error
func (*ListOptions) Validate ¶
func (o *ListOptions) Validate() error
type ReceiveOptions ¶
type ReceiveOptions struct {
// contains filtered or unexported fields
}
func (*ReceiveOptions) Complete ¶
func (o *ReceiveOptions) Complete(args []string) error
func (*ReceiveOptions) Validate ¶
func (o *ReceiveOptions) Validate() error
type Response ¶
type Response struct { Node string `json:"node"` Error bool `json:"error"` ErrorString string `json:"error_string"` Data json.RawMessage `json:"data"` }
type SendOptions ¶
type SendOptions struct {
// contains filtered or unexported fields
}
func (*SendOptions) Complete ¶
func (o *SendOptions) Complete(args []string) error
func (*SendOptions) Validate ¶
func (o *SendOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.