Documentation ¶
Index ¶
- func AddAlga(c *gin.Context)
- func AddAlgas(c *gin.Context)
- func AddAnnotation(c *gin.Context)
- func AddRiver(c *gin.Context)
- func AddTag(c *gin.Context)
- func AddUser(c *gin.Context)
- func ChangePassword(c *gin.Context)
- func DeleteAnnotation(c *gin.Context)
- func DeleteTag(c *gin.Context)
- func DeleteUser(c *gin.Context)
- func GetAlga(c *gin.Context)
- func GetAllAlgas(c *gin.Context)
- func GetAnnotationByAlga(c *gin.Context)
- func GetAuth(c *gin.Context)
- func GetCaptcha(c *gin.Context)
- func GetRiverInfo(c *gin.Context)
- func GetRivers(c *gin.Context)
- func GetTags(c *gin.Context)
- func GetUser(c *gin.Context)
- func GetUsers(c *gin.Context)
- func SearchAlga(c *gin.Context)
- func SearchRiver(c *gin.Context)
- func ShareRiver(c *gin.Context)
- func UpdateUser(c *gin.Context)
- func Upload(c *gin.Context)
- func Uploadexamle(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddAlga ¶
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 ¶
AddAlgas @Summary AddAlgas @Description 批量添加藻类图片数据 @Tags aldbs @Accept json @Produce json @Success 200 {object} object "{code, msg, data}" @Router /alga/addMul [post]
func AddAnnotation ¶
AddAnnotation @Summary AddAnnotation @Description 添加标注 @Tags aldb @Accept json @Produce json @Success 200 {object} object "{code, msg, data}" @Router /anno/add [post]
func AddRiver ¶
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 ¶
AddTag @Summary AddTag @Description 添加标签数据 @Tags aldb @Accept json @Produce json @Success 200 {object} object "{code, msg, data}" @Router /tag/add [post]
func ChangePassword ¶
ChangePassword @Summary ChangePassword @Description 修改用户密码 @Tags aldb @Accept json @Produce json @Success 200 {object} object "{code, msg, data}" @Router /user/pwd [post]
func DeleteAnnotation ¶
DeleteAnnotation @Summary DeleteAnnotation @Description 删除标注 @Tags aldb @Accept json @Produce json @Success 200 {object} object "{code, msg, data}" @Router /anno/delete [get]
func DeleteTag ¶
DeleteTag @summary DeleteTag @description 删除标签数据 @tags aldb @accept json @produce json @success 200 {object} object "{code, msg, data}" @router /tag/delete [post]
func DeleteUser ¶
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 ¶
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 ¶
GetAllAlgas @Summary getAllAlgas @Description 获取一个数据集所有图片 @Tags aldbs @Accept json @Produce json @Success 200 {object} object "{code, msg, data}" @Router /alga/all [Get]
func GetAnnotationByAlga ¶
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 GetCaptcha ¶
func GetRiverInfo ¶
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 ¶
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 ¶
GetTags @Summary GetTags @Description 获取所有标签数据 @Tags aldb @Accept json @Produce json @Success 200 {object} object "{code, msg, data}" @Router /tag/all [get]
func GetUser ¶
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 ¶
GetUsers @Summary GetUsers @Description 获取所有用户信息 @Tags aldb @Accept json @Produce json @Success 200 {object} object "{code, msg, data}" @Router /user/all [get]
func SearchAlga ¶
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 ¶
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 ¶
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 ¶
UpdateUser @Summary UpdateUser @Description 修改用户信息 @Tags aldb @Accept json @Produce json @Success 200 {object} object "{code, msg, data}" @Router /user/update [post]
func Uploadexamle ¶
Types ¶
This section is empty.