type github.com/prometheus/procfs.NetUnixLine
5 uses
github.com/prometheus/procfs (current package)
net_unix.go#L68: type NetUnixLine struct {
net_unix.go#L81: Rows []*NetUnixLine
net_unix.go#L114: Rows: make([]*NetUnixLine, 0, 32),
net_unix.go#L141: func (u *NetUnix) parseLine(line string, hasInode bool, minFieldsCnt int) (*NetUnixLine, error) {
net_unix.go#L178: nuLine := &NetUnixLine{
![]() |
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. |