Documentation ¶
Overview ¶
Copyright © 2022 NAME HERE <EMAIL ADDRESS>
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type AttributeValues ¶
type AttributeValues []string
attribute - name=value
func (*AttributeValues) Set ¶
func (i *AttributeValues) Set(value string) error
func (*AttributeValues) String ¶
func (i *AttributeValues) String() string
func (*AttributeValues) Type ¶
func (i *AttributeValues) Type() string
type ExtraConfigValues ¶
type ExtraConfigValues struct { Includes IncludeValues Gateways GatewayValues Attributes AttributeValues Envs EnvValues Variables VarValues Types TypeValues }
type GatewayValues ¶
gateway - name:port
func (*GatewayValues) Set ¶
func (i *GatewayValues) Set(value string) error
func (*GatewayValues) String ¶
func (i *GatewayValues) String() string
func (*GatewayValues) Type ¶
func (i *GatewayValues) Type() string
type IncludeValues ¶
include file - priority:url|path
func (*IncludeValues) Set ¶
func (i *IncludeValues) Set(value string) error
func (*IncludeValues) String ¶
func (i *IncludeValues) String() string
func (*IncludeValues) Type ¶
func (i *IncludeValues) Type() string
type TypeValues ¶
type TypeValues []string
attribute - name=value
func (*TypeValues) Set ¶
func (i *TypeValues) Set(value string) error
func (*TypeValues) String ¶
func (i *TypeValues) String() string
func (*TypeValues) Type ¶
func (i *TypeValues) Type() string
Source Files ¶
- add.go
- addHost.go
- aes.go
- aesDecode.go
- aesEncode.go
- aesImport.go
- aesLs.go
- aesNew.go
- aesSet.go
- clean.go
- command.go
- copy.go
- delete.go
- deleteHost.go
- disable.go
- enable.go
- home.go
- import.go
- init.go
- initAll.go
- initDemo.go
- initSan.go
- initTemplates.go
- install.go
- logs.go
- ls.go
- lsHost.go
- migrate.go
- move.go
- parseargs.go
- ps.go
- rebuild.go
- reload.go
- restart.go
- revert.go
- root.go
- set.go
- setGlobal.go
- setUser.go
- show.go
- showGlobal.go
- showUser.go
- snapshot.go
- start.go
- stop.go
- tls.go
- tlsImport.go
- tlsInit.go
- tlsLs.go
- tlsNew.go
- tlsRenew.go
- tlsSync.go
- unset.go
- unsetGlobal.go
- unsetUser.go
- update.go
- version.go
Click to show internal directories.
Click to hide internal directories.