Documentation ¶
Index ¶
- type DistObjCtrl
- type TestDist
- type TestDistImpl
- 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
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DistObjCtrl ¶
type DistObjCtrl struct { }
func GetDistObjCtrl ¶
func GetDistObjCtrl() *DistObjCtrl
func (*DistObjCtrl) Init ¶
func (o *DistObjCtrl) Init()
type TestDist ¶
type TestDist interface { TestString(a, b string) string TestInt(a, b int) int TestBool(a, b bool) bool TestError(a, b int) (int, error) TestArray(a, b int) []int TestMap(a, b string) map[string]string }
func GetTestDistProxy ¶
type TestDistImpl ¶
type TestDistImpl struct { }
func (*TestDistImpl) TestArray ¶
func (o *TestDistImpl) TestArray(a, b int) []int
func (*TestDistImpl) TestBool ¶
func (o *TestDistImpl) TestBool(a, b bool) bool
func (*TestDistImpl) TestInt ¶
func (o *TestDistImpl) TestInt(a, b int) int
func (*TestDistImpl) TestString ¶
func (o *TestDistImpl) TestString(a, b string) string
type TestDistProxy ¶
type TestDistProxy struct {
// contains filtered or unexported fields
}
func (*TestDistProxy) TestArray ¶
func (o *TestDistProxy) TestArray(a, b int) []int
func (*TestDistProxy) TestBool ¶
func (o *TestDistProxy) TestBool(a, b bool) bool
func (*TestDistProxy) TestInt ¶
func (o *TestDistProxy) TestInt(a, b int) int
func (*TestDistProxy) TestString ¶
func (o *TestDistProxy) TestString(a, b string) string
Click to show internal directories.
Click to hide internal directories.