label

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2026 License: GPL-3.0, GPL-3.0-or-later Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Create

type Create struct {
	Writer http.ResponseWriter
	json.ErrorPresenter
}

func NewCreatePresenter

func NewCreatePresenter(w http.ResponseWriter) Create

func (Create) Success

func (p Create) Success(r create.Response)

type Delete

type Delete struct {
	Writer http.ResponseWriter
	json.ErrorPresenter
}

func NewDeletePresenter

func NewDeletePresenter(w http.ResponseWriter) Delete

func (Delete) Success

func (p Delete) Success()

type Find

type Find struct {
	Writer http.ResponseWriter
	json.ErrorPresenter
}

func NewFindPresenter

func NewFindPresenter(w http.ResponseWriter) Find

func (Find) Success

func (p Find) Success(r read.Response)

type List

type List struct {
	Writer http.ResponseWriter
	json.ErrorPresenter
}

func NewListPresenter

func NewListPresenter(w http.ResponseWriter) List

func (List) Success

func (p List) Success(r list.Response)

Jump to

Keyboard shortcuts

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