type go.opencensus.io/zpages.statGroup
8 uses
go.opencensus.io/zpages (current package)
rpcz.go#L146: StatGroups []*statGroup
rpcz.go#L150: type statGroup struct {
rpcz.go#L155: func (s *statGroup) Len() int {
rpcz.go#L159: func (s *statGroup) Swap(i, j int) {
rpcz.go#L163: func (s *statGroup) Less(i, j int) bool {
rpcz.go#L318: sentStats := statGroup{Direction: "Sent"}
rpcz.go#L319: receivedStats := statGroup{Direction: "Received"}
rpcz.go#L331: StatGroups: []*statGroup{&sentStats, &receivedStats},
![]() |
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. |