google.golang.org/grpc/internal/channelz.channelTrace.events (field)
12 uses
google.golang.org/grpc/internal/channelz (current package)
funcs.go#L204: trace: &channelTrace{createdTime: time.Now(), events: make([]*TraceEvent, 0, getMaxTraceEntry())},
funcs.go#L229: trace: &channelTrace{createdTime: time.Now(), events: make([]*TraceEvent, 0, getMaxTraceEntry())},
types.go#L634: events []*TraceEvent
types.go#L639: if len(c.events) == getMaxTraceEntry() {
types.go#L640: del := c.events[0]
types.go#L641: c.events = c.events[1:]
types.go#L653: c.events = append(c.events, e)
types.go#L660: for _, e := range c.events {
types.go#L698: ct.Events = c.events[:len(c.events)]
 |
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. |