7 Star 17 Fork 27

go-course/go9

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
interface.go 407 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mr.Yu 提交于 2023-03-25 11:27 +08:00 . 补充search
package resource
import (
context "context"
"github.com/infraboard/mcube/http/request"
)
const (
AppName = "resources"
)
type Service interface {
// 资源保存,及支持更新也支持创建
Put(context.Context, *Resource) (*Resource, error)
RPCServer
}
func NewSearchRequest() *SearchRequest {
return &SearchRequest{
Tag: map[string]string{},
Page: request.NewDefaultPageRequest(),
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/go-course/go9.git
git@gitee.com:go-course/go9.git
go-course
go9
go9
2c311f48cd84

搜索帮助