Skip to content

Instantly share code, notes, and snippets.

@mbonell
Created January 26, 2018 17:52
Show Gist options
  • Save mbonell/06265bbc494a88d2953b4d74d900a456 to your computer and use it in GitHub Desktop.
Save mbonell/06265bbc494a88d2953b4d74d900a456 to your computer and use it in GitHub Desktop.
package service
// Operations stands for all the remote fuctions definition in the service.
type Operations interface {
Addition(*Request, *Response) error
Subtraction(*Request, *Response) error
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment