GoGym:在“ GoGym”之后获取一些“ REST” 源码
GoGym GoGym是用于构建RESTful API的框架,该框架使用Golang编写。 它受到工匠框架启发。 图标由@Beth Wardolf制作 进口包装 依存关系: $ go get github.com/sirupsen/logrus 从命令行安装软件包: $ go get github.com/ZhenhangTung/GoGym 如何使用GoGym 1.定义自己的控制器和动作 type HelloController struct { } func (h *HelloController) SayHello(api *GoGym.Gym) { // Your log
文件列表
GoGym-master.zip
(预估有个29文件)
GoGym-master
helpers.go
1KB
.gitignore
6B
gym.go
2KB
response_test.go
2KB
response.go
2KB
gym_service_interface.go
246B
helpers_test.go
999B
gym_test.go
2KB
.travis.yml
140B
暂无评论