Versions in this module Expand all Collapse all v0 v0.9.1 Jul 6, 2018 Changes in this version + type TestABC struct + A string + B string + C string + type TestRpc struct + func (r *TestRpc) Add(n int, res *int) error + func (r *TestRpc) Err(n int, res *int) error + func (r *TestRpc) Test(arg TestABC, res *string) error