Documentation ¶
Index ¶
- type Customize
- func (plugin *Customize) ApiResources() map[string]map[string]core.ApiResourceHandler
- func (plugin Customize) Description() string
- func (plugin *Customize) Init(config *viper.Viper, logger core.Logger, db *gorm.DB) errors.Error
- func (plugin Customize) MakePipelinePlan(connectionId uint64, scope []*core.BlueprintScopeV100) (core.PipelinePlan, errors.Error)
- func (plugin Customize) PrepareTaskData(taskCtx core.TaskContext, options map[string]interface{}) (interface{}, errors.Error)
- func (plugin Customize) RootPkgPath() string
- func (plugin Customize) SubTaskMetas() []core.SubTaskMeta
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Customize ¶
type Customize struct {
// contains filtered or unexported fields
}
func (*Customize) ApiResources ¶
func (plugin *Customize) ApiResources() map[string]map[string]core.ApiResourceHandler
func (Customize) Description ¶
func (Customize) MakePipelinePlan ¶
func (plugin Customize) MakePipelinePlan(connectionId uint64, scope []*core.BlueprintScopeV100) (core.PipelinePlan, errors.Error)
func (Customize) PrepareTaskData ¶
func (Customize) RootPkgPath ¶
func (Customize) SubTaskMetas ¶
func (plugin Customize) SubTaskMetas() []core.SubTaskMeta
Click to show internal directories.
Click to hide internal directories.