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 API

func (*API) Create

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

Create implements handlers.CreateService

func (*API) CreateCard

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

CreateCard handler

func (*API) Routes

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

Routes install handlers

type Card

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

Card maps card to/from json at rest api level

Jump to

Keyboard shortcuts

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