Documentation
¶
Index ¶
- Constants
- func DeleteCargo() echo.HandlerFunc
- func Download(c echo.Context) (err error)
- func GetCargoSql() echo.HandlerFunc
- func GetCargos() echo.HandlerFunc
- func Login() echo.HandlerFunc
- func Logout() echo.HandlerFunc
- func PostCargo() echo.HandlerFunc
- func PutCargo() echo.HandlerFunc
- func Upload(c echo.Context) (err error)
- type Cargo
- type H
- type SqlRecord
Constants ¶
View Source
const (
CargoMigrate = `` /* 299-byte string literal not displayed */
)
View Source
const (
SqlMigrate = `` /* 140-byte string literal not displayed */
)
Variables ¶
This section is empty.
Functions ¶
func DeleteCargo ¶
func DeleteCargo() echo.HandlerFunc
func GetCargoSql ¶
func GetCargoSql() echo.HandlerFunc
func GetCargos ¶
func GetCargos() echo.HandlerFunc
func Login ¶
func Login() echo.HandlerFunc
func Logout ¶
func Logout() echo.HandlerFunc
func PostCargo ¶
func PostCargo() echo.HandlerFunc
func PutCargo ¶
func PutCargo() echo.HandlerFunc
Types ¶
type Cargo ¶
type Cargo struct { Id *int64 `json:"id"` Serial *string `json:"serial"` Factory *string `json:"factory"` Date *string `json:"date"` Batch *string `json:"batch"` Carrier *string `json:"carrier"` ColdVan *string `json:"cold_van"` Distributor *string `json:"distributor"` Hospital *string `json:"hospital"` Patient *string `json:"patient"` AttachUri *string `json:"attach_uri"` AttachSum *string `json:"attach_sum"` }
Click to show internal directories.
Click to hide internal directories.