image

package
v0.0.0-...-e6e6a7d Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Add

func Add(c *gin.Context)

func Create

func Create(c *gin.Context)

func List

func List(c *gin.Context)

Types

type ReqAdd

type ReqAdd struct {
	Image  string `json:"image"`
	IsSave int    `json:"is_save"`
	Space  string `json:"space"`
}

type ReqCreate

type ReqCreate struct {
	Image   string `json:"image"`
	IsSave  int    `json:"isSave"`
	Space   string `json:"space"`
	OssType int    `json:"OssType"`
}

type ReqImageList

type ReqImageList struct {
	trans.ReqPage
	mysql.Image
}

type RespImage

type RespImage struct {
	Name string `json:"name"`
	Path string `json:"path"`
	Type string `json:"type"`
}

Jump to

Keyboard shortcuts

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