Skip to content

Instantly share code, notes, and snippets.

@bketelsen
Last active February 1, 2016 14:06
Show Gist options
  • Save bketelsen/e524f18acda049ffff36 to your computer and use it in GitHub Desktop.
Save bketelsen/e524f18acda049ffff36 to your computer and use it in GitHub Desktop.
kit.Endpoint(server.AddService, func(){ // first parameter is the Go interface representing the service
kit.GRPC("pb/add.proto")
kit.Thrift("thrift/add.thrift")
kit.NetRPC("?")
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment