Versions in this module Expand all Collapse all v0 v0.0.2 Oct 7, 2024 Changes in this version + type DistObjCtrl struct + func GetDistObjCtrl() *DistObjCtrl + func (o *DistObjCtrl) Init() + type TestDist interface + TestArray func(a, b int) []int + TestBool func(a, b bool) bool + TestError func(a, b int) (int, error) + TestInt func(a, b int) int + TestMap func(a, b string) map[string]string + TestString func(a, b string) string + func GetTestDistProxy(option ...distobj.Option) TestDist + type TestDistImpl struct + func (o *TestDistImpl) TestArray(a, b int) []int + func (o *TestDistImpl) TestBool(a, b bool) bool + func (o *TestDistImpl) TestError(a, b int) (int, error) + func (o *TestDistImpl) TestInt(a, b int) int + func (o *TestDistImpl) TestMap(a, b string) map[string]string + func (o *TestDistImpl) TestString(a, b string) string + type TestDistProxy struct + func (o *TestDistProxy) TestArray(a, b int) []int + func (o *TestDistProxy) TestBool(a, b bool) bool + func (o *TestDistProxy) TestError(a, b int) (int, error) + func (o *TestDistProxy) TestInt(a, b int) int + func (o *TestDistProxy) TestMap(a, b string) map[string]string + func (o *TestDistProxy) TestString(a, b string) string + type TestPayload struct + BoolA bool + BoolB bool + IntA int + IntB int + StrA string + StrB string