Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ConfigJson []byte
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { File *string `json:"file"` LocalOnly *bool Proxy *string `json:"proxy"` Algorithm []string `json:"algorithm"` Cheksum *string `json:"cheksum"` RemoteOnly *bool LogLevel *string Timeout *int `json:"timeout,string"` All *bool `json:"all"` Key *string `json:"key"` Supplier *string `json:"supplier"` Serve *bool Listen *string Port *int Servers ServerConfigs Dir *string TLSKey *string TLSCert *string ServerConfig *string Keep *bool InsecureSkipVerify *bool Quite *bool }
config dto
func ParseConfig ¶
parses terminal params and after reads config files
type ServerConfig ¶
this is for collecting server info from yaml files
Click to show internal directories.
Click to hide internal directories.