Created
April 12, 2019 13:45
-
-
Save aschmidt75/d3d32eb411d5af30389a6459e74b5c55 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
| type PreciousCargoChaincode struct { | |
| // map function names to function implementation types | |
| handlers map[string]reflect.Type | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment