Documentation ¶
Index ¶
- Constants
- func Conf() *config.Config
- func GetBootstrap() bool
- func GetConfig() string
- func GetDataPath() string
- func GetGatewayAdvertiseHostPort() []string
- func GetGatewayListen() string
- func GetGossipPort() int
- func GetGossipSeedHostPort() string
- func GetHost() string
- func GetIdleTime() time.Duration
- func GetPort() int
- func GetReplicaSet() uint64
- func GetServerID() string
- func GetTunnelAdvertiseHostPort() []string
- func GetTunnelListen() string
Constants ¶
View Source
const ( ServerID = "server.id" GatewayListen = "gateway.listen" GatewayAdvertiseHostPort = "gateway.advertise.hostport" TunnelListen = "tunnel.listen" TunnelAdvertiseHostPort = "tunnel.advertise.hostport" IdleTime = "idle-time" ReplicaSet = "replica-set" GossipPort = "gossip.port" GossipSeedHostPort = "gossip.seed.hostport" DataPath = "data.path" Bootstrap = "bootstrap" Host = "host" Port = "port" Config = "config" )
Variables ¶
This section is empty.
Functions ¶
func GetBootstrap ¶
func GetBootstrap() bool
func GetDataPath ¶
func GetDataPath() string
func GetGatewayAdvertiseHostPort ¶
func GetGatewayAdvertiseHostPort() []string
func GetGatewayListen ¶
func GetGatewayListen() string
func GetGossipPort ¶
func GetGossipPort() int
func GetGossipSeedHostPort ¶ added in v0.15.2
func GetGossipSeedHostPort() string
func GetIdleTime ¶
func GetReplicaSet ¶
func GetReplicaSet() uint64
func GetServerID ¶
func GetServerID() string
func GetTunnelAdvertiseHostPort ¶
func GetTunnelAdvertiseHostPort() []string
func GetTunnelListen ¶
func GetTunnelListen() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.