Versions in this module Expand all Collapse all v0 v0.3.0 Feb 12, 2018 v0.2.0 Jan 30, 2018 Changes in this version + var GoUnusedProtection__ int + type AggregationValidator interface + ValidateTrace func(ctx context.Context, traceId string) (r *ValidateTraceResponse, err error) + type AggregationValidatorClient struct + func NewAggregationValidatorClient(c thrift.TClient) *AggregationValidatorClient + func NewAggregationValidatorClientFactory(t thrift.TTransport, f thrift.TProtocolFactory) *AggregationValidatorClient + func NewAggregationValidatorClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *AggregationValidatorClient + func (p *AggregationValidatorClient) ValidateTrace(ctx context.Context, traceId string) (r *ValidateTraceResponse, err error) + type AggregationValidatorProcessor struct + func NewAggregationValidatorProcessor(handler AggregationValidator) *AggregationValidatorProcessor + func (p *AggregationValidatorProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction) + func (p *AggregationValidatorProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool) + func (p *AggregationValidatorProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException) + func (p *AggregationValidatorProcessor) ProcessorMap() map[string]thrift.TProcessorFunction + type AggregationValidatorValidateTraceArgs struct + TraceId string + func NewAggregationValidatorValidateTraceArgs() *AggregationValidatorValidateTraceArgs + func (p *AggregationValidatorValidateTraceArgs) GetTraceId() string + func (p *AggregationValidatorValidateTraceArgs) Read(iprot thrift.TProtocol) error + func (p *AggregationValidatorValidateTraceArgs) ReadField1(iprot thrift.TProtocol) error + func (p *AggregationValidatorValidateTraceArgs) String() string + func (p *AggregationValidatorValidateTraceArgs) Write(oprot thrift.TProtocol) error + type AggregationValidatorValidateTraceResult struct + Success *ValidateTraceResponse + func NewAggregationValidatorValidateTraceResult() *AggregationValidatorValidateTraceResult + func (p *AggregationValidatorValidateTraceResult) GetSuccess() *ValidateTraceResponse + func (p *AggregationValidatorValidateTraceResult) IsSetSuccess() bool + func (p *AggregationValidatorValidateTraceResult) Read(iprot thrift.TProtocol) error + func (p *AggregationValidatorValidateTraceResult) ReadField0(iprot thrift.TProtocol) error + func (p *AggregationValidatorValidateTraceResult) String() string + func (p *AggregationValidatorValidateTraceResult) Write(oprot thrift.TProtocol) error + type ValidateTraceResponse struct + Ok bool + TraceCount int64 + var AggregationValidatorValidateTraceResult_Success_DEFAULT *ValidateTraceResponse + func NewValidateTraceResponse() *ValidateTraceResponse + func (p *ValidateTraceResponse) GetOk() bool + func (p *ValidateTraceResponse) GetTraceCount() int64 + func (p *ValidateTraceResponse) Read(iprot thrift.TProtocol) error + func (p *ValidateTraceResponse) ReadField1(iprot thrift.TProtocol) error + func (p *ValidateTraceResponse) ReadField2(iprot thrift.TProtocol) error + func (p *ValidateTraceResponse) String() string + func (p *ValidateTraceResponse) Write(oprot thrift.TProtocol) error