tests

package
v0.0.0-...-7ce4fdf Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MyService

type MyService struct {
	// contains filtered or unexported fields
}

func NewMyService

func NewMyService(param1 string, param2 string) *MyService

func (*MyService) ArgsWithComplexImportPathsAndAlias

func (s *MyService) ArgsWithComplexImportPathsAndAlias(a xml.CharData, b constraint.Expr, server alias.ResponseRecorder)

func (*MyService) ContextMethod

func (s *MyService) ContextMethod(ctx context.Context)

func (*MyService) NoArgsMethod

func (s *MyService) NoArgsMethod()

func (*MyService) OneArgErrorMethod

func (s *MyService) OneArgErrorMethod() error

func (*MyService) PassthroughMethod

func (s *MyService) PassthroughMethod() error

func (*MyService) TwoArgsErrorMethod

func (s *MyService) TwoArgsErrorMethod(ctx context.Context, aStruct Struct) (string, error)

type MyServiceProxy

type MyServiceProxy struct {
	// contains filtered or unexported fields
}

func NewMyServiceProxy

func NewMyServiceProxy(delegate *MyService, invocationHandler func(method interface {
	Package() string
	Receiver() string
	Name() string
	Invoke(args []any) []any
}, args []any) (retVals []any)) *MyServiceProxy

func (*MyServiceProxy) ArgsWithComplexImportPathsAndAlias

func (d *MyServiceProxy) ArgsWithComplexImportPathsAndAlias(a xml.CharData, b constraint.Expr, server alias.ResponseRecorder)

func (*MyServiceProxy) ContextMethod

func (d *MyServiceProxy) ContextMethod(ctx context.Context)

func (*MyServiceProxy) NoArgsMethod

func (d *MyServiceProxy) NoArgsMethod()

func (*MyServiceProxy) OneArgErrorMethod

func (d *MyServiceProxy) OneArgErrorMethod() error

func (*MyServiceProxy) PassthroughMethod

func (d *MyServiceProxy) PassthroughMethod() error

func (*MyServiceProxy) TwoArgsErrorMethod

func (d *MyServiceProxy) TwoArgsErrorMethod(ctx context.Context, aStruct Struct) (string, error)

type Struct

type Struct struct{}

Jump to

Keyboard shortcuts

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