Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/go-leo/gors
go restful service based gin
https://github.com/go-leo/gors
gin go golang restful service
Last synced: about 2 months ago
JSON representation
go restful service based gin
- Host: GitHub
- URL: https://github.com/go-leo/gors
- Owner: go-leo
- License: mit
- Created: 2022-09-22T07:41:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T01:37:13.000Z (6 months ago)
- Last Synced: 2024-06-21T20:43:52.428Z (6 months ago)
- Topics: gin, go, golang, restful, service
- Language: Go
- Homepage:
- Size: 2.85 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# gors
通过注释或者注解快速生成Go语言的Restful服务路由。[在Go接口上,加上特殊注释定义http路由](README_go_comment.MD)
[在proto上,加上特殊注释定义http路由](README_proto_comment.MD)
[在proto上,通过google.api.annotations语法,定义http路由](README_proto_annotations.MD)