Documentation
¶
Overview ¶
Package restart provides the restart command for opampctl.
Index ¶
Constants ¶
View Source
const (
// MaxCompletionResults is the maximum number of completion results to return.
MaxCompletionResults = 20
)
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
func NewCommand(options CommandOptions) *cobra.Command
NewCommand creates a new restart command.
Types ¶
type CommandOptions ¶
type CommandOptions struct {
GlobalConfig *config.GlobalConfig
}
CommandOptions contains the options for the restart command.
Click to show internal directories.
Click to hide internal directories.