crudl

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Dec 27, 2024 License: BSD-3-Clause Imports: 2 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[C any] struct {
	GET  *wc.Route[C]
	POST *wc.Route[C]
	ID   html.Id
}

type Delete

type Delete[C any] struct {
	DELETE *wc.Route[C]
	ID     html.Id
}

type List

type List[C any] struct {
	GET *wc.Route[C]
	ID  html.Id
}

type Read

type Read[C any] struct {
	GET *wc.Route[C]
	ID  html.Id
}

type Update

type Update[C any] struct {
	GET *wc.Route[C]
	PUT *wc.Route[C]
	ID  html.Id
}

Directories

Path Synopsis
example
server command

Jump to

Keyboard shortcuts

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