Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadConfig ¶
Types ¶
type Config ¶
type Config struct { BindAddr string `json:"bind_addr"` ExpiresDefaultDurationSec int64 `json:"expires_default_duration_sec"` ReplicationActiveQuequeSize int64 `json:"replication_active_queque_size"` ReplicationRotateEveryMs int64 `json:"replication_rotate_every_ms"` ShedulerDelExpiredEverySec int64 `json:"sheduler_del_expired_every_sec"` ShedulerExpiredQuequeSize int64 `json:"sheduler_expired_queque_size"` }
type config struct { // TODO
Click to show internal directories.
Click to hide internal directories.