Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Settings ¶ added in v0.0.23
type Settings struct { Enabled bool `bson:"enabled" json:"enabled" mapstructure:"enabled"` ServerHost string `bson:"server_host" json:"server_host" mapstructure:"server_host"` ServerPort int `bson:"server_port" json:"server_port" mapstructure:"server_port"` Token string `bson:"token" json:"token" mapstructure:"token"` SyncInterval int64 `json:"sync_interval" bson:"sync_interval"` BufferSize int64 `json:"buffer_size" bson:"buffer_size"` }
Click to show internal directories.
Click to hide internal directories.