Versions in this module Expand all Collapse all v1 v1.6.0 Oct 14, 2016 Changes in this version + var GoUnusedProtection__ int + type Agent interface + EmitZipkinBatch func(spans []*zipkincore.Span) (err error) + type AgentClient struct + InputProtocol thrift.TProtocol + OutputProtocol thrift.TProtocol + ProtocolFactory thrift.TProtocolFactory + SeqId int32 + Transport thrift.TTransport + func NewAgentClientFactory(t thrift.TTransport, f thrift.TProtocolFactory) *AgentClient + func NewAgentClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *AgentClient + func (p *AgentClient) EmitZipkinBatch(spans []*zipkincore.Span) (err error) + type AgentEmitZipkinBatchArgs struct + Spans []*zipkincore.Span + func NewAgentEmitZipkinBatchArgs() *AgentEmitZipkinBatchArgs + func (p *AgentEmitZipkinBatchArgs) GetSpans() []*zipkincore.Span + func (p *AgentEmitZipkinBatchArgs) Read(iprot thrift.TProtocol) error + func (p *AgentEmitZipkinBatchArgs) String() string + func (p *AgentEmitZipkinBatchArgs) Write(oprot thrift.TProtocol) error + type AgentProcessor struct + func NewAgentProcessor(handler Agent) *AgentProcessor + func (p *AgentProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction) + func (p *AgentProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool) + func (p *AgentProcessor) Process(iprot, oprot thrift.TProtocol) (success bool, err thrift.TException) + func (p *AgentProcessor) ProcessorMap() map[string]thrift.TProcessorFunction Incompatible versions in this module v2.28.0+incompatible Apr 30, 2021