func github.com/golang/protobuf/proto.String
14 uses
github.com/golang/protobuf/proto (current package)
wrappers.go#L34: func String(v string) *string { return &v }
github.com/prometheus/client_golang/prometheus
desc.go#L152: Name: proto.String(n),
desc.go#L153: Value: proto.String(v),
registry.go#L648: metricFamily.Name = proto.String(desc.fqName)
registry.go#L649: metricFamily.Help = proto.String(desc.help)
registry.go#L926: Name: proto.String(l),
value.go#L155: Name: proto.String(n),
value.go#L156: Value: proto.String(labelValues[i]),
wrap.go#L167: Name: proto.String(ln),
wrap.go#L168: Value: proto.String(lv),
github.com/prometheus/common/expfmt
text_parse.go#L284: p.currentLabelPair = &dto.LabelPair{Name: proto.String(p.currentToken.String())}
text_parse.go#L322: p.currentLabelPair.Value = proto.String(p.currentToken.String())
text_parse.go#L492: p.currentMF.Help = proto.String(p.currentToken.String())
text_parse.go#L699: p.currentMF = &dto.MetricFamily{Name: proto.String(name)}
![]() |
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. |