Documentation
¶
Index ¶
- func APICmd() *cobra.Command
- func APIDomainCmd() *cobra.Command
- func APINewTokenCmd() *cobra.Command
- func APITokenCmd() *cobra.Command
- func APIURLCmd() *cobra.Command
- func Execute() int
- func InitCmd() *cobra.Command
- func NewRootCmd() *cobra.Command
- func RestartCmd() *cobra.Command
- func SelfUpdateCmd() *cobra.Command
- func StartCmd() *cobra.Command
- func StopCmd() *cobra.Command
- type RequiredAccess
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func APIDomainCmd ¶
func APINewTokenCmd ¶
func APITokenCmd ¶
func NewRootCmd ¶
func RestartCmd ¶
func SelfUpdateCmd ¶
Types ¶
type RequiredAccess ¶
type RequiredAccess struct {
Config bool // Need config directory access
Data bool // Need data directory access
}
RequiredAccess defines what directory access is needed
Click to show internal directories.
Click to hide internal directories.