Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Aliases ¶
type Aliases []string
Alternate names that can be used to reference the executable in the CLI.
type Tags ¶
type Tags []string
A list of tags. Tags can be used with list commands to filter returned data.
func (Tags) PreviewString ¶
type Visibility ¶
type Visibility string
const VisibilityHidden Visibility = "hidden"
const VisibilityInternal Visibility = "internal"
const VisibilityPrivate Visibility = "private"
const VisibilityPublic Visibility = "public"
func (Visibility) IsHidden ¶
func (v Visibility) IsHidden() bool
func (Visibility) IsInternal ¶
func (v Visibility) IsInternal() bool
func (Visibility) IsPrivate ¶
func (v Visibility) IsPrivate() bool
func (Visibility) IsPublic ¶
func (v Visibility) IsPublic() bool
func (Visibility) NewPointer ¶
func (v Visibility) NewPointer() *Visibility
func (Visibility) String ¶
func (v Visibility) String() string
Click to show internal directories.
Click to hide internal directories.