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 Dependencies struct + Links []*DependencyLink + var DependencyGetDependenciesForTraceResult_Success_DEFAULT *Dependencies + var DependencySaveDependenciesArgs_Dependencies_DEFAULT *Dependencies + func NewDependencies() *Dependencies + func (p *Dependencies) GetLinks() []*DependencyLink + func (p *Dependencies) Read(iprot thrift.TProtocol) error + func (p *Dependencies) ReadField1(iprot thrift.TProtocol) error + func (p *Dependencies) String() string + func (p *Dependencies) Write(oprot thrift.TProtocol) error + type Dependency interface + GetDependenciesForTrace func(ctx context.Context, traceId string) (r *Dependencies, err error) + SaveDependencies func(ctx context.Context, dependencies *Dependencies) (err error) + type DependencyClient struct + func NewDependencyClient(c thrift.TClient) *DependencyClient + func NewDependencyClientFactory(t thrift.TTransport, f thrift.TProtocolFactory) *DependencyClient + func NewDependencyClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *DependencyClient + func (p *DependencyClient) GetDependenciesForTrace(ctx context.Context, traceId string) (r *Dependencies, err error) + func (p *DependencyClient) SaveDependencies(ctx context.Context, dependencies *Dependencies) (err error) + type DependencyGetDependenciesForTraceArgs struct + TraceId string + func NewDependencyGetDependenciesForTraceArgs() *DependencyGetDependenciesForTraceArgs + func (p *DependencyGetDependenciesForTraceArgs) GetTraceId() string + func (p *DependencyGetDependenciesForTraceArgs) Read(iprot thrift.TProtocol) error + func (p *DependencyGetDependenciesForTraceArgs) ReadField1(iprot thrift.TProtocol) error + func (p *DependencyGetDependenciesForTraceArgs) String() string + func (p *DependencyGetDependenciesForTraceArgs) Write(oprot thrift.TProtocol) error + type DependencyGetDependenciesForTraceResult struct + Success *Dependencies + func NewDependencyGetDependenciesForTraceResult() *DependencyGetDependenciesForTraceResult + func (p *DependencyGetDependenciesForTraceResult) GetSuccess() *Dependencies + func (p *DependencyGetDependenciesForTraceResult) IsSetSuccess() bool + func (p *DependencyGetDependenciesForTraceResult) Read(iprot thrift.TProtocol) error + func (p *DependencyGetDependenciesForTraceResult) ReadField0(iprot thrift.TProtocol) error + func (p *DependencyGetDependenciesForTraceResult) String() string + func (p *DependencyGetDependenciesForTraceResult) Write(oprot thrift.TProtocol) error + type DependencyLink struct + CallCount int64 + Child string + Parent string + func NewDependencyLink() *DependencyLink + func (p *DependencyLink) GetCallCount() int64 + func (p *DependencyLink) GetChild() string + func (p *DependencyLink) GetParent() string + func (p *DependencyLink) Read(iprot thrift.TProtocol) error + func (p *DependencyLink) ReadField1(iprot thrift.TProtocol) error + func (p *DependencyLink) ReadField2(iprot thrift.TProtocol) error + func (p *DependencyLink) ReadField4(iprot thrift.TProtocol) error + func (p *DependencyLink) String() string + func (p *DependencyLink) Write(oprot thrift.TProtocol) error + type DependencyProcessor struct + func NewDependencyProcessor(handler Dependency) *DependencyProcessor + func (p *DependencyProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction) + func (p *DependencyProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool) + func (p *DependencyProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException) + func (p *DependencyProcessor) ProcessorMap() map[string]thrift.TProcessorFunction + type DependencySaveDependenciesArgs struct + Dependencies *Dependencies + func NewDependencySaveDependenciesArgs() *DependencySaveDependenciesArgs + func (p *DependencySaveDependenciesArgs) GetDependencies() *Dependencies + func (p *DependencySaveDependenciesArgs) IsSetDependencies() bool + func (p *DependencySaveDependenciesArgs) Read(iprot thrift.TProtocol) error + func (p *DependencySaveDependenciesArgs) ReadField1(iprot thrift.TProtocol) error + func (p *DependencySaveDependenciesArgs) String() string + func (p *DependencySaveDependenciesArgs) Write(oprot thrift.TProtocol) error