Documentation
¶
Index ¶
Constants ¶
View Source
const ( OssName = "oss" SessionName = "session" Oauth2Name = "oauth2" SmsName = "sms" MailName = "mail" DingName = "ding" CacheName = "cache" QrcodeName = "qr_code" )
View Source
const ConfigPrefix = "beego."
Variables ¶
View Source
var OrderInvokers = []invokerAttr{ {OssName}, {CacheName}, {DingName}, {Oauth2Name}, {SessionName}, {SmsName}, {MailName}, {QrcodeName}, }
order invokers
Functions ¶
func IsDisabled ¶
Types ¶
type Invoker ¶
type Invoker interface { // Init cfg returns parse cfg error. InitCfg(cfg []byte, cfgType string) error // Init Caller returns init caller error Run() error }
Invoker
type InvokerBackground ¶
Invoker Background
type InvokerFunc ¶
type InvokerFunc func() Invoker
Click to show internal directories.
Click to hide internal directories.