Documentation
¶
Index ¶
- Variables
- type IncludesIncluded
- type IncludesTransitiveFoo
- type MyService
- type MyServiceChannelClient
- func (c *MyServiceChannelClient) Close() error
- func (c *MyServiceChannelClient) HasArgDocs(ctx context.Context, s *module.MyStruct, i *includes.Included) error
- func (c *MyServiceChannelClient) IsOpen() bool
- func (c *MyServiceChannelClient) Open() error
- func (c *MyServiceChannelClient) Query(ctx context.Context, s *module.MyStruct, i *includes.Included) error
- type MyServiceClientdeprecated
- func NewMyServiceClient(t thrift.Transport, iprot thrift.Protocol, oprot thrift.Protocol) *MyServiceClientdeprecated
- func NewMyServiceClientFactory(t thrift.Transport, pf thrift.ProtocolFactory) *MyServiceClientdeprecated
- func NewMyServiceClientProtocol(prot thrift.Protocol) *MyServiceClientdeprecated
- func NewMyServiceThreadsafeClientProtocol(prot thrift.Protocol) *MyServiceClientdeprecated
- type MyServiceClientInterfacedeprecated
- type MyServiceProcessor
- func (p *MyServiceProcessor) AddToFunctionServiceMap(key, service string)
- func (p *MyServiceProcessor) AddToProcessorMap(key string, processor thrift.ProcessorFunction)
- func (p *MyServiceProcessor) FunctionServiceMap() map[string]string
- func (p *MyServiceProcessor) GetProcessorFunction(key string) (processor thrift.ProcessorFunction, err error)
- func (p *MyServiceProcessor) ProcessorMap() map[string]thrift.ProcessorFunction
- type MyServiceThreadsafeClientdeprecated
Constants ¶
This section is empty.
Variables ¶
View Source
var GoUnusedProtection__ int
Functions ¶
This section is empty.
Types ¶
type IncludesIncluded ¶
type IncludesTransitiveFoo ¶
type IncludesTransitiveFoo = includes.TransitiveFoo
type MyServiceChannelClient ¶
type MyServiceChannelClient struct {
// contains filtered or unexported fields
}
func NewMyServiceChannelClient ¶
func NewMyServiceChannelClient(channel thrift.RequestChannel) *MyServiceChannelClient
func (*MyServiceChannelClient) Close ¶
func (c *MyServiceChannelClient) Close() error
func (*MyServiceChannelClient) HasArgDocs ¶
func (*MyServiceChannelClient) IsOpen ¶
func (c *MyServiceChannelClient) IsOpen() bool
func (*MyServiceChannelClient) Open ¶
func (c *MyServiceChannelClient) Open() error
type MyServiceClient
deprecated
type MyServiceClient struct {
// contains filtered or unexported fields
}
Deprecated: Use MyServiceChannelClient instead.
func NewMyServiceClient
deprecated
func NewMyServiceClientFactory
deprecated
func NewMyServiceClientFactory(t thrift.Transport, pf thrift.ProtocolFactory) *MyServiceClient
Deprecated: Use NewMyServiceChannelClient() instead.
func NewMyServiceClientProtocol
deprecated
func NewMyServiceClientProtocol(prot thrift.Protocol) *MyServiceClient
Deprecated: Use NewMyServiceChannelClient() instead.
func NewMyServiceThreadsafeClientProtocol
deprecated
func NewMyServiceThreadsafeClientProtocol(prot thrift.Protocol) *MyServiceClient
Deprecated: Use NewMyServiceChannelClient() instead.
func (*MyServiceClient) Close ¶
func (c *MyServiceClient) Close() error
func (*MyServiceClient) HasArgDocs ¶
func (*MyServiceClient) IsOpen ¶
func (c *MyServiceClient) IsOpen() bool
func (*MyServiceClient) Open ¶
func (c *MyServiceClient) Open() error
type MyServiceProcessor ¶
type MyServiceProcessor struct {
// contains filtered or unexported fields
}
func NewMyServiceProcessor ¶
func NewMyServiceProcessor(handler MyService) *MyServiceProcessor
func (*MyServiceProcessor) AddToFunctionServiceMap ¶
func (p *MyServiceProcessor) AddToFunctionServiceMap(key, service string)
func (*MyServiceProcessor) AddToProcessorMap ¶
func (p *MyServiceProcessor) AddToProcessorMap(key string, processor thrift.ProcessorFunction)
func (*MyServiceProcessor) FunctionServiceMap ¶
func (p *MyServiceProcessor) FunctionServiceMap() map[string]string
func (*MyServiceProcessor) GetProcessorFunction ¶
func (p *MyServiceProcessor) GetProcessorFunction(key string) (processor thrift.ProcessorFunction, err error)
func (*MyServiceProcessor) ProcessorMap ¶
func (p *MyServiceProcessor) ProcessorMap() map[string]thrift.ProcessorFunction
type MyServiceThreadsafeClient
deprecated
type MyServiceThreadsafeClient = MyServiceClient
Deprecated: Use MyServiceChannelClient instead.
func NewMyServiceThreadsafeClient
deprecated
func NewMyServiceThreadsafeClientFactory
deprecated
func NewMyServiceThreadsafeClientFactory(t thrift.Transport, pf thrift.ProtocolFactory) *MyServiceThreadsafeClient
Deprecated: Use NewMyServiceChannelClient() instead.
Click to show internal directories.
Click to hide internal directories.