README ¶ go-enlight-middleware Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type NilSpan func (s *NilSpan) End() type OpenCensusTracer func (t *OpenCensusTracer) StartSpan(ctx context.Context, resourceName string) (context.Context, Span) type Span type Tracer Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type NilSpan ¶ type NilSpan struct{} func (*NilSpan) End ¶ func (s *NilSpan) End() type OpenCensusTracer ¶ type OpenCensusTracer struct{} func (*OpenCensusTracer) StartSpan ¶ func (t *OpenCensusTracer) StartSpan(ctx context.Context, resourceName string) (context.Context, Span) type Span ¶ type Span interface { End() } type Tracer ¶ type Tracer interface { StartSpan(ctx context.Context, resourceName string) (context.Context, Span) } Source Files ¶ View all Source files trace.go Directories ¶ Show internal Expand all Path Synopsis authentication problems authorization problems client-id enforcement extractor models problems store recovery Click to show internal directories. Click to hide internal directories.