package
Version:
v0.0.0-...-3e36168
Opens a new window with list of versions in this module.
Published: Sep 20, 2023
License: MIT
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 CreateItem struct {
Name string `validate:"required"`
Description string `validate:"required,min=50"`
}
type UpdateItem struct {
Name string `validate:"required"`
Description string `validate:"required,min=50"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.