Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackendConfig ¶
type BroadcastProxyConfig ¶
type BroadcastProxyConfig struct { Perf string `toml:"perf"` Log *log.Config Http *HttpConfig Backend *BackendConfig ZooKeeper *ZooKeeperConfig Ipip *IpipConfig Dispatch *DispatchConfig Sven *SvenConfig }
func NewBroadcastProxyConfig ¶
func NewBroadcastProxyConfig(file string) (*BroadcastProxyConfig, error)
type DispatchConfig ¶
type HttpConfig ¶
type HttpConfig struct {
Address string
}
type IpipConfig ¶
type SinaIPConfig ¶
type SinaIPConfig struct {
Data string
}
type SvenConfig ¶
Click to show internal directories.
Click to hide internal directories.