Documentation ¶
Index ¶
- func EnrichOptions(taskCtx core.TaskContext, op *tasks.GithubOptions, apiClient *helper.ApiClient) errors.Error
- type Github
- func (plugin Github) ApiResources() map[string]map[string]core.ApiResourceHandler
- func (plugin Github) Close(taskCtx core.TaskContext) errors.Error
- func (plugin Github) Connection() interface{}
- func (plugin Github) Description() string
- func (plugin Github) GetTablesInfo() []dal.Tabler
- func (plugin Github) Init(basicRes core.BasicRes) errors.Error
- func (plugin Github) MakeDataSourcePipelinePlanV200(connectionId uint64, scopes []*core.BlueprintScopeV200, ...) (pp core.PipelinePlan, sc []core.Scope, err errors.Error)
- func (plugin Github) MakePipelinePlan(connectionId uint64, scope []*core.BlueprintScopeV100) (core.PipelinePlan, errors.Error)
- func (plugin Github) MigrationScripts() []core.MigrationScript
- func (plugin Github) PrepareTaskData(taskCtx core.TaskContext, options map[string]interface{}) (interface{}, errors.Error)
- func (plugin Github) RootPkgPath() string
- func (plugin Github) Scope() interface{}
- func (plugin Github) SubTaskMetas() []core.SubTaskMeta
- func (plugin Github) TransformationRule() interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnrichOptions ¶ added in v0.15.0
func EnrichOptions(taskCtx core.TaskContext, op *tasks.GithubOptions, apiClient *helper.ApiClient) errors.Error
Types ¶
type Github ¶
type Github struct{}
func (Github) ApiResources ¶
func (plugin Github) ApiResources() map[string]map[string]core.ApiResourceHandler
func (Github) Connection ¶ added in v0.15.0
func (plugin Github) Connection() interface{}
func (Github) Description ¶
func (Github) GetTablesInfo ¶ added in v0.13.0
func (Github) MakeDataSourcePipelinePlanV200 ¶ added in v0.15.0
func (plugin Github) MakeDataSourcePipelinePlanV200(connectionId uint64, scopes []*core.BlueprintScopeV200, syncPolicy core.BlueprintSyncPolicy) (pp core.PipelinePlan, sc []core.Scope, err errors.Error)
func (Github) MakePipelinePlan ¶
func (plugin Github) MakePipelinePlan(connectionId uint64, scope []*core.BlueprintScopeV100) (core.PipelinePlan, errors.Error)
func (Github) MigrationScripts ¶
func (plugin Github) MigrationScripts() []core.MigrationScript
func (Github) PrepareTaskData ¶
func (Github) RootPkgPath ¶
func (Github) SubTaskMetas ¶
func (plugin Github) SubTaskMetas() []core.SubTaskMeta
func (Github) TransformationRule ¶ added in v0.15.0
func (plugin Github) TransformationRule() interface{}
Click to show internal directories.
Click to hide internal directories.