Created
July 5, 2022 00:46
-
-
Save pravinchandar/d69f9835dfffdd4eed4a5988994152bd 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
| func JqTransform(rpcClient *rpc.Client, input SomeInput) (*SomeOutput, error) { | |
| output := &SomeOutput{} | |
| err := rpcClient.Call("Jqserver.Evaluate", input, output) | |
| return output, err | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment