requests

package
v0.0.0-...-d482384 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 24, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TaskRequest

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"`
}

Jump to

Keyboard shortcuts

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