Documentation
¶
Index ¶
- func NewAgentCmd() *cobra.Command
- func NewBundleControllerCmd() *cobra.Command
- func NewControllerCmd() *cobra.Command
- func NewDownloadCmd(options *bundle.Options) *cobra.Command
- func NewInstallerCmd() *cobra.Command
- func NewMsgbusCmd() *cobra.Command
- func NewPluginCmd() *cobra.Command
- func NewServiceCmd() *cobra.Command
- func NewTemplateCmd(options *bundle.Options) *cobra.Command
- func NewVersionCmd() *cobra.Command
- func NewWorkerCmd() *cobra.Command
- func PluginFromDir(dir string) *pluginv1beta1.Plugin
- type MigratOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAgentCmd ¶
func NewAgentCmd() *cobra.Command
func NewBundleControllerCmd ¶
func NewBundleControllerCmd() *cobra.Command
func NewControllerCmd ¶
func NewControllerCmd() *cobra.Command
func NewDownloadCmd ¶
func NewDownloadCmd(options *bundle.Options) *cobra.Command
func NewInstallerCmd ¶
func NewInstallerCmd() *cobra.Command
func NewMsgbusCmd ¶
func NewMsgbusCmd() *cobra.Command
func NewPluginCmd ¶
func NewPluginCmd() *cobra.Command
func NewServiceCmd ¶
func NewServiceCmd() *cobra.Command
func NewTemplateCmd ¶
func NewTemplateCmd(options *bundle.Options) *cobra.Command
func NewVersionCmd ¶
func NewVersionCmd() *cobra.Command
func NewWorkerCmd ¶
func NewWorkerCmd() *cobra.Command
func PluginFromDir ¶
func PluginFromDir(dir string) *pluginv1beta1.Plugin
Types ¶
type MigratOptions ¶
type MigratOptions struct {
Mysql *database.Options `json:"mysql,omitempty"`
InitData bool `json:"initData,omitempty" description:"insert init data into database"`
}
Click to show internal directories.
Click to hide internal directories.