Versions in this module Expand all Collapse all v0 v0.5.0 Jun 8, 2017 v0.4.0 Mar 6, 2017 v0.3.0 Nov 15, 2016 v0.2.0 Jul 27, 2016 v0.1.0 Jun 7, 2016 Changes in this version + var GoUnusedProtection__ int + type AddService interface + Concat func(a string, b string) (r *ConcatReply, err error) + Sum func(a int64, b int64) (r *SumReply, err error) + type AddServiceClient struct + InputProtocol thrift.TProtocol + OutputProtocol thrift.TProtocol + ProtocolFactory thrift.TProtocolFactory + SeqId int32 + Transport thrift.TTransport + func NewAddServiceClientFactory(t thrift.TTransport, f thrift.TProtocolFactory) *AddServiceClient + func NewAddServiceClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *AddServiceClient + func (p *AddServiceClient) Concat(a string, b string) (r *ConcatReply, err error) + func (p *AddServiceClient) Sum(a int64, b int64) (r *SumReply, err error) + type AddServiceConcatArgs struct + A string + B string + func NewAddServiceConcatArgs() *AddServiceConcatArgs + func (p *AddServiceConcatArgs) GetA() string + func (p *AddServiceConcatArgs) GetB() string + func (p *AddServiceConcatArgs) Read(iprot thrift.TProtocol) error + func (p *AddServiceConcatArgs) String() string + func (p *AddServiceConcatArgs) Write(oprot thrift.TProtocol) error + type AddServiceConcatResult struct + Success *ConcatReply + func NewAddServiceConcatResult() *AddServiceConcatResult + func (p *AddServiceConcatResult) GetSuccess() *ConcatReply + func (p *AddServiceConcatResult) IsSetSuccess() bool + func (p *AddServiceConcatResult) Read(iprot thrift.TProtocol) error + func (p *AddServiceConcatResult) String() string + func (p *AddServiceConcatResult) Write(oprot thrift.TProtocol) error + type AddServiceProcessor struct + func NewAddServiceProcessor(handler AddService) *AddServiceProcessor + func (p *AddServiceProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction) + func (p *AddServiceProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool) + func (p *AddServiceProcessor) Process(iprot, oprot thrift.TProtocol) (success bool, err thrift.TException) + func (p *AddServiceProcessor) ProcessorMap() map[string]thrift.TProcessorFunction + type AddServiceSumArgs struct + A int64 + B int64 + func NewAddServiceSumArgs() *AddServiceSumArgs + func (p *AddServiceSumArgs) GetA() int64 + func (p *AddServiceSumArgs) GetB() int64 + func (p *AddServiceSumArgs) Read(iprot thrift.TProtocol) error + func (p *AddServiceSumArgs) String() string + func (p *AddServiceSumArgs) Write(oprot thrift.TProtocol) error + type AddServiceSumResult struct + Success *SumReply + func NewAddServiceSumResult() *AddServiceSumResult + func (p *AddServiceSumResult) GetSuccess() *SumReply + func (p *AddServiceSumResult) IsSetSuccess() bool + func (p *AddServiceSumResult) Read(iprot thrift.TProtocol) error + func (p *AddServiceSumResult) String() string + func (p *AddServiceSumResult) Write(oprot thrift.TProtocol) error + type ConcatReply struct + Err string + Value string + var AddServiceConcatResult_Success_DEFAULT *ConcatReply + func NewConcatReply() *ConcatReply + func (p *ConcatReply) GetErr() string + func (p *ConcatReply) GetValue() string + func (p *ConcatReply) Read(iprot thrift.TProtocol) error + func (p *ConcatReply) String() string + func (p *ConcatReply) Write(oprot thrift.TProtocol) error + type SumReply struct + Err string + Value int64 + var AddServiceSumResult_Success_DEFAULT *SumReply + func NewSumReply() *SumReply + func (p *SumReply) GetErr() string + func (p *SumReply) GetValue() int64 + func (p *SumReply) Read(iprot thrift.TProtocol) error + func (p *SumReply) String() string + func (p *SumReply) Write(oprot thrift.TProtocol) error