Documentation ¶
Index ¶
- Variables
- type Ie310goThirftService
- type Ie310goThirftServiceClient
- func NewIe310goThirftServiceClient(c thrift.TClient) *Ie310goThirftServiceClient
- func NewIe310goThirftServiceClientFactory(t thrift.TTransport, f thrift.TProtocolFactory) *Ie310goThirftServiceClient
- func NewIe310goThirftServiceClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *Ie310goThirftServiceClient
- type Ie310goThirftServiceInvokeArgs
- func (p *Ie310goThirftServiceInvokeArgs) GetData() string
- func (p *Ie310goThirftServiceInvokeArgs) Read(iprot thrift.TProtocol) error
- func (p *Ie310goThirftServiceInvokeArgs) ReadField1(iprot thrift.TProtocol) error
- func (p *Ie310goThirftServiceInvokeArgs) String() string
- func (p *Ie310goThirftServiceInvokeArgs) Write(oprot thrift.TProtocol) error
- type Ie310goThirftServiceInvokeResult
- func (p *Ie310goThirftServiceInvokeResult) GetSuccess() string
- func (p *Ie310goThirftServiceInvokeResult) IsSetSuccess() bool
- func (p *Ie310goThirftServiceInvokeResult) Read(iprot thrift.TProtocol) error
- func (p *Ie310goThirftServiceInvokeResult) ReadField0(iprot thrift.TProtocol) error
- func (p *Ie310goThirftServiceInvokeResult) String() string
- func (p *Ie310goThirftServiceInvokeResult) Write(oprot thrift.TProtocol) error
- type Ie310goThirftServiceProcessor
- func (p *Ie310goThirftServiceProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)
- func (p *Ie310goThirftServiceProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)
- func (p *Ie310goThirftServiceProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)
- func (p *Ie310goThirftServiceProcessor) ProcessorMap() map[string]thrift.TProcessorFunction
Constants ¶
This section is empty.
Variables ¶
View Source
var GoUnusedProtection__ int
View Source
var Ie310goThirftServiceInvokeResult_Success_DEFAULT string
Functions ¶
This section is empty.
Types ¶
type Ie310goThirftService ¶
type Ie310goThirftServiceClient ¶
type Ie310goThirftServiceClient struct {
// contains filtered or unexported fields
}
func NewIe310goThirftServiceClient ¶
func NewIe310goThirftServiceClient(c thrift.TClient) *Ie310goThirftServiceClient
func NewIe310goThirftServiceClientFactory ¶
func NewIe310goThirftServiceClientFactory(t thrift.TTransport, f thrift.TProtocolFactory) *Ie310goThirftServiceClient
func NewIe310goThirftServiceClientProtocol ¶
func NewIe310goThirftServiceClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *Ie310goThirftServiceClient
func (*Ie310goThirftServiceClient) Client_ ¶
func (p *Ie310goThirftServiceClient) Client_() thrift.TClient
type Ie310goThirftServiceInvokeArgs ¶
type Ie310goThirftServiceInvokeArgs struct {
Data string `thrift:"data,1" db:"data" json:"data"`
}
Attributes:
- Data
func NewIe310goThirftServiceInvokeArgs ¶
func NewIe310goThirftServiceInvokeArgs() *Ie310goThirftServiceInvokeArgs
func (*Ie310goThirftServiceInvokeArgs) GetData ¶
func (p *Ie310goThirftServiceInvokeArgs) GetData() string
func (*Ie310goThirftServiceInvokeArgs) Read ¶
func (p *Ie310goThirftServiceInvokeArgs) Read(iprot thrift.TProtocol) error
func (*Ie310goThirftServiceInvokeArgs) ReadField1 ¶
func (p *Ie310goThirftServiceInvokeArgs) ReadField1(iprot thrift.TProtocol) error
func (*Ie310goThirftServiceInvokeArgs) String ¶
func (p *Ie310goThirftServiceInvokeArgs) String() string
type Ie310goThirftServiceInvokeResult ¶
type Ie310goThirftServiceInvokeResult struct {
Success *string `thrift:"success,0" db:"success" json:"success,omitempty"`
}
Attributes:
- Success
func NewIe310goThirftServiceInvokeResult ¶
func NewIe310goThirftServiceInvokeResult() *Ie310goThirftServiceInvokeResult
func (*Ie310goThirftServiceInvokeResult) GetSuccess ¶
func (p *Ie310goThirftServiceInvokeResult) GetSuccess() string
func (*Ie310goThirftServiceInvokeResult) IsSetSuccess ¶
func (p *Ie310goThirftServiceInvokeResult) IsSetSuccess() bool
func (*Ie310goThirftServiceInvokeResult) Read ¶
func (p *Ie310goThirftServiceInvokeResult) Read(iprot thrift.TProtocol) error
func (*Ie310goThirftServiceInvokeResult) ReadField0 ¶
func (p *Ie310goThirftServiceInvokeResult) ReadField0(iprot thrift.TProtocol) error
func (*Ie310goThirftServiceInvokeResult) String ¶
func (p *Ie310goThirftServiceInvokeResult) String() string
type Ie310goThirftServiceProcessor ¶
type Ie310goThirftServiceProcessor struct {
// contains filtered or unexported fields
}
func NewIe310goThirftServiceProcessor ¶
func NewIe310goThirftServiceProcessor(handler Ie310goThirftService) *Ie310goThirftServiceProcessor
func (*Ie310goThirftServiceProcessor) AddToProcessorMap ¶
func (p *Ie310goThirftServiceProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)
func (*Ie310goThirftServiceProcessor) GetProcessorFunction ¶
func (p *Ie310goThirftServiceProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)
func (*Ie310goThirftServiceProcessor) Process ¶
func (p *Ie310goThirftServiceProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)
func (*Ie310goThirftServiceProcessor) ProcessorMap ¶
func (p *Ie310goThirftServiceProcessor) ProcessorMap() map[string]thrift.TProcessorFunction
Click to show internal directories.
Click to hide internal directories.