type go.opencensus.io/trace.evictedQueue
7 uses
go.opencensus.io/trace (current package)
evictedqueue.go#L17: type evictedQueue struct {
evictedqueue.go#L23: func newEvictedQueue(capacity int) *evictedQueue {
evictedqueue.go#L24: eq := &evictedQueue{
evictedqueue.go#L32: func (eq *evictedQueue) add(value interface{}) {
trace.go#L51: annotations *evictedQueue
trace.go#L54: messageEvents *evictedQueue
trace.go#L57: links *evictedQueue
![]() |
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. |