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