Discover Packages
github.com/diegoclair/microservices-codeeducation/microservice-videos
application
rest
viewmodel
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
Documentation
¶
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 struct {
ID string `json:"id" mapper:"UUID"`
Name string `json:"name"`
Active bool `json:"active"`
}
Genre presentation model
Source Files
¶
Click to show internal directories.
Click to hide internal directories.