Documentation ¶
Index ¶
- type Azure
- func (plugin Azure) ApiResources() map[string]map[string]core.ApiResourceHandler
- func (plugin Azure) Close(taskCtx core.TaskContext) errors.Error
- func (plugin Azure) Description() string
- func (plugin Azure) GetTablesInfo() []dal.Tabler
- func (plugin Azure) Init(basicRes core.BasicRes) errors.Error
- func (plugin Azure) MigrationScripts() []core.MigrationScript
- func (plugin Azure) PrepareTaskData(taskCtx core.TaskContext, options map[string]interface{}) (interface{}, errors.Error)
- func (plugin Azure) RootPkgPath() string
- func (plugin Azure) SubTaskMetas() []core.SubTaskMeta
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Azure ¶
type Azure struct{}
var PluginEntry Azure //nolint
PluginEntry exports for Framework to search and load
func (Azure) ApiResources ¶
func (plugin Azure) ApiResources() map[string]map[string]core.ApiResourceHandler
func (Azure) Description ¶
func (Azure) GetTablesInfo ¶ added in v0.15.0
func (Azure) MigrationScripts ¶
func (plugin Azure) MigrationScripts() []core.MigrationScript
func (Azure) PrepareTaskData ¶
func (Azure) RootPkgPath ¶
PkgPath information lost when compiled as plugin(.so)
func (Azure) SubTaskMetas ¶
func (plugin Azure) SubTaskMetas() []core.SubTaskMeta
Click to show internal directories.
Click to hide internal directories.