Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Click ¶
type Click struct { WebSecret string OutSecret string // aes AesKey string AesIv string AesSalt string // aes2 AesKey2 string AesIv2 string AesSalt2 string From []int64 FromInline []int64 InlineDuration int64 // inline play duration line, 10s }
Click click config.
type Config ¶
type Config struct { Infoc2 *Infoc2 Env string Tracer *trace.Config Xlog *log.Config App *bm.App BM *bm.ServerConfig Auth *auth.Config Verify *verify.Config AccRPC *rpc.ClientConfig HisRPC *rpc.ClientConfig DataBus *Databus Click *Click }
Config config .
var (
Conf *Config
)
global conf
Click to show internal directories.
Click to hide internal directories.