Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct {
Name string `yaml:"name"`
Host string `yaml:"host"`
Port int `yaml:"port"`
Database string `yaml:"database"`
Username string `yaml:"username"`
Password string `yaml:"password"`
Protocol string `yaml:"protocol"` // http or native
Secure bool `yaml:"secure"`
TLSVerify bool `yaml:"tls_verify"`
TLSCert string `yaml:"tls_cert"`
TLSKey string `yaml:"tls_key"`
TLSCa string `yaml:"tls_ca"`
}
Click to show internal directories.
Click to hide internal directories.