Documentation
¶
Overview ¶
Package init provides the init command for opampctl.
Index ¶
Constants ¶
View Source
const ( // DirectoryPermission defines the permission for directories created by the init command. DirectoryPermission = 0755 // Permission for directories // ConfigFilePermission defines the permission for configuration files created by the init command. ConfigFilePermission = 0600 // Permission for configuration files )
Variables ¶
View Source
var ( // ErrUserCancelled is returned when the user cancels the operation. ErrUserCancelled = errors.New("user cancelled the operation") )
Functions ¶
func NewCommand ¶
func NewCommand(options CommandOptions) *cobra.Command
NewCommand creates a new config command.
Types ¶
type CommandOptions ¶
type CommandOptions struct {
*config.GlobalConfig
}
CommandOptions contains the options for the config command.
Click to show internal directories.
Click to hide internal directories.