package
Version:
v0.0.0-...-d482384
Opens a new window with list of versions in this module.
Published: Jan 24, 2021
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 TaskRequest struct {
Name string `json:"name" validate:"required,min=1,max=500"`
Description string `json:"description" validate:"max=5000"`
Position int16 `json:"position" validate:"number,min=0"`
NewListID int64 `json:"new_list_id" validate:"number"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.