module

package
v0.0.0-...-fa2f347 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GoUnusedProtection__ int

Functions

This section is empty.

Types

type MyLeaf

type MyLeaf interface {
	// Inherited/extended service
	MyNode

	DoLeaf(ctx context.Context) error
}

type MyLeafChannelClient

type MyLeafChannelClient struct {
	// Inherited/extended service
	*MyNodeChannelClient
	// contains filtered or unexported fields
}

func NewMyLeafChannelClient

func NewMyLeafChannelClient(channel thrift.RequestChannel) *MyLeafChannelClient

func (*MyLeafChannelClient) Close

func (c *MyLeafChannelClient) Close() error

func (*MyLeafChannelClient) DoLeaf

func (c *MyLeafChannelClient) DoLeaf(ctx context.Context) error

func (*MyLeafChannelClient) IsOpen

func (c *MyLeafChannelClient) IsOpen() bool

func (*MyLeafChannelClient) Open

func (c *MyLeafChannelClient) Open() error

type MyLeafClient deprecated

type MyLeafClient struct {
	// Inherited/extended service
	*MyNodeClient
	// contains filtered or unexported fields
}

Deprecated: Use MyLeafChannelClient instead.

func NewMyLeafClient deprecated

func NewMyLeafClient(t thrift.Transport, iprot thrift.Protocol, oprot thrift.Protocol) *MyLeafClient

Deprecated: Use NewMyLeafChannelClient() instead.

func NewMyLeafClientFactory deprecated

func NewMyLeafClientFactory(t thrift.Transport, pf thrift.ProtocolFactory) *MyLeafClient

Deprecated: Use NewMyLeafChannelClient() instead.

func NewMyLeafClientProtocol deprecated

func NewMyLeafClientProtocol(prot thrift.Protocol) *MyLeafClient

Deprecated: Use NewMyLeafChannelClient() instead.

func NewMyLeafThreadsafeClientProtocol deprecated

func NewMyLeafThreadsafeClientProtocol(prot thrift.Protocol) *MyLeafClient

Deprecated: Use NewMyLeafChannelClient() instead.

func (*MyLeafClient) Close

func (c *MyLeafClient) Close() error

func (*MyLeafClient) DoLeaf

func (c *MyLeafClient) DoLeaf() error

func (*MyLeafClient) IsOpen

func (c *MyLeafClient) IsOpen() bool

func (*MyLeafClient) Open

func (c *MyLeafClient) Open() error

type MyLeafClientInterface deprecated

type MyLeafClientInterface interface {
	thrift.ClientInterface
	// Inherited/extended service
	MyNodeClientInterface

	DoLeaf() error
}

Deprecated: Use MyLeaf instead.

type MyLeafProcessor

type MyLeafProcessor struct {
	// Inherited/extended processor
	*MyNodeProcessor
}

func NewMyLeafProcessor

func NewMyLeafProcessor(handler MyLeaf) *MyLeafProcessor

type MyLeafThreadsafeClient deprecated

type MyLeafThreadsafeClient = MyLeafClient

Deprecated: Use MyLeafChannelClient instead.

func NewMyLeafThreadsafeClient deprecated

func NewMyLeafThreadsafeClient(t thrift.Transport, iprot thrift.Protocol, oprot thrift.Protocol) *MyLeafThreadsafeClient

Deprecated: Use NewMyLeafChannelClient() instead.

func NewMyLeafThreadsafeClientFactory deprecated

func NewMyLeafThreadsafeClientFactory(t thrift.Transport, pf thrift.ProtocolFactory) *MyLeafThreadsafeClient

Deprecated: Use NewMyLeafChannelClient() instead.

type MyNode

type MyNode interface {
	// Inherited/extended service
	MyRoot

	DoMid(ctx context.Context) error
}

type MyNodeChannelClient

type MyNodeChannelClient struct {
	// Inherited/extended service
	*MyRootChannelClient
	// contains filtered or unexported fields
}

func NewMyNodeChannelClient

func NewMyNodeChannelClient(channel thrift.RequestChannel) *MyNodeChannelClient

func (*MyNodeChannelClient) Close

func (c *MyNodeChannelClient) Close() error

func (*MyNodeChannelClient) DoMid

func (c *MyNodeChannelClient) DoMid(ctx context.Context) error

func (*MyNodeChannelClient) IsOpen

func (c *MyNodeChannelClient) IsOpen() bool

func (*MyNodeChannelClient) Open

func (c *MyNodeChannelClient) Open() error

type MyNodeClient deprecated

type MyNodeClient struct {
	// Inherited/extended service
	*MyRootClient
	// contains filtered or unexported fields
}

Deprecated: Use MyNodeChannelClient instead.

func NewMyNodeClient deprecated

func NewMyNodeClient(t thrift.Transport, iprot thrift.Protocol, oprot thrift.Protocol) *MyNodeClient

Deprecated: Use NewMyNodeChannelClient() instead.

func NewMyNodeClientFactory deprecated

func NewMyNodeClientFactory(t thrift.Transport, pf thrift.ProtocolFactory) *MyNodeClient

Deprecated: Use NewMyNodeChannelClient() instead.

func NewMyNodeClientProtocol deprecated

func NewMyNodeClientProtocol(prot thrift.Protocol) *MyNodeClient

Deprecated: Use NewMyNodeChannelClient() instead.

func NewMyNodeThreadsafeClientProtocol deprecated

func NewMyNodeThreadsafeClientProtocol(prot thrift.Protocol) *MyNodeClient

Deprecated: Use NewMyNodeChannelClient() instead.

func (*MyNodeClient) Close

func (c *MyNodeClient) Close() error

func (*MyNodeClient) DoMid

func (c *MyNodeClient) DoMid() error

func (*MyNodeClient) IsOpen

func (c *MyNodeClient) IsOpen() bool

func (*MyNodeClient) Open

func (c *MyNodeClient) Open() error

type MyNodeClientInterface deprecated

type MyNodeClientInterface interface {
	thrift.ClientInterface
	// Inherited/extended service
	MyRootClientInterface

	DoMid() error
}

Deprecated: Use MyNode instead.

type MyNodeProcessor

type MyNodeProcessor struct {
	// Inherited/extended processor
	*MyRootProcessor
}

func NewMyNodeProcessor

func NewMyNodeProcessor(handler MyNode) *MyNodeProcessor

type MyNodeThreadsafeClient deprecated

type MyNodeThreadsafeClient = MyNodeClient

Deprecated: Use MyNodeChannelClient instead.

func NewMyNodeThreadsafeClient deprecated

func NewMyNodeThreadsafeClient(t thrift.Transport, iprot thrift.Protocol, oprot thrift.Protocol) *MyNodeThreadsafeClient

Deprecated: Use NewMyNodeChannelClient() instead.

func NewMyNodeThreadsafeClientFactory deprecated

func NewMyNodeThreadsafeClientFactory(t thrift.Transport, pf thrift.ProtocolFactory) *MyNodeThreadsafeClient

Deprecated: Use NewMyNodeChannelClient() instead.

type MyRoot

type MyRoot interface {
	DoRoot(ctx context.Context) error
}

type MyRootChannelClient

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

func NewMyRootChannelClient

func NewMyRootChannelClient(channel thrift.RequestChannel) *MyRootChannelClient

func (*MyRootChannelClient) Close

func (c *MyRootChannelClient) Close() error

func (*MyRootChannelClient) DoRoot

func (c *MyRootChannelClient) DoRoot(ctx context.Context) error

func (*MyRootChannelClient) IsOpen

func (c *MyRootChannelClient) IsOpen() bool

func (*MyRootChannelClient) Open

func (c *MyRootChannelClient) Open() error

type MyRootClient deprecated

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

Deprecated: Use MyRootChannelClient instead.

func NewMyRootClient deprecated

func NewMyRootClient(t thrift.Transport, iprot thrift.Protocol, oprot thrift.Protocol) *MyRootClient

Deprecated: Use NewMyRootChannelClient() instead.

func NewMyRootClientFactory deprecated

func NewMyRootClientFactory(t thrift.Transport, pf thrift.ProtocolFactory) *MyRootClient

Deprecated: Use NewMyRootChannelClient() instead.

func NewMyRootClientProtocol deprecated

func NewMyRootClientProtocol(prot thrift.Protocol) *MyRootClient

Deprecated: Use NewMyRootChannelClient() instead.

func NewMyRootThreadsafeClientProtocol deprecated

func NewMyRootThreadsafeClientProtocol(prot thrift.Protocol) *MyRootClient

Deprecated: Use NewMyRootChannelClient() instead.

func (*MyRootClient) Close

func (c *MyRootClient) Close() error

func (*MyRootClient) DoRoot

func (c *MyRootClient) DoRoot() error

func (*MyRootClient) IsOpen

func (c *MyRootClient) IsOpen() bool

func (*MyRootClient) Open

func (c *MyRootClient) Open() error

type MyRootClientInterface deprecated

type MyRootClientInterface interface {
	thrift.ClientInterface
	DoRoot() error
}

Deprecated: Use MyRoot instead.

type MyRootProcessor

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

func NewMyRootProcessor

func NewMyRootProcessor(handler MyRoot) *MyRootProcessor

func (*MyRootProcessor) AddToFunctionServiceMap

func (p *MyRootProcessor) AddToFunctionServiceMap(key, service string)

func (*MyRootProcessor) AddToProcessorMap

func (p *MyRootProcessor) AddToProcessorMap(key string, processor thrift.ProcessorFunction)

func (*MyRootProcessor) FunctionServiceMap

func (p *MyRootProcessor) FunctionServiceMap() map[string]string

func (*MyRootProcessor) GetProcessorFunction

func (p *MyRootProcessor) GetProcessorFunction(key string) (processor thrift.ProcessorFunction, err error)

func (*MyRootProcessor) ProcessorMap

func (p *MyRootProcessor) ProcessorMap() map[string]thrift.ProcessorFunction

type MyRootThreadsafeClient deprecated

type MyRootThreadsafeClient = MyRootClient

Deprecated: Use MyRootChannelClient instead.

func NewMyRootThreadsafeClient deprecated

func NewMyRootThreadsafeClient(t thrift.Transport, iprot thrift.Protocol, oprot thrift.Protocol) *MyRootThreadsafeClient

Deprecated: Use NewMyRootChannelClient() instead.

func NewMyRootThreadsafeClientFactory deprecated

func NewMyRootThreadsafeClientFactory(t thrift.Transport, pf thrift.ProtocolFactory) *MyRootThreadsafeClient

Deprecated: Use NewMyRootChannelClient() instead.

Jump to

Keyboard shortcuts

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