Documentation
¶
Index ¶
- Constants
- func NewCmdConfig(name string, fullname string) *cobra.Command
- func NewCmdConfigSet(name, fullname string) *cobra.Command
- func NewCmdConfigUpdateSection(name, fullname string) *cobra.Command
- func NewCmdConfigView(name, fullname string) *cobra.Command
- type PanelViewer
- type SetOptions
- type SimpleViewer
- type UpdateSectionOptions
- type ViewOptions
- type Viewer
Constants ¶
View Source
const EmptySectionsPerRow = -999
View Source
const RecommendedCommandNameConfig = "config"
View Source
const RecommendedCommandNameGet = "view"
View Source
const RecommendedCommandNameSet = "set"
View Source
const RecommendedCommandNameUpdateSection = "updatesection"
Variables ¶
This section is empty.
Functions ¶
func NewCmdConfigSet ¶
func NewCmdConfigView ¶
Types ¶
type PanelViewer ¶
type PanelViewer struct{}
type SetOptions ¶
type SetOptions struct {
*common.CommonOptions
// contains filtered or unexported fields
}
func (*SetOptions) Run ¶
func (so *SetOptions) Run() (err error)
func (*SetOptions) Validate ¶
func (so *SetOptions) Validate() error
type SimpleViewer ¶
type SimpleViewer struct {
}
type UpdateSectionOptions ¶
type UpdateSectionOptions struct {
*common.CommonOptions
// contains filtered or unexported fields
}
func (*UpdateSectionOptions) Run ¶
func (uso *UpdateSectionOptions) Run() (err error)
func (*UpdateSectionOptions) Validate ¶
func (uso *UpdateSectionOptions) Validate() error
type ViewOptions ¶
type ViewOptions struct {
*common.CommonOptions
// contains filtered or unexported fields
}
func (*ViewOptions) Run ¶
func (goo *ViewOptions) Run() error
func (*ViewOptions) Validate ¶
func (goo *ViewOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.