lane

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 {
	lane.Service
	logger.Logger
}

API dependencies

func CreateAPI

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

CreateAPI creates API

func (*API) Get

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

Get lane

func (*API) GetList

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

GetList implements handlers.AllService

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 lanes

func (*API) Routes

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

Routes install handlers

type ListModel

type ListModel struct {
	ID          string `json:"id,omitempty"`
	Name        string `json:"name,omitempty"`
	Description string `json:"description,omitempty"`
	Type        string `json:"type"`
	Layout      string `json:"layout"`
}

ListModel type

type ListModelMapper

type ListModelMapper struct {
}

ListModelMapper type

func (ListModelMapper) List

func (m ListModelMapper) List(models []*lane.ListModel) []interface{}

List mapping

func (ListModelMapper) ModelToPayload

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

ModelToPayload mapping

type Model

type Model struct {
	ID          string   `json:"id,omitempty"`
	Name        string   `json:"name,omitempty"`
	Description string   `json:"description,omitempty"`
	Type        string   `json:"type"`
	Layout      string   `json:"layout"`
	Children    []string `json:"children,omitempty"`
}

Model type

type ModelMapper

type ModelMapper struct {
}

ModelMapper type

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