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