Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create transport-specific examples #107

Closed
peterbourgon opened this issue Aug 25, 2015 · 2 comments
Closed

Create transport-specific examples #107

peterbourgon opened this issue Aug 25, 2015 · 2 comments

Comments

@peterbourgon
Copy link
Member

  • thriftsvc
  • netrpcsvc
  • grpcsvc
  • jsonhttpsvc
type MyService interface {
    Square(int) (int, error)
    Cube(int) (int, error)
}
@peterbourgon
Copy link
Member Author

This is largely addressed by examples/addsvc.

@peterbourgon
Copy link
Member Author

Given the above, I'll close this, for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant