Documentation
¶
Index ¶
- type TBasePlugin
- func (bp *TBasePlugin) ConvertConnectOption(connection string) map[string]string
- func (bp *TBasePlugin) GetConfigTemplate() response.TResponse
- func (bp *TBasePlugin) GetSystemUsage() string
- func (bp *TBasePlugin) Running() response.TResponse
- func (bp *TBasePlugin) SetConnection(source string)
- func (bp *TBasePlugin) Stop() response.TResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TBasePlugin ¶
type TBasePlugin struct { *commonStatus.TStatus `json:"-"` IsDebug bool `json:"is_debug"` PluginUUID string `json:"plugin_uuid"` PluginName string `json:"plugin_name"` DBConnection string `json:"db_connection"` }
func (*TBasePlugin) ConvertConnectOption ¶
func (bp *TBasePlugin) ConvertConnectOption(connection string) map[string]string
func (*TBasePlugin) GetConfigTemplate ¶
func (bp *TBasePlugin) GetConfigTemplate() response.TResponse
GetConfigTemplate 系统配置模板
func (*TBasePlugin) GetSystemUsage ¶
func (bp *TBasePlugin) GetSystemUsage() string
func (*TBasePlugin) Running ¶
func (bp *TBasePlugin) Running() response.TResponse
func (*TBasePlugin) SetConnection ¶
func (bp *TBasePlugin) SetConnection(source string)
func (*TBasePlugin) Stop ¶
func (bp *TBasePlugin) Stop() response.TResponse
Click to show internal directories.
Click to hide internal directories.