entity

package
v0.0.0-...-898f3d0 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Category

type Category struct {
	ID          int64  `json:"id"`
	UUID        string `json:"uuid"`
	Name        string `json:"name" validate:"required,max=300"`
	Description string `json:"description" validate:"max=8000"`
	Active      bool   `json:"active"`
}

Category entity data

type Genre

type Genre struct {
	ID     int64  `json:"id"`
	UUID   string `json:"uuid"`
	Name   string `json:"name" validate:"required,max=300"`
	Active bool   `json:"active"`
}

Genre entity data

Jump to

Keyboard shortcuts

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