Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)