Documentation ¶
Index ¶
- type CreateChannelFlags
- type CreateChannelOperation
- type CreateCheckFlags
- type CreateCheckOperation
- type DeleteChannelFlags
- type DeleteChannelOperation
- type DeleteCheckFlags
- type DeleteCheckOperation
- type ListChannelsOperation
- type ListChannelsOperationFlags
- type ListOperation
- type ListOperationFlags
- type ListRunsOperation
- type ListRunsOperationFlags
- type LoginOperation
- type LoginOperationFlags
- type LogoutOperation
- type LogoutOperationFlags
- type LogsOperation
- type LogsOperationFlags
- type ShowChannelFlags
- type ShowChannelOperation
- type ShowOperation
- type ShowOperationFlags
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateChannelFlags ¶ added in v0.0.5
type CreateChannelOperation ¶ added in v0.0.5
type CreateChannelOperation struct { }
func (*CreateChannelOperation) CreateChannelOperation ¶ added in v0.0.5
func (operation *CreateChannelOperation) CreateChannelOperation(channelName string, flags CreateChannelFlags) error
type CreateCheckFlags ¶
type CreateCheckOperation ¶
type CreateCheckOperation struct { }
func (*CreateCheckOperation) CreateCheckOperation ¶
func (operation *CreateCheckOperation) CreateCheckOperation(checkName string, flags CreateCheckFlags) error
type DeleteChannelFlags ¶ added in v0.0.5
type DeleteChannelFlags struct {
DevMode bool
}
type DeleteChannelOperation ¶ added in v0.0.5
type DeleteChannelOperation struct { }
func (*DeleteChannelOperation) DeleteChannelOperation ¶ added in v0.0.5
func (operation *DeleteChannelOperation) DeleteChannelOperation(channelName string, flags DeleteChannelFlags) error
type DeleteCheckFlags ¶
type DeleteCheckFlags struct {
DevMode bool
}
type DeleteCheckOperation ¶
type DeleteCheckOperation struct { }
func (*DeleteCheckOperation) DeleteCheckOperation ¶
func (operation *DeleteCheckOperation) DeleteCheckOperation(checkName string, flags DeleteCheckFlags) error
type ListChannelsOperation ¶ added in v0.0.5
type ListChannelsOperation struct { }
func (*ListChannelsOperation) ListChannelsOperation ¶ added in v0.0.5
func (operation *ListChannelsOperation) ListChannelsOperation(flags ListChannelsOperationFlags) error
type ListChannelsOperationFlags ¶ added in v0.0.5
type ListChannelsOperationFlags struct {
DevMode bool
}
type ListOperation ¶
type ListOperation struct { }
func (*ListOperation) ListOperation ¶
func (operation *ListOperation) ListOperation(flags ListOperationFlags) error
type ListOperationFlags ¶
type ListOperationFlags struct {
DevMode bool
}
type ListRunsOperation ¶
type ListRunsOperation struct { }
func (*ListRunsOperation) ListRunsOperation ¶
func (operation *ListRunsOperation) ListRunsOperation(checkName string, flags ListRunsOperationFlags) error
type ListRunsOperationFlags ¶
type ListRunsOperationFlags struct {
DevMode bool
}
type LoginOperation ¶
type LoginOperation struct { }
func (*LoginOperation) LoginOperation ¶
func (operation *LoginOperation) LoginOperation(flags LoginOperationFlags) error
type LoginOperationFlags ¶
type LogoutOperation ¶
type LogoutOperation struct { }
func (*LogoutOperation) LogoutOperation ¶
func (operation *LogoutOperation) LogoutOperation(flags LogoutOperationFlags) error
type LogoutOperationFlags ¶
type LogoutOperationFlags struct { }
type LogsOperation ¶
type LogsOperation struct { }
func (*LogsOperation) LogsOperation ¶
func (operation *LogsOperation) LogsOperation(checkName string, runId string, flags LogsOperationFlags) error
type LogsOperationFlags ¶
type LogsOperationFlags struct {
DevMode bool
}
type ShowChannelFlags ¶ added in v0.0.5
type ShowChannelFlags struct {
DevMode bool
}
type ShowChannelOperation ¶ added in v0.0.5
type ShowChannelOperation struct { }
func (*ShowChannelOperation) ShowChannelOperation ¶ added in v0.0.5
func (operation *ShowChannelOperation) ShowChannelOperation(channelName string, flags ShowChannelFlags) error
type ShowOperation ¶
type ShowOperation struct { }
func (*ShowOperation) ShowOperation ¶
func (operation *ShowOperation) ShowOperation(checkName string, flags ShowOperationFlags) error
type ShowOperationFlags ¶
type ShowOperationFlags struct {
DevMode bool
}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.