cmd

package
v1.18.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2026 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Plugin = &cli.Command{
	Name:  "plugin",
	Usage: "load/unload plugin",
	Subcommands: []*cli.Command{
		plugin.Load,
		plugin.UnLoad,
		plugin.Info,
	},
}
View Source
var Server = &cli.Command{
	Name:        "server",
	Usage:       "start server",
	Description: `start server`,
	Action:      runServer,
}
View Source
var Tools = &cli.Command{
	Name:  "tools",
	Usage: "tools <subcommand>",
	Subcommands: []*cli.Command{
		tools.VerifyDB,
	},
}

Functions

This section is empty.

Types

type Stopper

type Stopper interface {
	Stop(context.Context) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL