type go.opencensus.io/trace.Annotation
10 uses
go.opencensus.io/trace (current package)
basetypes.go#L39: type Annotation struct {
export.go#L85: Annotations []Annotation
trace.go#L363: func (s *Span) interfaceArrayToAnnotationArray() []Annotation {
trace.go#L364: annotationArr := make([]Annotation, 0, len(s.annotations.queue))
trace.go#L366: annotationArr = append(annotationArr, value.(Annotation))
trace.go#L426: s.annotations.add(Annotation{
trace.go#L442: s.annotations.add(Annotation{
go.opencensus.io/zpages
tracez.go#L192: case *trace.Annotation:
tracez.go#L198: case *trace.Annotation:
tracez.go#L304: case *trace.Annotation:
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |