protoc-gen-go-micro/vendor/github.com/go-kit/kit/examples/profilesvc
2017-03-31 18:01:58 +02:00
..
client Moved to google.golang.org/genproto/googleapis/api/annotations 2017-03-31 18:01:58 +02:00
cmd/profilesvc Moved to google.golang.org/genproto/googleapis/api/annotations 2017-03-31 18:01:58 +02:00
endpoints.go Moved to google.golang.org/genproto/googleapis/api/annotations 2017-03-31 18:01:58 +02:00
middlewares.go Moved to google.golang.org/genproto/googleapis/api/annotations 2017-03-31 18:01:58 +02:00
README.md Moved to google.golang.org/genproto/googleapis/api/annotations 2017-03-31 18:01:58 +02:00
service.go Moved to google.golang.org/genproto/googleapis/api/annotations 2017-03-31 18:01:58 +02:00
transport.go Moved to google.golang.org/genproto/googleapis/api/annotations 2017-03-31 18:01:58 +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.