Last active
February 1, 2016 14:06
-
-
Save bketelsen/e524f18acda049ffff36 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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