tag

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 {
	Tag  service.TagService
	View View
}

func NewHandler

func NewHandler(p Params) Handler

func (*Handler) List

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

swagger:route GET /tags tags listTags

Lists all available tags

This endpoint lists all available tags

Responses:
  default: HTTPError
  200: TagList
  500: HTTPError

type Item

type Item struct {
	// read-only: true
	// example: 12
	ID uint `json:"id"`

	// example: RPG
	// read-only: true
	Name string `json:"name"`
}

type List

type List []Item

type Params

type Params struct {
	fx.In

	Tag  service.TagService
	View View
}

type View

type View struct{}

func NewView

func NewView() View

func (View) View

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

func (View) ViewList

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

Jump to

Keyboard shortcuts

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