card

package
v0.0.0-...-3f93e99 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2023 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API struct {
	card.Service
	logger.Logger
}

API dependencies

func CreateAPI

func CreateAPI(s card.Service, l logger.Logger) *API

CreateAPI creates new instance of API

func (*API) Get

func (a *API) Get(w http.ResponseWriter, r *http.Request)

Get card by id

func (*API) GetList

func (a *API) GetList(r *http.Request) ([]interface{}, error)

GetList implements handlers.ListService

func (*API) GetOne

func (a *API) GetOne(r *http.Request) (interface{}, error)

GetOne implements handlers.GetService

func (*API) List

func (a *API) List(w http.ResponseWriter, r *http.Request)

List cards by lane

func (*API) Routes

func (a *API) Routes(router chi.Router)

Routes install API handlers

type Model

type Model struct {
	ID          string `json:"id,omitempty"`
	Name        string `json:"name,omitempty"`
	Description string `json:"description,omitempty"`
}

Model type

type ModelMapper

type ModelMapper struct {
}

ModelMapper mapper

func (ModelMapper) List

func (m ModelMapper) List(models []*card.Model) []interface{}

List mapping

func (ModelMapper) ModelToPayload

func (ModelMapper) ModelToPayload(m interface{}) interface{}

ModelToPayload mapping

Jump to

Keyboard shortcuts

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