Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Conf service config Conf = &Config{} )
Functions ¶
Types ¶
type BFS ¶
type BFS struct { Timeout xtime.Duration MaxFileSize int Bucket string URL string Method string Key string Secret string Host string }
BFS bfs config
type Config ¶
type Config struct { Log *log.Config Databus *DataSource Mysql *sql.Config BFS *BFS HTTPClient *bm.ClientConfig Properties *Properties Backoff *netutil.BackoffConfig BM *bm.ServerConfig }
Config def.
type DataSource ¶
DataSource databus source
Click to show internal directories.
Click to hide internal directories.