Documentation ¶
Overview ¶
Package fake provides fake.ApplicationContext for unit testing
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationContext ¶
type ApplicationContext struct { }
func (*ApplicationContext) GetProperty ¶
func (a *ApplicationContext) GetProperty(name string) (value interface{}, ok bool)
func (*ApplicationContext) RegisterController ¶
func (a *ApplicationContext) RegisterController(controller interface{}) error
func (*ApplicationContext) Use ¶
func (a *ApplicationContext) Use(handlers ...context.Handler)
Click to show internal directories.
Click to hide internal directories.