Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Span1 ¶
type TraceClient ¶
type TraceClient struct {
Conn *grpc.ClientConn
}
func NewTraceClient ¶
func NewTraceClient(port int) *TraceClient
func (*TraceClient) NewSpanFromIncomingContext ¶
func (c *TraceClient) NewSpanFromIncomingContext(ctx context.Context) *Span1
func (*TraceClient) NewSpanFromOutgoingContext ¶
func (c *TraceClient) NewSpanFromOutgoingContext(ctx context.Context) *Span1
func (*TraceClient) NewTrace ¶
func (c *TraceClient) NewTrace(traceId string) *Span1
func (*TraceClient) Set ¶
func (c *TraceClient) Set(i interface{})
type TraceString ¶
type TraceString string
Click to show internal directories.
Click to hide internal directories.