Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseFeature ¶
type BaseFeature struct {
// contains filtered or unexported fields
}
BaseFeature represent BaseFeature
func (*BaseFeature) GetHandler ¶
func (f *BaseFeature) GetHandler() *handler.Handler
GetHandler get superHandler
func (*BaseFeature) SetHandler ¶
func (f *BaseFeature) SetHandler(h *handler.Handler)
SetHandler set superHandler
func (*BaseFeature) SetIdentity ¶
SetIdentity set Identity
func (*BaseFeature) SetSession ¶
func (f *BaseFeature) SetSession(sessionValue string, expiration int64) error
SetSession set Session
Click to show internal directories.
Click to hide internal directories.