Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Set = wire.NewSet( New, NewService, )
Functions ¶
This section is empty.
Types ¶
type QueryParams ¶
type QueryParams struct {
api.QueryParams
Username string `json:"username"`
Email string `json:"Email"`
State string `json:"state"`
}
func (QueryParams) Validate ¶
func (qp QueryParams) Validate() error
type Resource ¶
type Resource struct {
*api.Application
// contains filtered or unexported fields
}
func New ¶
func New( app *api.Application, captchaManager *captchas.Manager, jwtManager *core.JWTManager, enforcer *casbin.Enforcer, service Service, ) *Resource
func (*Resource) RegisterRoutes ¶
Click to show internal directories.
Click to hide internal directories.