package
Version:
v0.0.0-...-898f3d0
Opens a new window with list of versions in this module.
Published: Jul 2, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
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 struct {
ID int64 `json:"id"`
UUID string `json:"uuid"`
Name string `json:"name" validate:"required,max=300"`
Active bool `json:"active"`
}
Genre entity data
Source Files
¶
Click to show internal directories.
Click to hide internal directories.