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: