controller

package
v0.0.0-...-261d7c1 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Validate *validator.Validate

Functions

func TestFunc

func TestFunc(w http.ResponseWriter, r *http.Request)

Types

type InsertUserRequest

type InsertUserRequest struct {
	Username string `json:"username" validate:"required"`
	Age      int    `json:"age" validate:"required, gte=0"`
}

Jump to

Keyboard shortcuts

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