test

package
v0.4.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 4, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Test

type Test struct{}

func (*Test) Bar

func (p *Test) Bar(s1 string) (int, error)

func (*Test) CallSlice

func (p *Test) CallSlice(s1 []*Test, s2 []map[string]int) (bool, error)

func (*Test) ErrHandler

func (p *Test) ErrHandler(s1 string) (err error)

func (*Test) ErrHandler2

func (p *Test) ErrHandler2(s1 string) (err error)

func (*Test) Foo

func (p *Test) Foo(s1 string) (int, error)

func (*Test) MapCallTest

func (p *Test) MapCallTest(m1, m2 map[string]map[string]byte) (*Test, map[string]byte, error)

func (*Test) NoReturnValue

func (p *Test) NoReturnValue(i int) error

func (*Test) Proxy2

func (p *Test) Proxy2(s1 string, s2 int) (r1 *Test, r2, r3 int64, err error)

type TestProxy added in v0.4.0

type TestProxy interface {
	Foo(s1 string) (int, error)
	Bar(s1 string) (int, error)
	NoReturnValue(i int) error
	ErrHandler(s1 string) error
	ErrHandler2(s1 string) error
	Proxy2(s1 string, s2 int) (*Test, int64, error)
	MapCallTest(m1 map[string]map[string]byte, m2 map[string]map[string]byte) (*Test, map[string]byte, error)
	CallSlice(s1 []*Test, s2 []map[string]int) (bool, error)
}

func NewTest added in v0.4.0

func NewTest(b binder) TestProxy

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL