Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Controller ¶
type Controller struct { AppEngineContext appengine.Context RequestContext *h.RequestContext // contains filtered or unexported fields }
func NewController ¶
func NewController(RequestContext *h.RequestContext) *Controller
type Notificator ¶
type Notificator struct { AppEngineContext appengine.Context RequestContext *h.RequestContext }
func NewNotificator ¶
func NewNotificator(RequestContext *h.RequestContext) *Notificator
type Service ¶
type Service struct { AppEngineContext appengine.Context RequestContext *h.RequestContext // contains filtered or unexported fields }
func NewService ¶
func NewService(RequestContext *h.RequestContext) *Service
type Validator ¶
type Validator struct { AppEngineContext appengine.Context RequestContext *h.RequestContext }
func NewValidator ¶
func NewValidator(RequestContext *h.RequestContext) *Validator
Click to show internal directories.
Click to hide internal directories.