Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
controller.Mock
// contains filtered or unexported fields
}
func New ¶
func New(name string) *Controller
func (*Controller) Init ¶
func (t *Controller) Init(app interfaces.IEngine, cfg map[string]interface{}) error
type Feature ¶ added in v0.5.0
type Feature struct {
ID string `json:"id"`
Name string `json:"name"`
Description string `json:"description"`
Value int `json:"value"`
Used bool `json:"used"`
IsDeprecated bool `json:"is_deprecated"`
Services []Service `json:"services"`
Keys []Key `json:"keys"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
}
type GetFeaturesRequest ¶ added in v0.5.0
func (*GetFeaturesRequest) FromRequest ¶ added in v0.5.0
func (t *GetFeaturesRequest) FromRequest(ctx httpSrv.ICtx) error
type GetFeaturesResponse ¶ added in v0.5.0
Click to show internal directories.
Click to hide internal directories.