Documentation ¶
Index ¶
- type PagerDuty
- func (plugin PagerDuty) ApiResources() map[string]map[string]core.ApiResourceHandler
- func (plugin PagerDuty) Close(taskCtx core.TaskContext) errors.Error
- func (plugin PagerDuty) Description() string
- func (plugin PagerDuty) Init(basicRes core.BasicRes) errors.Error
- func (plugin PagerDuty) MakePipelinePlan(connectionId uint64, scope []*core.BlueprintScopeV100) (core.PipelinePlan, errors.Error)
- func (plugin PagerDuty) MigrationScripts() []core.MigrationScript
- func (plugin PagerDuty) PrepareTaskData(taskCtx core.TaskContext, options map[string]interface{}) (interface{}, errors.Error)
- func (plugin PagerDuty) RootPkgPath() string
- func (plugin PagerDuty) SubTaskMetas() []core.SubTaskMeta
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PagerDuty ¶
type PagerDuty struct{}
func (PagerDuty) ApiResources ¶
func (plugin PagerDuty) ApiResources() map[string]map[string]core.ApiResourceHandler
func (PagerDuty) Description ¶
func (PagerDuty) MakePipelinePlan ¶
func (plugin PagerDuty) MakePipelinePlan(connectionId uint64, scope []*core.BlueprintScopeV100) (core.PipelinePlan, errors.Error)
func (PagerDuty) MigrationScripts ¶
func (plugin PagerDuty) MigrationScripts() []core.MigrationScript
func (PagerDuty) PrepareTaskData ¶
func (PagerDuty) RootPkgPath ¶
PkgPath information lost when compiled as plugin(.so)
func (PagerDuty) SubTaskMetas ¶
func (plugin PagerDuty) SubTaskMetas() []core.SubTaskMeta
Click to show internal directories.
Click to hide internal directories.