crud

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: May 5, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Config = service.Config{
	Kind:   service.DIRECT,
	Method: "GET",
	Path:   "/crud",
	Direct: result,
}

Functions

This section is empty.

Types

type Product

type Product struct {
	ID int
	ProductProperties
}

type ProductProperties

type ProductProperties struct {
	Name  string
	Depth int
}

type Products

type Products []Product

Jump to

Keyboard shortcuts

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