Documentation ¶
Index ¶
Constants ¶
View Source
const ( NODE_ROLE_MASTER string = "master" NODE_ROLE_REPLICA string = "replica" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Credentials ¶
type HealthCheckConfig ¶
type SSLConfig ¶
type SSLConfig struct { Enable bool `mapstructure:"enable"` SSLMode string `mapstructure:"sslmode"` SSLCert string `mapstructure:"sslcert,omitempty"` SSLKey string `mapstructure:"sslkey,omitempty"` SSLRootCA string `mapstructure:"sslrootca,omitempty"` SSLServerCert string `mapstructure:"sslservercert,omitempty"` SSLServerKey string `mapstructure:"sslserverkey,omitempty"` SSLServerCA string `mapstructure:"sslserverca,omitempty"` }
Click to show internal directories.
Click to hide internal directories.