pipes

package
v0.0.0-...-fb2c4cc Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2022 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetItem

type GetItem struct {
	Id string `param:"id"`
}

type HeadersItem

type HeadersItem struct {
	Rate   *int    `header:"Rate"`
	Domain *string `header:"Domain"`
}

type NewImageItem

type NewImageItem struct {
	Name   string                `form:"name" binding:"required"`
	Avatar *multipart.FileHeader `form:"avatar" binding:"required"`
}

type NewItem

type NewItem struct {
	Name     string `json:"name" binding:"required"`
	LastName string `json:"last_name" binding:"required"`
	Age      int    `json:"age" binding:"required"`
}

Jump to

Keyboard shortcuts

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