protoc-gen-go-micro/vendor/github.com/go-kit/kit/examples/profilesvc
Manfred Touron 5448f25fd6
glide up
2017-05-18 23:33:43 +02:00
..
client Moved to google.golang.org/genproto/googleapis/api/annotations 2017-03-31 18:01:58 +02:00
cmd/profilesvc glide up 2017-05-18 23:33:43 +02:00
endpoints.go glide up 2017-05-18 23:33:43 +02:00
middlewares.go glide up 2017-05-18 23:33:43 +02:00
README.md Moved to google.golang.org/genproto/googleapis/api/annotations 2017-03-31 18:01:58 +02:00
service.go glide up 2017-05-18 23:33:43 +02:00
transport.go glide up 2017-05-18 23:33:43 +02:00

profilesvc

This example demonstrates how to use Go kit to implement a REST-y HTTP service. It leverages the excellent gorilla mux package for routing.