viewmodel

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          string `json:"id" mapper:"UUID"`
	Name        string `json:"name"`
	Description string `json:"description"`
	Active      bool   `json:"active"`
}

Category presentation model

type Genre

type Genre struct {
	ID     string `json:"id" mapper:"UUID"`
	Name   string `json:"name"`
	Active bool   `json:"active"`
}

Genre presentation model

Jump to

Keyboard shortcuts

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