MCPcopy Index your code
hub / github.com/cloudprober/cloudprober / String

Struct String

metrics/string.go:21–23  ·  view source on GitHub ↗

String implements a value type with string storage. It satisfies the Value interface.

Source from the content-addressed store, hash-verified

19// String implements a value type with string storage.
20// It satisfies the Value interface.
21type String struct {
22 s string
23}
24
25// NewString returns a new String with the given string value.
26func NewString(s string) String {

Callers 1

c3.min.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected