Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNOP = errors.New("nop")
Functions ¶
Types ¶
type PollConfig ¶
type PollConfig struct { Db *pgxpool.Pool SqFmt sq.StatementBuilderType PairsApp string // Script which creates pairs DCIdent string // Datacenter identifier // Subdomain API. SubdomAPIHost string // Subdomain API host SubdomAPIToken string // Subdomain API token // Delegation sync. DelegationSyncUser string // Delegation sync user DelegationSyncHost string // Delegation sync host // Name servers. NameServers []string // Domain nameservers // Config types. WG string // Wireguard configs OVC string // OVC configs IPsec string // IPsec configs Outline string // Outline configs SSHKeyFile string // SSH key file MaxUsers int MgmtRandomResponses bool }
Click to show internal directories.
Click to hide internal directories.