cmd

package
v0.0.0-...-b0d2626 Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2021 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AbilityListCommand

func AbilityListCommand() (cli.Command, error)

func AbilityTestCommand

func AbilityTestCommand() (cli.Command, error)

func AddonDeleteCommand

func AddonDeleteCommand() (cli.Command, error)

func AddonInstallCommand

func AddonInstallCommand() (cli.Command, error)

func AddonListCommand

func AddonListCommand() (cli.Command, error)

func AddonShowCommand

func AddonShowCommand() (cli.Command, error)

func AddonUpdateCommand

func AddonUpdateCommand() (cli.Command, error)

func AnalyticsGetAggregatedIncidentDataCommand

func AnalyticsGetAggregatedIncidentDataCommand() (cli.Command, error)

AnalyticsGetAggregatedIncidentDataCommand gets the aggregated incident analytics for the requested data.

func AnalyticsGetAggregatedServiceDataCommand

func AnalyticsGetAggregatedServiceDataCommand() (cli.Command, error)

AnalyticsGetAggregatedServiceDataCommand gets the aggregated service analytics for the requested data.

func AnalyticsGetAggregatedTeamDataCommand

func AnalyticsGetAggregatedTeamDataCommand() (cli.Command, error)

AnalyticsGetAggregatedTeamDataCommand gets the aggregated team analytics for the requested data.

func EscalationPolicyCreateCommand

func EscalationPolicyCreateCommand() (cli.Command, error)

func EscalationPolicyDeleteCommand

func EscalationPolicyDeleteCommand() (cli.Command, error)

func EscalationPolicyListCommand

func EscalationPolicyListCommand() (cli.Command, error)

func EscalationPolicyShowCommand

func EscalationPolicyShowCommand() (cli.Command, error)

func EscalationPolicyUpdateCommand

func EscalationPolicyUpdateCommand() (cli.Command, error)

func EventV2ManageCommand

func EventV2ManageCommand() (cli.Command, error)

func IncidentListCommand

func IncidentListCommand() (cli.Command, error)

func IncidentManageCommand

func IncidentManageCommand() (cli.Command, error)

func IncidentNoteCreateCommand

func IncidentNoteCreateCommand() (cli.Command, error)

func IncidentNoteListCommand

func IncidentNoteListCommand() (cli.Command, error)

func IncidentShowCommand

func IncidentShowCommand() (cli.Command, error)

func IncidentSnoozeCommand

func IncidentSnoozeCommand() (cli.Command, error)

func LogEntryListCommand

func LogEntryListCommand() (cli.Command, error)

func LogEntryShowCommand

func LogEntryShowCommand() (cli.Command, error)

func MaintenanceWindowCreateCommand

func MaintenanceWindowCreateCommand() (cli.Command, error)

func MaintenanceWindowDeleteCommand

func MaintenanceWindowDeleteCommand() (cli.Command, error)

func MaintenanceWindowListCommand

func MaintenanceWindowListCommand() (cli.Command, error)

func MaintenanceWindowShowCommand

func MaintenanceWindowShowCommand() (cli.Command, error)

func MaintenanceWindowUpdateCommand

func MaintenanceWindowUpdateCommand() (cli.Command, error)

func NotificationListCommand

func NotificationListCommand() (cli.Command, error)

func OncallListCommand

func OncallListCommand() (cli.Command, error)

func ScheduleCreateCommand

func ScheduleCreateCommand() (cli.Command, error)

func ScheduleDeleteCommand

func ScheduleDeleteCommand() (cli.Command, error)

func ScheduleListCommand

func ScheduleListCommand() (cli.Command, error)

func ScheduleOncallListCommand

func ScheduleOncallListCommand() (cli.Command, error)

func ScheduleOverrideCreateCommand

func ScheduleOverrideCreateCommand() (cli.Command, error)

func ScheduleOverrideDeleteCommand

func ScheduleOverrideDeleteCommand() (cli.Command, error)

func ScheduleOverrideListCommand

func ScheduleOverrideListCommand() (cli.Command, error)

func SchedulePreviewCommand

func SchedulePreviewCommand() (cli.Command, error)

func ScheduleShowCommand

func ScheduleShowCommand() (cli.Command, error)

func ScheduleUpdateCommand

func ScheduleUpdateCommand() (cli.Command, error)

func ServiceCreateCommand

func ServiceCreateCommand() (cli.Command, error)

func ServiceDeleteCommand

func ServiceDeleteCommand() (cli.Command, error)

func ServiceIntegrationCreateCommand

func ServiceIntegrationCreateCommand() (cli.Command, error)

func ServiceIntegrationShowCommand

func ServiceIntegrationShowCommand() (cli.Command, error)

func ServiceIntegrationUpdateCommand

func ServiceIntegrationUpdateCommand() (cli.Command, error)

func ServiceListCommand

func ServiceListCommand() (cli.Command, error)

func ServiceRuleCreateCommand

func ServiceRuleCreateCommand() (cli.Command, error)

func ServiceRuleDeleteCommand

func ServiceRuleDeleteCommand() (cli.Command, error)

func ServiceRuleListCommand

func ServiceRuleListCommand() (cli.Command, error)

func ServiceRuleShowCommand

func ServiceRuleShowCommand() (cli.Command, error)

func ServiceRuleUpdateCommand

func ServiceRuleUpdateCommand() (cli.Command, error)

func ServiceShowCommand

func ServiceShowCommand() (cli.Command, error)

func ServiceUpdateCommand

func ServiceUpdateCommand() (cli.Command, error)

func TeamAddEscalationPolicyCommand

func TeamAddEscalationPolicyCommand() (cli.Command, error)

func TeamAddUserCommand

func TeamAddUserCommand() (cli.Command, error)

func TeamCreateCommand

func TeamCreateCommand() (cli.Command, error)

func TeamDeleteCommand

func TeamDeleteCommand() (cli.Command, error)

func TeamListCommand

func TeamListCommand() (cli.Command, error)

func TeamRemoveEscalationPolicyCommand

func TeamRemoveEscalationPolicyCommand() (cli.Command, error)

func TeamShowCommand

func TeamShowCommand() (cli.Command, error)

func TeamUpdateCommand

func TeamUpdateCommand() (cli.Command, error)

func TextEditor

func TextEditor(content []byte) ([]byte, error)

func UserContactMethodCreateCommand

func UserContactMethodCreateCommand() (cli.Command, error)

func UserContactMethodDeleteCommand

func UserContactMethodDeleteCommand() (cli.Command, error)

func UserContactMethodListCommand

func UserContactMethodListCommand() (cli.Command, error)

func UserContactMethodShowCommand

func UserContactMethodShowCommand() (cli.Command, error)

func UserContactMethodUpdateCommand

func UserContactMethodUpdateCommand() (cli.Command, error)

func UserCreateCommand

func UserCreateCommand() (cli.Command, error)

func UserDeleteCommand

func UserDeleteCommand() (cli.Command, error)

func UserListCommand

func UserListCommand() (cli.Command, error)

func UserNotificationRuleCreateCommand

func UserNotificationRuleCreateCommand() (cli.Command, error)

func UserNotificationRuleDeleteCommand

func UserNotificationRuleDeleteCommand() (cli.Command, error)

func UserNotificationRuleListCommand

func UserNotificationRuleListCommand() (cli.Command, error)

func UserNotificationRuleShowCommand

func UserNotificationRuleShowCommand() (cli.Command, error)

func UserNotificationRuleUpdateCommand

func UserNotificationRuleUpdateCommand() (cli.Command, error)

func UserShowCommand

func UserShowCommand() (cli.Command, error)

func UserUpdateCommand

func UserUpdateCommand() (cli.Command, error)

func VendorListCommand

func VendorListCommand() (cli.Command, error)

func VendorShowCommand

func VendorShowCommand() (cli.Command, error)

Types

type AbilityList

type AbilityList struct {
	Meta
}

func (*AbilityList) Help

func (c *AbilityList) Help() string

func (*AbilityList) Run

func (c *AbilityList) Run(args []string) int

func (*AbilityList) Synopsis

func (c *AbilityList) Synopsis() string

type AbilityTest

type AbilityTest struct {
	Meta
}

func (*AbilityTest) Help

func (c *AbilityTest) Help() string

func (*AbilityTest) Run

func (c *AbilityTest) Run(args []string) int

func (*AbilityTest) Synopsis

func (c *AbilityTest) Synopsis() string

type AddonDelete

type AddonDelete struct {
	Meta
}

func (*AddonDelete) Help

func (c *AddonDelete) Help() string

func (*AddonDelete) Run

func (c *AddonDelete) Run(args []string) int

func (*AddonDelete) Synopsis

func (c *AddonDelete) Synopsis() string

type AddonInstall

type AddonInstall struct {
	Meta
}

func (*AddonInstall) Help

func (c *AddonInstall) Help() string

func (*AddonInstall) Run

func (c *AddonInstall) Run(args []string) int

func (*AddonInstall) Synopsis

func (c *AddonInstall) Synopsis() string

type AddonList

type AddonList struct {
	Meta
}

func (*AddonList) Help

func (c *AddonList) Help() string

func (*AddonList) Run

func (c *AddonList) Run(args []string) int

func (*AddonList) Synopsis

func (c *AddonList) Synopsis() string

type AddonShow

type AddonShow struct {
	Meta
}

func (*AddonShow) Help

func (c *AddonShow) Help() string

func (*AddonShow) Run

func (c *AddonShow) Run(args []string) int

func (*AddonShow) Synopsis

func (c *AddonShow) Synopsis() string

type AddonUpdate

type AddonUpdate struct {
	Meta
}

func (*AddonUpdate) Help

func (c *AddonUpdate) Help() string

func (*AddonUpdate) Run

func (c *AddonUpdate) Run(args []string) int

func (*AddonUpdate) Synopsis

func (c *AddonUpdate) Synopsis() string

type AnalyticsServiceShow

type AnalyticsServiceShow struct {
	Meta
}

func (*AnalyticsServiceShow) Help

func (c *AnalyticsServiceShow) Help() string

Help displays information on how to use the analytics service cli command.

func (*AnalyticsServiceShow) Run

func (c *AnalyticsServiceShow) Run(args []string) int

Run executes analytics cli command and displays service analytics for the requested data.

func (*AnalyticsServiceShow) Synopsis

func (c *AnalyticsServiceShow) Synopsis() string

Synopsis returns a synopsis of the analytics service cli command.

type AnalyticsShow

type AnalyticsShow struct {
	Meta
}

func (*AnalyticsShow) Help

func (c *AnalyticsShow) Help() string

Help displays information on how to use the analytics incident cli command.

func (*AnalyticsShow) Run

func (c *AnalyticsShow) Run(args []string) int

Run executes analytics cli command and displays incident analytics for the requested data.

func (*AnalyticsShow) Synopsis

func (c *AnalyticsShow) Synopsis() string

Synopsis returns a synopsis of the analytics incident cli command.

type AnalyticsTeamShow

type AnalyticsTeamShow struct {
	Meta
}

func (*AnalyticsTeamShow) Help

func (c *AnalyticsTeamShow) Help() string

Help displays information on how to use the analytics team cli command.

func (*AnalyticsTeamShow) Run

func (c *AnalyticsTeamShow) Run(args []string) int

Run executes analytics cli command and displays team analytics for the requested data.

func (*AnalyticsTeamShow) Synopsis

func (c *AnalyticsTeamShow) Synopsis() string

Synopsis returns a synopsis of the analytics team cli command.

type ArrayFlags

type ArrayFlags []string

func (*ArrayFlags) Set

func (a *ArrayFlags) Set(v string) error

func (*ArrayFlags) String

func (a *ArrayFlags) String() string

type EscalationPolicyCreate

type EscalationPolicyCreate struct {
	Meta
}

func (*EscalationPolicyCreate) Help

func (c *EscalationPolicyCreate) Help() string

func (*EscalationPolicyCreate) Run

func (c *EscalationPolicyCreate) Run(args []string) int

func (*EscalationPolicyCreate) Synopsis

func (c *EscalationPolicyCreate) Synopsis() string

type EscalationPolicyDelete

type EscalationPolicyDelete struct {
}

func (*EscalationPolicyDelete) Help

func (c *EscalationPolicyDelete) Help() string

func (*EscalationPolicyDelete) Run

func (c *EscalationPolicyDelete) Run(args []string) int

func (*EscalationPolicyDelete) Synopsis

func (c *EscalationPolicyDelete) Synopsis() string

type EscalationPolicyList

type EscalationPolicyList struct {
	Meta
}

func (*EscalationPolicyList) Help

func (c *EscalationPolicyList) Help() string

func (*EscalationPolicyList) Run

func (c *EscalationPolicyList) Run(args []string) int

func (*EscalationPolicyList) Synopsis

func (c *EscalationPolicyList) Synopsis() string

type EscalationPolicyShow

type EscalationPolicyShow struct {
	Meta
}

func (*EscalationPolicyShow) Help

func (c *EscalationPolicyShow) Help() string

func (*EscalationPolicyShow) Run

func (c *EscalationPolicyShow) Run(args []string) int

func (*EscalationPolicyShow) Synopsis

func (c *EscalationPolicyShow) Synopsis() string

type EscalationPolicyUpdateUpdate

type EscalationPolicyUpdateUpdate struct {
}

func (*EscalationPolicyUpdateUpdate) Help

func (*EscalationPolicyUpdateUpdate) Run

func (c *EscalationPolicyUpdateUpdate) Run(args []string) int

func (*EscalationPolicyUpdateUpdate) Synopsis

func (c *EscalationPolicyUpdateUpdate) Synopsis() string

type EventV2Manage

type EventV2Manage struct {
	Meta
}

func (*EventV2Manage) Help

func (c *EventV2Manage) Help() string

func (*EventV2Manage) Run

func (c *EventV2Manage) Run(args []string) int

func (*EventV2Manage) Synopsis

func (c *EventV2Manage) Synopsis() string

type FlagSetFlags

type FlagSetFlags uint

type IncidentList

type IncidentList struct {
	Meta
}

func (*IncidentList) Help

func (c *IncidentList) Help() string

func (*IncidentList) Run

func (c *IncidentList) Run(args []string) int

func (*IncidentList) Synopsis

func (c *IncidentList) Synopsis() string

type IncidentManage

type IncidentManage struct {
}

func (*IncidentManage) Help

func (c *IncidentManage) Help() string

func (*IncidentManage) Run

func (c *IncidentManage) Run(args []string) int

func (*IncidentManage) Synopsis

func (c *IncidentManage) Synopsis() string

type IncidentNoteCreate

type IncidentNoteCreate struct {
}

func (*IncidentNoteCreate) Help

func (c *IncidentNoteCreate) Help() string

func (*IncidentNoteCreate) Run

func (c *IncidentNoteCreate) Run(args []string) int

func (*IncidentNoteCreate) Synopsis

func (c *IncidentNoteCreate) Synopsis() string

type IncidentNoteList

type IncidentNoteList struct {
}

func (*IncidentNoteList) Help

func (c *IncidentNoteList) Help() string

func (*IncidentNoteList) Run

func (c *IncidentNoteList) Run(args []string) int

func (*IncidentNoteList) Synopsis

func (c *IncidentNoteList) Synopsis() string

type IncidentShow

type IncidentShow struct {
}

func (*IncidentShow) Help

func (c *IncidentShow) Help() string

func (*IncidentShow) Run

func (c *IncidentShow) Run(args []string) int

func (*IncidentShow) Synopsis

func (c *IncidentShow) Synopsis() string

type IncidentSnooze

type IncidentSnooze struct {
}

func (*IncidentSnooze) Help

func (c *IncidentSnooze) Help() string

func (*IncidentSnooze) Run

func (c *IncidentSnooze) Run(args []string) int

func (*IncidentSnooze) Synopsis

func (c *IncidentSnooze) Synopsis() string

type LogEntryList

type LogEntryList struct {
}

func (*LogEntryList) Help

func (c *LogEntryList) Help() string

func (*LogEntryList) Run

func (c *LogEntryList) Run(args []string) int

func (*LogEntryList) Synopsis

func (c *LogEntryList) Synopsis() string

type LogEntryShow

type LogEntryShow struct {
}

func (*LogEntryShow) Help

func (c *LogEntryShow) Help() string

func (*LogEntryShow) Run

func (c *LogEntryShow) Run(args []string) int

func (*LogEntryShow) Synopsis

func (c *LogEntryShow) Synopsis() string

type MaintenanceWindowCreate

type MaintenanceWindowCreate struct {
	Meta
}

func (*MaintenanceWindowCreate) Help

func (c *MaintenanceWindowCreate) Help() string

func (*MaintenanceWindowCreate) Run

func (c *MaintenanceWindowCreate) Run(args []string) int

func (*MaintenanceWindowCreate) Synopsis

func (c *MaintenanceWindowCreate) Synopsis() string

type MaintenanceWindowDelete

type MaintenanceWindowDelete struct {
	Meta
}

func (*MaintenanceWindowDelete) Help

func (c *MaintenanceWindowDelete) Help() string

func (*MaintenanceWindowDelete) Run

func (c *MaintenanceWindowDelete) Run(args []string) int

func (*MaintenanceWindowDelete) Synopsis

func (c *MaintenanceWindowDelete) Synopsis() string

type MaintenanceWindowList

type MaintenanceWindowList struct {
	Meta
}

func (*MaintenanceWindowList) Help

func (c *MaintenanceWindowList) Help() string

func (*MaintenanceWindowList) Run

func (c *MaintenanceWindowList) Run(args []string) int

func (*MaintenanceWindowList) Synopsis

func (c *MaintenanceWindowList) Synopsis() string

type MaintenanceWindowShow

type MaintenanceWindowShow struct {
	Meta
}

func (*MaintenanceWindowShow) Help

func (c *MaintenanceWindowShow) Help() string

func (*MaintenanceWindowShow) Run

func (c *MaintenanceWindowShow) Run(args []string) int

func (*MaintenanceWindowShow) Synopsis

func (c *MaintenanceWindowShow) Synopsis() string

type MaintenanceWindowUpdate

type MaintenanceWindowUpdate struct {
	Meta
}

func (*MaintenanceWindowUpdate) Help

func (c *MaintenanceWindowUpdate) Help() string

func (*MaintenanceWindowUpdate) Run

func (c *MaintenanceWindowUpdate) Run(args []string) int

func (*MaintenanceWindowUpdate) Synopsis

func (c *MaintenanceWindowUpdate) Synopsis() string

type Meta

type Meta struct {
	Authtoken string
	Loglevel  string
}

func (*Meta) Client

func (m *Meta) Client() *pagerduty.Client

func (*Meta) FlagSet

func (m *Meta) FlagSet(n string) *flag.FlagSet

func (*Meta) Help

func (m *Meta) Help() string

func (*Meta) Setup

func (m *Meta) Setup() error

type NotificationList

type NotificationList struct {
}

func (*NotificationList) Help

func (c *NotificationList) Help() string

func (*NotificationList) Run

func (c *NotificationList) Run(args []string) int

func (*NotificationList) Synopsis

func (c *NotificationList) Synopsis() string

type OncallList

type OncallList struct {
	Meta
}

func (*OncallList) Help

func (c *OncallList) Help() string

func (*OncallList) Run

func (c *OncallList) Run(args []string) int

func (*OncallList) Synopsis

func (c *OncallList) Synopsis() string

type ScheduleCreate

type ScheduleCreate struct {
	Meta
}

func (*ScheduleCreate) Help

func (c *ScheduleCreate) Help() string

func (*ScheduleCreate) Run

func (c *ScheduleCreate) Run(args []string) int

func (*ScheduleCreate) Synopsis

func (c *ScheduleCreate) Synopsis() string

type ScheduleDelete

type ScheduleDelete struct {
}

func (*ScheduleDelete) Help

func (c *ScheduleDelete) Help() string

func (*ScheduleDelete) Run

func (c *ScheduleDelete) Run(args []string) int

func (*ScheduleDelete) Synopsis

func (c *ScheduleDelete) Synopsis() string

type ScheduleList

type ScheduleList struct {
	Meta
}

func (*ScheduleList) Help

func (c *ScheduleList) Help() string

func (*ScheduleList) Run

func (c *ScheduleList) Run(args []string) int

func (*ScheduleList) Synopsis

func (c *ScheduleList) Synopsis() string

type ScheduleOncallList

type ScheduleOncallList struct {
}

func (*ScheduleOncallList) Help

func (c *ScheduleOncallList) Help() string

func (*ScheduleOncallList) Run

func (c *ScheduleOncallList) Run(args []string) int

func (*ScheduleOncallList) Synopsis

func (c *ScheduleOncallList) Synopsis() string

type ScheduleOverrideCreate

type ScheduleOverrideCreate struct {
	Meta
}

func (*ScheduleOverrideCreate) Help

func (c *ScheduleOverrideCreate) Help() string

func (*ScheduleOverrideCreate) Run

func (c *ScheduleOverrideCreate) Run(args []string) int

func (*ScheduleOverrideCreate) Synopsis

func (c *ScheduleOverrideCreate) Synopsis() string

type ScheduleOverrideDelete

type ScheduleOverrideDelete struct {
}

func (*ScheduleOverrideDelete) Help

func (c *ScheduleOverrideDelete) Help() string

func (*ScheduleOverrideDelete) Run

func (c *ScheduleOverrideDelete) Run(args []string) int

func (*ScheduleOverrideDelete) Synopsis

func (c *ScheduleOverrideDelete) Synopsis() string

type ScheduleOverrideList

type ScheduleOverrideList struct {
}

func (*ScheduleOverrideList) Help

func (c *ScheduleOverrideList) Help() string

func (*ScheduleOverrideList) Run

func (c *ScheduleOverrideList) Run(args []string) int

func (*ScheduleOverrideList) Synopsis

func (c *ScheduleOverrideList) Synopsis() string

type SchedulePreview

type SchedulePreview struct {
}

func (*SchedulePreview) Help

func (c *SchedulePreview) Help() string

func (*SchedulePreview) Run

func (c *SchedulePreview) Run(args []string) int

func (*SchedulePreview) Synopsis

func (c *SchedulePreview) Synopsis() string

type ScheduleShow

type ScheduleShow struct {
}

func (*ScheduleShow) Help

func (c *ScheduleShow) Help() string

func (*ScheduleShow) Run

func (c *ScheduleShow) Run(args []string) int

func (*ScheduleShow) Synopsis

func (c *ScheduleShow) Synopsis() string

type ScheduleUpdate

type ScheduleUpdate struct {
}

func (*ScheduleUpdate) Help

func (c *ScheduleUpdate) Help() string

func (*ScheduleUpdate) Run

func (c *ScheduleUpdate) Run(args []string) int

func (*ScheduleUpdate) Synopsis

func (c *ScheduleUpdate) Synopsis() string

type ServiceCreate

type ServiceCreate struct {
	Meta
}

func (*ServiceCreate) Help

func (c *ServiceCreate) Help() string

func (*ServiceCreate) Run

func (c *ServiceCreate) Run(args []string) int

func (*ServiceCreate) Synopsis

func (c *ServiceCreate) Synopsis() string

type ServiceDelete

type ServiceDelete struct {
}

func (*ServiceDelete) Help

func (c *ServiceDelete) Help() string

func (*ServiceDelete) Run

func (c *ServiceDelete) Run(args []string) int

func (*ServiceDelete) Synopsis

func (c *ServiceDelete) Synopsis() string

type ServiceIntegrationCreate

type ServiceIntegrationCreate struct {
	Meta
}

func (*ServiceIntegrationCreate) Help

func (c *ServiceIntegrationCreate) Help() string

func (*ServiceIntegrationCreate) Run

func (c *ServiceIntegrationCreate) Run(args []string) int

func (*ServiceIntegrationCreate) Synopsis

func (c *ServiceIntegrationCreate) Synopsis() string

type ServiceIntegrationShow

type ServiceIntegrationShow struct {
}

func (*ServiceIntegrationShow) Help

func (c *ServiceIntegrationShow) Help() string

func (*ServiceIntegrationShow) Run

func (c *ServiceIntegrationShow) Run(args []string) int

func (*ServiceIntegrationShow) Synopsis

func (c *ServiceIntegrationShow) Synopsis() string

type ServiceIntegrationUpdate

type ServiceIntegrationUpdate struct {
}

func (*ServiceIntegrationUpdate) Help

func (c *ServiceIntegrationUpdate) Help() string

func (*ServiceIntegrationUpdate) Run

func (c *ServiceIntegrationUpdate) Run(args []string) int

func (*ServiceIntegrationUpdate) Synopsis

func (c *ServiceIntegrationUpdate) Synopsis() string

type ServiceList

type ServiceList struct {
	Meta
}

func (*ServiceList) Help

func (c *ServiceList) Help() string

func (*ServiceList) Run

func (c *ServiceList) Run(args []string) int

func (*ServiceList) Synopsis

func (c *ServiceList) Synopsis() string

type ServiceRuleCreate

type ServiceRuleCreate struct {
}

func (*ServiceRuleCreate) Help

func (c *ServiceRuleCreate) Help() string

func (*ServiceRuleCreate) Run

func (c *ServiceRuleCreate) Run(args []string) int

func (*ServiceRuleCreate) Synopsis

func (c *ServiceRuleCreate) Synopsis() string

type ServiceRuleDelete

type ServiceRuleDelete struct {
}

func (*ServiceRuleDelete) Help

func (c *ServiceRuleDelete) Help() string

func (*ServiceRuleDelete) Run

func (c *ServiceRuleDelete) Run(args []string) int

func (*ServiceRuleDelete) Synopsis

func (c *ServiceRuleDelete) Synopsis() string

type ServiceRuleList

type ServiceRuleList struct {
	Meta
}

func (*ServiceRuleList) Help

func (c *ServiceRuleList) Help() string

func (*ServiceRuleList) Run

func (c *ServiceRuleList) Run(args []string) int

func (*ServiceRuleList) Synopsis

func (c *ServiceRuleList) Synopsis() string

type ServiceRuleShow

type ServiceRuleShow struct {
	Meta
}

func (*ServiceRuleShow) Help

func (c *ServiceRuleShow) Help() string

func (*ServiceRuleShow) Run

func (c *ServiceRuleShow) Run(args []string) int

func (*ServiceRuleShow) Synopsis

func (c *ServiceRuleShow) Synopsis() string

type ServiceRuleUpdate

type ServiceRuleUpdate struct {
}

func (*ServiceRuleUpdate) Help

func (c *ServiceRuleUpdate) Help() string

func (*ServiceRuleUpdate) Run

func (c *ServiceRuleUpdate) Run(args []string) int

func (*ServiceRuleUpdate) Synopsis

func (c *ServiceRuleUpdate) Synopsis() string

type ServiceShow

type ServiceShow struct {
	Meta
}

func (*ServiceShow) Help

func (c *ServiceShow) Help() string

func (*ServiceShow) Run

func (c *ServiceShow) Run(args []string) int

func (*ServiceShow) Synopsis

func (c *ServiceShow) Synopsis() string

type ServiceUpdate

type ServiceUpdate struct {
}

func (*ServiceUpdate) Help

func (c *ServiceUpdate) Help() string

func (*ServiceUpdate) Run

func (c *ServiceUpdate) Run(args []string) int

func (*ServiceUpdate) Synopsis

func (c *ServiceUpdate) Synopsis() string

type TeamAddEscalationPolicy

type TeamAddEscalationPolicy struct {
}

func (*TeamAddEscalationPolicy) Help

func (c *TeamAddEscalationPolicy) Help() string

func (*TeamAddEscalationPolicy) Run

func (c *TeamAddEscalationPolicy) Run(args []string) int

func (*TeamAddEscalationPolicy) Synopsis

func (c *TeamAddEscalationPolicy) Synopsis() string

type TeamAddUser

type TeamAddUser struct {
}

func (*TeamAddUser) Help

func (c *TeamAddUser) Help() string

func (*TeamAddUser) Run

func (c *TeamAddUser) Run(args []string) int

func (*TeamAddUser) Synopsis

func (c *TeamAddUser) Synopsis() string

type TeamCreate

type TeamCreate struct {
}

func (*TeamCreate) Help

func (c *TeamCreate) Help() string

func (*TeamCreate) Run

func (c *TeamCreate) Run(args []string) int

func (*TeamCreate) Synopsis

func (c *TeamCreate) Synopsis() string

type TeamDelete

type TeamDelete struct {
}

func (*TeamDelete) Help

func (c *TeamDelete) Help() string

func (*TeamDelete) Run

func (c *TeamDelete) Run(args []string) int

func (*TeamDelete) Synopsis

func (c *TeamDelete) Synopsis() string

type TeamList

type TeamList struct {
	Meta
}

func (*TeamList) Help

func (c *TeamList) Help() string

func (*TeamList) Run

func (c *TeamList) Run(args []string) int

func (*TeamList) Synopsis

func (c *TeamList) Synopsis() string

type TeamRemoveEscalationPolicy

type TeamRemoveEscalationPolicy struct {
}

func (*TeamRemoveEscalationPolicy) Help

func (*TeamRemoveEscalationPolicy) Run

func (c *TeamRemoveEscalationPolicy) Run(args []string) int

func (*TeamRemoveEscalationPolicy) Synopsis

func (c *TeamRemoveEscalationPolicy) Synopsis() string

type TeamShow

type TeamShow struct {
	Meta
}

func (*TeamShow) Help

func (c *TeamShow) Help() string

func (*TeamShow) Run

func (c *TeamShow) Run(args []string) int

func (*TeamShow) Synopsis

func (c *TeamShow) Synopsis() string

type TeamUpdate

type TeamUpdate struct {
}

func (*TeamUpdate) Help

func (c *TeamUpdate) Help() string

func (*TeamUpdate) Run

func (c *TeamUpdate) Run(args []string) int

func (*TeamUpdate) Synopsis

func (c *TeamUpdate) Synopsis() string

type UserContactMethodCreate

type UserContactMethodCreate struct {
}

func (*UserContactMethodCreate) Help

func (c *UserContactMethodCreate) Help() string

func (*UserContactMethodCreate) Run

func (c *UserContactMethodCreate) Run(args []string) int

func (*UserContactMethodCreate) Synopsis

func (c *UserContactMethodCreate) Synopsis() string

type UserContactMethodDelete

type UserContactMethodDelete struct {
}

func (*UserContactMethodDelete) Help

func (c *UserContactMethodDelete) Help() string

func (*UserContactMethodDelete) Run

func (c *UserContactMethodDelete) Run(args []string) int

func (*UserContactMethodDelete) Synopsis

func (c *UserContactMethodDelete) Synopsis() string

type UserContactMethodList

type UserContactMethodList struct {
}

func (*UserContactMethodList) Help

func (c *UserContactMethodList) Help() string

func (*UserContactMethodList) Run

func (c *UserContactMethodList) Run(args []string) int

func (*UserContactMethodList) Synopsis

func (c *UserContactMethodList) Synopsis() string

type UserContactMethodShow

type UserContactMethodShow struct {
}

func (*UserContactMethodShow) Help

func (c *UserContactMethodShow) Help() string

func (*UserContactMethodShow) Run

func (c *UserContactMethodShow) Run(args []string) int

func (*UserContactMethodShow) Synopsis

func (c *UserContactMethodShow) Synopsis() string

type UserContactMethodUpdate

type UserContactMethodUpdate struct {
}

func (*UserContactMethodUpdate) Help

func (c *UserContactMethodUpdate) Help() string

func (*UserContactMethodUpdate) Run

func (c *UserContactMethodUpdate) Run(args []string) int

func (*UserContactMethodUpdate) Synopsis

func (c *UserContactMethodUpdate) Synopsis() string

type UserCreate

type UserCreate struct {
}

func (*UserCreate) Help

func (c *UserCreate) Help() string

func (*UserCreate) Run

func (c *UserCreate) Run(args []string) int

func (*UserCreate) Synopsis

func (c *UserCreate) Synopsis() string

type UserDelete

type UserDelete struct {
}

func (*UserDelete) Help

func (c *UserDelete) Help() string

func (*UserDelete) Run

func (c *UserDelete) Run(args []string) int

func (*UserDelete) Synopsis

func (c *UserDelete) Synopsis() string

type UserList

type UserList struct {
	Meta
}

func (*UserList) Help

func (c *UserList) Help() string

func (*UserList) Run

func (c *UserList) Run(args []string) int

func (*UserList) Synopsis

func (c *UserList) Synopsis() string

type UserNotificationRuleCreate

type UserNotificationRuleCreate struct {
}

func (*UserNotificationRuleCreate) Help

func (*UserNotificationRuleCreate) Run

func (c *UserNotificationRuleCreate) Run(args []string) int

func (*UserNotificationRuleCreate) Synopsis

func (c *UserNotificationRuleCreate) Synopsis() string

type UserNotificationRuleDelete

type UserNotificationRuleDelete struct {
}

func (*UserNotificationRuleDelete) Help

func (*UserNotificationRuleDelete) Run

func (c *UserNotificationRuleDelete) Run(args []string) int

func (*UserNotificationRuleDelete) Synopsis

func (c *UserNotificationRuleDelete) Synopsis() string

type UserNotificationRuleList

type UserNotificationRuleList struct {
}

func (*UserNotificationRuleList) Help

func (c *UserNotificationRuleList) Help() string

func (*UserNotificationRuleList) Run

func (c *UserNotificationRuleList) Run(args []string) int

func (*UserNotificationRuleList) Synopsis

func (c *UserNotificationRuleList) Synopsis() string

type UserNotificationRuleShow

type UserNotificationRuleShow struct {
}

func (*UserNotificationRuleShow) Help

func (c *UserNotificationRuleShow) Help() string

func (*UserNotificationRuleShow) Run

func (c *UserNotificationRuleShow) Run(args []string) int

func (*UserNotificationRuleShow) Synopsis

func (c *UserNotificationRuleShow) Synopsis() string

type UserNotificationRuleUpdate

type UserNotificationRuleUpdate struct {
}

func (*UserNotificationRuleUpdate) Help

func (*UserNotificationRuleUpdate) Run

func (c *UserNotificationRuleUpdate) Run(args []string) int

func (*UserNotificationRuleUpdate) Synopsis

func (c *UserNotificationRuleUpdate) Synopsis() string

type UserShow

type UserShow struct {
}

func (*UserShow) Help

func (c *UserShow) Help() string

func (*UserShow) Run

func (c *UserShow) Run(args []string) int

func (*UserShow) Synopsis

func (c *UserShow) Synopsis() string

type UserUpdate

type UserUpdate struct {
}

func (*UserUpdate) Help

func (c *UserUpdate) Help() string

func (*UserUpdate) Run

func (c *UserUpdate) Run(args []string) int

func (*UserUpdate) Synopsis

func (c *UserUpdate) Synopsis() string

type VendorList

type VendorList struct {
	Meta
}

func (*VendorList) Help

func (c *VendorList) Help() string

func (*VendorList) Run

func (c *VendorList) Run(args []string) int

func (*VendorList) Synopsis

func (c *VendorList) Synopsis() string

type VendorShow

type VendorShow struct {
	Meta
}

func (*VendorShow) Help

func (c *VendorShow) Help() string

func (*VendorShow) Run

func (c *VendorShow) Run(args []string) int

func (*VendorShow) Synopsis

func (c *VendorShow) Synopsis() string

Source Files

Jump to

Keyboard shortcuts

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