package
Version:
v0.0.0-...-f53f79a
Opens a new window with list of versions in this module.
Published: Jul 3, 2019
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
stores product of args.A and args.B in result pointer
type Args struct {
A, B int
}
Holds arguments to be passed to service Arith in RPC call
Representss service Arith with method Multiply
This procedure is invoked by rpc and calls rpcexample.Multiply which stores product of args.A and args.B in result pointer
Result of RPC call is of this type
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.