Documentation ¶
Index ¶
- type Opsgenie
- func (p Opsgenie) ApiResources() map[string]map[string]plugin.ApiResourceHandler
- func (p Opsgenie) Close(taskCtx plugin.TaskContext) errors.Error
- func (p Opsgenie) Connection() dal.Tabler
- func (p Opsgenie) Description() string
- func (p Opsgenie) GetTablesInfo() []dal.Tabler
- func (p Opsgenie) Init(basicRes context.BasicRes) errors.Error
- func (p Opsgenie) MakeDataSourcePipelinePlanV200(connectionId uint64, scopes []*coreModels.BlueprintScope) (coreModels.PipelinePlan, []plugin.Scope, errors.Error)
- func (p Opsgenie) MigrationScripts() []plugin.MigrationScript
- func (p Opsgenie) Name() string
- func (p Opsgenie) PrepareTaskData(taskCtx plugin.TaskContext, options map[string]interface{}) (interface{}, errors.Error)
- func (p Opsgenie) RootPkgPath() string
- func (p Opsgenie) Scope() plugin.ToolLayerScope
- func (p Opsgenie) ScopeConfig() dal.Tabler
- func (p Opsgenie) SubTaskMetas() []plugin.SubTaskMeta
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Opsgenie ¶
type Opsgenie struct{}
func (Opsgenie) ApiResources ¶
func (p Opsgenie) ApiResources() map[string]map[string]plugin.ApiResourceHandler
func (Opsgenie) Connection ¶
func (Opsgenie) Description ¶
func (Opsgenie) GetTablesInfo ¶
func (Opsgenie) MakeDataSourcePipelinePlanV200 ¶
func (p Opsgenie) MakeDataSourcePipelinePlanV200( connectionId uint64, scopes []*coreModels.BlueprintScope, ) (coreModels.PipelinePlan, []plugin.Scope, errors.Error)
func (Opsgenie) MigrationScripts ¶
func (p Opsgenie) MigrationScripts() []plugin.MigrationScript
func (Opsgenie) PrepareTaskData ¶
func (Opsgenie) RootPkgPath ¶
PkgPath information lost when compiled as plugin(.so)
func (Opsgenie) Scope ¶
func (p Opsgenie) Scope() plugin.ToolLayerScope
func (Opsgenie) ScopeConfig ¶
func (Opsgenie) SubTaskMetas ¶
func (p Opsgenie) SubTaskMetas() []plugin.SubTaskMeta
Click to show internal directories.
Click to hide internal directories.