Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { ServerTLSConfig *tls.Config PeerTLSConfig *tls.Config // DataDir stores the log and raft data. DataDir string // BindAddr is the address serf runs on. BindAddr string // RPCPort is the port for client (and Raft) connections. RPCPort int // Raft server id. NodeName string // Bootstrap should be set to true when starting the first node of the cluster. StartJoinAddrs []string ACLModelFile string ACLPolicyFile string Bootstrap bool }
Click to show internal directories.
Click to hide internal directories.