Created
January 26, 2018 17:52
-
-
Save mbonell/06265bbc494a88d2953b4d74d900a456 to your computer and use it in GitHub Desktop.
This file contains 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
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