item

package
v0.0.0-...-988b5a2 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeleteItem

func DeleteItem(c *fiber.Ctx)

func GetItem

func GetItem(c *fiber.Ctx)

func GetItems

func GetItems(c *fiber.Ctx)

func NewItem

func NewItem(c *fiber.Ctx)

Types

type Item

type Item struct {
	gorm.Model
	Title  string `json:"Title"`
	Owner  string `json:"Owner"`
	Rating int    `json:"Rating"`
}

Jump to

Keyboard shortcuts

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