feature

package
v0.0.0-...-c52fe67 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 5, 2020 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler struct {
	FeatureService service.FeatureService
	View           View
}

func NewHandler

func NewHandler(params Params) Handler

func (*Handler) List

func (h *Handler) List(c echo.Context) error

swagger:route GET /features features listFeatures

Lists all available features

This endpoint lists all available features

Responses:
  default: HTTPError
  200: FeatureList
  500: HTTPError

type Item

type Item struct {
	// example: 12
	ID uint `json:"id"`

	// example: ControllerFullSupport
	Name string `json:"name"`

	// example: gamepad
	Icon string `json:"icon"`
}

type List

type List []Item

type Params

type Params struct {
	fx.In

	FeatureService service.FeatureService
	View           View
}

type View

type View struct{}

func NewView

func NewView() View

func (View) View

func (v View) View(t entity.Feature) Item

func (View) ViewList

func (v View) ViewList(tags []entity.Feature) List

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL