type google.golang.org/grpc/internal/channelz.ServerMetric
8 uses
google.golang.org/grpc/internal/channelz (current package)
funcs.go#L156: func GetServers(id int64, maxResults int64) ([]*ServerMetric, bool) {
funcs.go#L187: func GetServer(id int64) *ServerMetric {
funcs.go#L550: func (c *channelMap) GetServers(id, maxResults int64) ([]*ServerMetric, bool) {
funcs.go#L565: var s []*ServerMetric
funcs.go#L572: s = append(s, &ServerMetric{
funcs.go#L712: func (c *channelMap) GetServer(id int64) *ServerMetric {
funcs.go#L713: sm := &ServerMetric{}
types.go#L547: type ServerMetric struct {
![]() |
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. |