mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-26 09:34:57 +08:00
Feat: uploading / transfer settings
This commit is contained in:
@@ -5,6 +5,15 @@ import (
|
||||
"github.com/HFO4/cloudreve/pkg/serializer"
|
||||
)
|
||||
|
||||
// AdminListService 仪表盘列条目服务
|
||||
type AdminListService struct {
|
||||
Page int `json:"page" binding:"min=1,required"`
|
||||
PageSize int `json:"page_size" binding:"min=1,required"`
|
||||
OrderBy string `json:"order_by"`
|
||||
Conditions map[string]string `form:"conditions"`
|
||||
Searches map[string]string `form:"searches"`
|
||||
}
|
||||
|
||||
// GroupList 获取用户组列表
|
||||
func (service *NoParamService) GroupList() serializer.Response {
|
||||
var res []model.Group
|
||||
|
||||
Reference in New Issue
Block a user