test

package
v0.6.1 Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2023 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Overview

Package test ...

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BinaryEcho

type BinaryEcho struct {
	Msg       string `json:"msg"`
	GotBase64 bool   `json:"got_base64"`
}

type GenericServiceBinaryEchoImpl

type GenericServiceBinaryEchoImpl struct{}

GenericServiceBinaryEchoImpl ...

func (*GenericServiceBinaryEchoImpl) GenericCall

func (g *GenericServiceBinaryEchoImpl) GenericCall(ctx context.Context, method string, request interface{}) (response interface{}, err error)

GenericCall ...

type GenericServiceErrorImpl

type GenericServiceErrorImpl struct{}

GenericServiceErrorImpl ...

func (*GenericServiceErrorImpl) GenericCall

func (g *GenericServiceErrorImpl) GenericCall(ctx context.Context, method string, request interface{}) (response interface{}, err error)

GenericCall ...

type GenericServiceImpl

type GenericServiceImpl struct{}

GenericServiceImpl ...

func (*GenericServiceImpl) GenericCall

func (g *GenericServiceImpl) GenericCall(ctx context.Context, method string, request interface{}) (response interface{}, err error)

GenericCall ...

type GenericServiceOnewayImpl

type GenericServiceOnewayImpl struct{}

GenericServiceOnewayImpl ...

func (*GenericServiceOnewayImpl) GenericCall

func (g *GenericServiceOnewayImpl) GenericCall(ctx context.Context, method string, request interface{}) (response interface{}, err error)

GenericCall ...

type GenericServicePingImpl

type GenericServicePingImpl struct{}

GenericServicePingImpl ...

func (*GenericServicePingImpl) GenericCall

func (g *GenericServicePingImpl) GenericCall(ctx context.Context, method string, request interface{}) (response interface{}, err error)

GenericCall ...

type GenericServiceVoidImpl

type GenericServiceVoidImpl struct{}

GenericServiceVoidImpl ...

func (*GenericServiceVoidImpl) GenericCall

func (g *GenericServiceVoidImpl) GenericCall(ctx context.Context, method string, request interface{}) (response interface{}, err error)

GenericCall ...

Jump to

Keyboard shortcuts

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