package
Version:
v0.0.0-...-07366ea
Opens a new window with list of versions in this module.
Published: Sep 29, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Canal struct {
ID int `db:"id" json:"id"`
Title string `db:"title" json:"title"`
Duration int `db:"duration" json:"duration"`
}
type NewCanal struct {
Title string `json:"title" validate:"required,max=6" `
Duration int `json:"duration" validate:"required,min=12,max=24"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.