Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SessionComponent ¶
type SessionComponent struct {
// contains filtered or unexported fields
}
SessionComponent is the component that implements Sessions
func NewSessionComponent ¶
func NewSessionComponent(storage Storage) *SessionComponent
func (*SessionComponent) AddToScope ¶
func (c *SessionComponent) AddToScope(ctx context.Context, scope *scopes.Scope)
func (*SessionComponent) ProcessRequest ¶
func (c *SessionComponent) ProcessRequest(ctx context.Context, req *components.Request, next components.RequestFilterChain) (components.Response, error)
func (*SessionComponent) RegisterHandlers ¶
func (c *SessionComponent) RegisterHandlers(s *components.Server, mux *http.ServeMux) error
Click to show internal directories.
Click to hide internal directories.