github.com/prometheus/procfs.NetDevLine.Name (field)
6 uses
github.com/prometheus/procfs (current package)
net_dev.go#L27: Name string `json:"name"` // The name of the interface.
net_dev.go#L81: netDev[line.Name] = *line
net_dev.go#L100: line.Name = strings.TrimSpace(parts[0])
net_dev.go#L101: if line.Name == "" {
net_dev.go#L183: names = append(names, ifc.Name)
net_dev.go#L202: total.Name = strings.Join(names, ", ")
![]() |
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. |