Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadConfig ¶
func LoadConfig() error
func StartSyncatServer ¶
func StartSyncatServer() error
Types ¶
type SyncatServerConfig ¶
type SyncatServerConfig struct { // Port for server Port int `yaml:"port"` // Host for server Host string `yaml:"host"` }
SyncatServerConfig is the configuration for the Syncat server
func GetConfig ¶
func GetConfig() SyncatServerConfig
Click to show internal directories.
Click to hide internal directories.