Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultInvokerCfg = InvokerCfg{ Debug: false, Mode: "memory", MangerCfg: DefaultManagerConfig, }
View Source
var DefaultManagerConfig = &session.ManagerConfig{ CookieName: "gosessionid", Gclifetime: 10, EnableSetCookie: true, }
Functions ¶
Types ¶
type InvokerCfg ¶
type InvokerCfg struct { Debug bool `ini:"debug"` Mode string `ini:"mode"` MangerCfg *session.ManagerConfig `ini:"mangerCfg"` }
Click to show internal directories.
Click to hide internal directories.