operations

package
v1.0.18 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 18, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateChannelFlags added in v0.0.5

type CreateChannelFlags struct {
	DevMode                 bool
	Type                    string
	WebHookUrl              string
	EmailAddress            string
	PagerDutyServiceKey     string
	SlackIncomingWebhookUrl string
}

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 CreateCheckFlags struct {
	DockerImage            string
	CheckIntervalInMinutes int16
	FailureThreshold       int16
	DevMode                bool
	Environment            map[string]string
	WebHookUrl             string
	EmailAddress           string
	NotificationChannels   []string
}

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 LoginOperationFlags struct {
	PersonalAccessToken string
	DevMode             bool
}

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
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL