Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Conf conf Conf = &Config{} )
Functions ¶
Types ¶
type Bfs ¶
type Bfs struct { BfsURL string WaterMarkURL string ImageGenURL string TimeOut xtime.Duration WmTimeOut xtime.Duration ImageGenTimeOut xtime.Duration }
Bfs .
type Config ¶
type Config struct { XLog *log.Config // BM BM *bm.ServerConfig // ecode Ecode *ecode.Config // orm ORM *orm.Config // bfs Bfs *Bfs BfsBucket *BfsBucket Auths []*Auth // Antispam redis Antispam *antispam.Config // AuthN AuthInter *auth.Config // VerifyN Verify *verify.Config // AuthN outside AuthOut *auth.Config }
Config config
Click to show internal directories.
Click to hide internal directories.