Documentation
¶
Index ¶
- func NewCmdCommands(ctx context.Context, cfg *config.Config) *cobra.Command
- func NewCmdCommandsAttach(ctx context.Context, cfg *config.Config) *cobra.Command
- func NewCmdCommandsReceive(ctx context.Context, cfg *config.Config) *cobra.Command
- func NewCmdCommandsSend(ctx context.Context, cfg *config.Config) *cobra.Command
- type AttachOptions
- type ReceiveOptions
- type SendOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdCommandsAttach ¶
func NewCmdCommandsReceive ¶
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 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 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.