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

https://github.com/stevepartridge/service

A Go service package to serve grpc, grpc-gateway, and additional http handlers on a single port
https://github.com/stevepartridge/service

go grpc grpc-gateway http http-server openapi swagger

Last synced: 20 days ago
JSON representation

A Go service package to serve grpc, grpc-gateway, and additional http handlers on a single port

Awesome Lists containing this project

README

          

[![Go Report Card](https://goreportcard.com/badge/github.com/stevepartridge/service)](https://goreportcard.com/report/github.com/stevepartridge/service)
[![godoc](http://img.shields.io/badge/godoc-reference-blue.svg?style=flat)](https://godoc.org/github.com/stevepartridge/service)
[![license](http://img.shields.io/badge/license-MIT-red.svg?style=flat)](https://raw.githubusercontent.com/stevepartridge/service/master/LICENSE)
[![Coverage](http://gocover.io/_badge/github.com/stevepartridge/service)](http://gocover.io/github.com/stevepartridge/service)

# service
A service package to serve grpc, grpc-gateway, and additional http handlers on a single port