Documentation
¶
Index ¶
- type BaseCommand
- type CreateCommand
- type CreateListenerCommand
- type CreateUserCommand
- type DeleteCommand
- type DeleteListenerCommand
- type DeleteUserCommand
- type GetAccessTokenCommand
- type GetCommand
- type GetDataSourcesCommand
- type GetDbCommand
- type GetListenerTypesCommand
- type GetListenersCommand
- type GetStateCommand
- type GetUsersCommand
- type LoginCommand
- type TriggerCommand
- type TriggerListenerCommand
- type UpdateCommand
- type UpdateListenerCommand
- type UpdateUserCommand
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseCommand ¶
BaseCommand ...
type CreateListenerCommand ¶
type CreateListenerCommand struct {
*BaseCommand
}
CreateListenerCommand ...
func (*CreateListenerCommand) Synopsis ¶
func (c *CreateListenerCommand) Synopsis() string
Synopsis ...
type DeleteListenerCommand ¶
type DeleteListenerCommand struct {
*BaseCommand
}
DeleteListenerCommand ...
func (*DeleteListenerCommand) Synopsis ¶
func (c *DeleteListenerCommand) Synopsis() string
Synopsis ...
type GetAccessTokenCommand ¶
type GetAccessTokenCommand struct {
*BaseCommand
}
GetAccessTokenCommand ...
func (*GetAccessTokenCommand) Synopsis ¶
func (c *GetAccessTokenCommand) Synopsis() string
Synopsis ...
type GetDataSourcesCommand ¶
type GetDataSourcesCommand struct {
*BaseCommand
}
GetDataSourcesCommand ...
func (*GetDataSourcesCommand) Synopsis ¶
func (c *GetDataSourcesCommand) Synopsis() string
Synopsis ...
type GetListenerTypesCommand ¶
type GetListenerTypesCommand struct {
*BaseCommand
}
GetListenerTypesCommand ...
func (*GetListenerTypesCommand) Run ¶
func (c *GetListenerTypesCommand) Run(args []string) int
Run ...
func (*GetListenerTypesCommand) Synopsis ¶
func (c *GetListenerTypesCommand) Synopsis() string
Synopsis ...
type TriggerListenerCommand ¶
type TriggerListenerCommand struct {
*BaseCommand
}
TriggerListenerCommand ...
func (*TriggerListenerCommand) Run ¶
func (c *TriggerListenerCommand) Run(args []string) int
Run ...
func (*TriggerListenerCommand) Synopsis ¶
func (c *TriggerListenerCommand) Synopsis() string
Synopsis ...
type UpdateListenerCommand ¶
type UpdateListenerCommand struct {
*BaseCommand
}
UpdateListenerCommand ...
func (*UpdateListenerCommand) Synopsis ¶
func (c *UpdateListenerCommand) Synopsis() string
Synopsis ...
Source Files
¶
Click to show internal directories.
Click to hide internal directories.