v1

package
v0.0.0-...-475886a Latest Latest
Warning

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

Go to latest
Published: Jun 8, 2023 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddAlga

func AddAlga(c *gin.Context)

AddAlga @Summary AddAlga @Description 添加藻类图片数据 @Tags aldb @Accept json @Produce json @param riverId body string false "数据集ID" example(640fd8c403c8e6ead93ea295) @param name body string false "图片ID" example(64117bf11c55d4d364da3828) @param src body string false "图片连接" example(https://aldb.obs.cn-east-3.myhuaweicloud.com/img/1679155481苹果_2014-12-27_11-16-14.jpg) @Success 200 {object} object "{code, msg, data}" @Router /alga/add [post]

func AddAlgas

func AddAlgas(c *gin.Context)

AddAlgas @Summary AddAlgas @Description 批量添加藻类图片数据 @Tags aldbs @Accept json @Produce json @Success 200 {object} object "{code, msg, data}" @Router /alga/addMul [post]

func AddAnnotation

func AddAnnotation(c *gin.Context)

AddAnnotation @Summary AddAnnotation @Description 添加标注 @Tags aldb @Accept json @Produce json @Success 200 {object} object "{code, msg, data}" @Router /anno/add [post]

func AddRiver

func AddRiver(c *gin.Context)

AddRiver @Summary AddRiver @Description 添加数据集 @Tags aldb @Accept json @Produce json @param userEmail body string false "用户邮箱" example(aaa) @param name body string false "数据集名称ID" example(test) @param description body string false "数据集描述" example(testing) @Success 200 {object} object "{code, msg, data}" @Router /river/add [post]

func AddTag

func AddTag(c *gin.Context)

AddTag @Summary AddTag @Description 添加标签数据 @Tags aldb @Accept json @Produce json @Success 200 {object} object "{code, msg, data}" @Router /tag/add [post]

func AddUser

func AddUser(c *gin.Context)

func ChangePassword

func ChangePassword(c *gin.Context)

ChangePassword @Summary ChangePassword @Description 修改用户密码 @Tags aldb @Accept json @Produce json @Success 200 {object} object "{code, msg, data}" @Router /user/pwd [post]

func DeleteAnnotation

func DeleteAnnotation(c *gin.Context)

DeleteAnnotation @Summary DeleteAnnotation @Description 删除标注 @Tags aldb @Accept json @Produce json @Success 200 {object} object "{code, msg, data}" @Router /anno/delete [get]

func DeleteTag

func DeleteTag(c *gin.Context)

DeleteTag @summary DeleteTag @description 删除标签数据 @tags aldb @accept json @produce json @success 200 {object} object "{code, msg, data}" @router /tag/delete [post]

func DeleteUser

func DeleteUser(c *gin.Context)

DeleteUser @Summary DeleteUser @Description 删除用户 @Tags aldb @Accept json @Produce json @Param email query string true "用户邮箱" @Success 200 {object} object "{code, msg, data}" @Router /user/delete [get]

func GetAlga

func GetAlga(c *gin.Context)

GetAlga @Summary getAlga @Description 得到具体藻类图像数据 @Tags aldb @Accept x-www-form-urlencoded @Produce json @Success 200 {object} object "{code, msg, data}" @Router /alga/get [post]

func GetAllAlgas

func GetAllAlgas(c *gin.Context)

GetAllAlgas @Summary getAllAlgas @Description 获取一个数据集所有图片 @Tags aldbs @Accept json @Produce json @Success 200 {object} object "{code, msg, data}" @Router /alga/all [Get]

func GetAnnotationByAlga

func GetAnnotationByAlga(c *gin.Context)

GetAnnotationByAlga @Summary GetAnnotationByAlga @Description 藻类图像获取标注 @Tags aldb @Accept json @Produce json @Param alga query string true "藻类名称" @Success 200 {object} object "{code, msg, data}" @Router /alga/anno [get]

func GetAuth

func GetAuth(c *gin.Context)

func GetCaptcha

func GetCaptcha(c *gin.Context)

func GetRiverInfo

func GetRiverInfo(c *gin.Context)

GetRiverInfo @Summary GetRiverInfo @Description 获取所有数据集藻类列表数据 @Tags aldb @Accept json @Produce json @param RiverID body string false "数据集ID" example(640fd8c403c8e6ead93ea295) @Success 200 {object} object "{code, msg, data}" @Router /river/info [get]

func GetRivers

func GetRivers(c *gin.Context)

GetRivers @Summary GetRivers @Description 获取用户所有数据集 @Tags aldb @Accept x-www-form-urlencoded @Produce json @Success 200 {object} object "{code, msg, data}" @Router /river/all [post]

func GetTags

func GetTags(c *gin.Context)

GetTags @Summary GetTags @Description 获取所有标签数据 @Tags aldb @Accept json @Produce json @Success 200 {object} object "{code, msg, data}" @Router /tag/all [get]

func GetUser

func GetUser(c *gin.Context)

GetUser @Summary GetUser @Description 获取用户信息 @Tags aldb @Accept json @Produce json @Param email query string true "用户邮箱" @Success 200 {object} object "{code, msg, data}" @Router /user/info [get]

func GetUsers

func GetUsers(c *gin.Context)

GetUsers @Summary GetUsers @Description 获取所有用户信息 @Tags aldb @Accept json @Produce json @Success 200 {object} object "{code, msg, data}" @Router /user/all [get]

func SearchAlga

func SearchAlga(c *gin.Context)

SearchAlga @Summary SearchAlga @Description 搜索藻类图像 @Tags aldb @Accept x-www-form-urlencoded @Produce json @Success 200 {object} object "{code, msg, data}" @Router /alga/search [post]

func SearchRiver

func SearchRiver(c *gin.Context)

SearchRiver @Summary SearchRiver @Description 搜索数据集 @Tags aldb @Accept json @Produce json @param Key body string false "数据集key" example("黄河") @Success 200 {object} object "{code, msg, data}" @Router /river/search [post]

func ShareRiver

func ShareRiver(c *gin.Context)

ShareRiver @Summary ShareRiver @Description 共享数据集 @Tags aldb @Accept json @Produce json @param userEmail body string false "用户邮箱" example(aaa) @param riverId body string false "数据集名称ID" example(test) @Success 200 {object} object "{code, msg, data}" @Router /river/share [post]

func UpdateUser

func UpdateUser(c *gin.Context)

UpdateUser @Summary UpdateUser @Description 修改用户信息 @Tags aldb @Accept json @Produce json @Success 200 {object} object "{code, msg, data}" @Router /user/update [post]

func Upload

func Upload(c *gin.Context)

func Uploadexamle

func Uploadexamle(c *gin.Context)

Types

This section is empty.

Jump to

Keyboard shortcuts

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