Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authorized ¶
type Authorized struct { contract.EventHandlerInterface App *kernel.ApplicationInterface }
func NewAuthorized ¶
func NewAuthorized(app *kernel.ApplicationInterface) *Authorized
func (*Authorized) Handle ¶
func (handler *Authorized) Handle(request *http.Request, header contract.EventInterface, content interface{}) interface{}
type Unauthorized ¶
type Unauthorized struct {}
func NewUnauthorized ¶
func NewUnauthorized(app *kernel.ApplicationInterface) *Unauthorized
func (*Unauthorized) Handle ¶
func (handler *Unauthorized) Handle(request *http.Request, header contract.EventInterface, content interface{}) interface{}
type UpdateAuthorized ¶
type UpdateAuthorized struct { contract.EventHandlerInterface App *kernel.ApplicationInterface }
func NewUpdateAuthorized ¶
func NewUpdateAuthorized(app *kernel.ApplicationInterface) *UpdateAuthorized
func (*UpdateAuthorized) Handle ¶
func (handler *UpdateAuthorized) Handle(request *http.Request, header contract.EventInterface, content interface{}) interface{}
type VerifyTicketRefreshed ¶
type VerifyTicketRefreshed struct { contract.EventHandlerInterface App *kernel.ApplicationInterface }
func NewVerifyTicketRefreshed ¶
func NewVerifyTicketRefreshed(app *kernel.ApplicationInterface) *VerifyTicketRefreshed
func (*VerifyTicketRefreshed) Handle ¶
func (handler *VerifyTicketRefreshed) Handle(request *http.Request, header contract.EventInterface, content interface{}) interface{}
Click to show internal directories.
Click to hide internal directories.