Documentation
¶
Overview ¶
Copyright (c) 2021 Cisco Systems, Inc and its affiliates All Rights reserved
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cockroach ¶
type Cockroach struct { Host string Port string Username string Password string DatabaseName string CACert string SSLMode string }
Cockroach config options.
type Config ¶
type Config struct { Consul Consul Vault Vault Cockroach Cockroach Swagger Swagger Security Security }
HelloWorld config options.
func ReadConfig ¶
func ReadConfig() *Config
type Consul ¶
type Consul struct { Host string Port string CACert string Insecure bool Token string Prefix string }
Consul represent the Consul config options.
Click to show internal directories.
Click to hide internal directories.