cmd

package
v1.6.6 Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2022 License: Apache-2.0 Imports: 11 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,
}

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