model

package
v0.0.0-...-5e3b2db Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type User

type User struct {
	ID   int    `json:"id" validate:"numeric,gte=0"`
	Name string `json:"name" validate:"required,min=5,max=30"`
	Age  int    `json:"age" validate:"required,numeric,gte=0,lte=130"`
}

User models a REST API user

Jump to

Keyboard shortcuts

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