1 Star 0 Fork 0

肖金光 / goclean

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
interface.go 129 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiaojg-mbp 提交于 2023-12-29 16:20 . day1.5补充接口定义
package blog
import "context"
// 博客管理业务接口
type Service interface {
CreateBlog(context.Context, *Blog) error
}
Go
1
https://gitee.com/aviptle/goclean.git
git@gitee.com:aviptle/goclean.git
aviptle
goclean
goclean
9c393dc1819e

搜索帮助