Discover Packages
github.com/JuniorGuerra/boilerplate-go
microservices
base
pipes
package
Version:
v0.0.0-...-fb2c4cc
Opens a new window with list of versions in this module.
Published: Feb 20, 2022
License: GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type GetItem struct {
Id string `param:"id"`
}
type HeadersItem struct {
Domain *string `header:"Domain"`
}
type NewImageItem struct {
Name string `form:"name" binding:"required"`
Avatar *multipart .FileHeader `form:"avatar" binding:"required"`
}
type NewItem struct {
Name string `json:"name" binding:"required"`
LastName string `json:"last_name" binding:"required"`
Age int `json:"age" binding:"required"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.