type ServerConfig …
func (c *ServerConfig) VerifyBootstrap() error { … }
func (c *ServerConfig) VerifyJoinExisting() error { … }
func (c *ServerConfig) hasLocalMember() error { … }
func (c *ServerConfig) advertiseMatchesCluster() error { … }
func (c *ServerConfig) MemberDir() string { … }
func (c *ServerConfig) WALDir() string { … }
func (c *ServerConfig) SnapDir() string { … }
func (c *ServerConfig) ShouldDiscover() bool { … }
func (c *ServerConfig) ReqTimeout() time.Duration { … }
func (c *ServerConfig) ElectionTimeout() time.Duration { … }
func (c *ServerConfig) PeerDialTimeout() time.Duration { … }
func CheckDuplicateURL(urlsmap types.URLsMap) bool { … }
func (c *ServerConfig) BootstrapTimeoutEffective() time.Duration { … }
func (c *ServerConfig) BackendPath() string { … }