Documentation
¶
Index ¶
- Variables
- type MyLeaf
- type MyLeafChannelClient
- type MyLeafClientdeprecated
- func NewMyLeafClient(t thrift.Transport, iprot thrift.Protocol, oprot thrift.Protocol) *MyLeafClientdeprecated
- func NewMyLeafClientFactory(t thrift.Transport, pf thrift.ProtocolFactory) *MyLeafClientdeprecated
- func NewMyLeafClientProtocol(prot thrift.Protocol) *MyLeafClientdeprecated
- func NewMyLeafThreadsafeClientProtocol(prot thrift.Protocol) *MyLeafClientdeprecated
- type MyLeafClientInterfacedeprecated
- type MyLeafProcessor
- type MyLeafThreadsafeClientdeprecated
- type MyNode
- type MyNodeChannelClient
- type MyNodeClientdeprecated
- func NewMyNodeClient(t thrift.Transport, iprot thrift.Protocol, oprot thrift.Protocol) *MyNodeClientdeprecated
- func NewMyNodeClientFactory(t thrift.Transport, pf thrift.ProtocolFactory) *MyNodeClientdeprecated
- func NewMyNodeClientProtocol(prot thrift.Protocol) *MyNodeClientdeprecated
- func NewMyNodeThreadsafeClientProtocol(prot thrift.Protocol) *MyNodeClientdeprecated
- type MyNodeClientInterfacedeprecated
- type MyNodeProcessor
- type MyNodeThreadsafeClientdeprecated
- type MyRoot
- type MyRootChannelClient
- type MyRootClientdeprecated
- func NewMyRootClient(t thrift.Transport, iprot thrift.Protocol, oprot thrift.Protocol) *MyRootClientdeprecated
- func NewMyRootClientFactory(t thrift.Transport, pf thrift.ProtocolFactory) *MyRootClientdeprecated
- func NewMyRootClientProtocol(prot thrift.Protocol) *MyRootClientdeprecated
- func NewMyRootThreadsafeClientProtocol(prot thrift.Protocol) *MyRootClientdeprecated
- type MyRootClientInterfacedeprecated
- type MyRootProcessor
- func (p *MyRootProcessor) AddToFunctionServiceMap(key, service string)
- func (p *MyRootProcessor) AddToProcessorMap(key string, processor thrift.ProcessorFunction)
- func (p *MyRootProcessor) FunctionServiceMap() map[string]string
- func (p *MyRootProcessor) GetProcessorFunction(key string) (processor thrift.ProcessorFunction, err error)
- func (p *MyRootProcessor) ProcessorMap() map[string]thrift.ProcessorFunction
- type MyRootThreadsafeClientdeprecated
Constants ¶
This section is empty.
Variables ¶
var GoUnusedProtection__ int
Functions ¶
This section is empty.
Types ¶
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 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 NewMyLeafThreadsafeClientFactory
deprecated
func NewMyLeafThreadsafeClientFactory(t thrift.Transport, pf thrift.ProtocolFactory) *MyLeafThreadsafeClient
Deprecated: Use NewMyLeafChannelClient() instead.
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) 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 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 NewMyNodeThreadsafeClientFactory
deprecated
func NewMyNodeThreadsafeClientFactory(t thrift.Transport, pf thrift.ProtocolFactory) *MyNodeThreadsafeClient
Deprecated: Use NewMyNodeChannelClient() instead.
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 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 NewMyRootThreadsafeClientFactory
deprecated
func NewMyRootThreadsafeClientFactory(t thrift.Transport, pf thrift.ProtocolFactory) *MyRootThreadsafeClient
Deprecated: Use NewMyRootChannelClient() instead.