https://github.com/go-leo/gors
golang restful service
https://github.com/go-leo/gors
gin go golang gorilla restful service
Last synced: 6 months ago
JSON representation
golang restful service
- Host: GitHub
- URL: https://github.com/go-leo/gors
- Owner: go-leo
- License: mit
- Created: 2022-09-22T07:41:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-21T05:51:56.000Z (8 months ago)
- Last Synced: 2025-03-24T10:12:29.349Z (7 months ago)
- Topics: gin, go, golang, gorilla, restful, service
- Language: Go
- Homepage:
- Size: 2.86 MB
- Stars: 9
- Watchers: 1
- Forks: 1
- 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)