Exemple #1
0
func (m *Mark) String() string            { return proto.CompactTextString(m) }
Exemple #2
0
func (m *StreamingInputCallRequest) String() string            { return proto.CompactTextString(m) }
Exemple #3
0
func (m *StreamingOutputCallResponse) String() string            { return proto.CompactTextString(m) }
Exemple #4
0
func TestCompactText(t *testing.T) {
	s := proto.CompactTextString(newTestMessage())
	if s != compactText {
		t.Errorf("Got:\n===\n%v===\nExpected:\n===\n%v\n===\n", s, compactText)
	}
}
Exemple #5
0
func (m *SimpleRequest) String() string            { return proto.CompactTextString(m) }
Exemple #6
0
func (m *Point) String() string { return proto1.CompactTextString(m) }
Exemple #7
0
func (m *Feature) String() string { return proto1.CompactTextString(m) }
func (m *Gauge) String() string { return proto.CompactTextString(m) }
func (m *Counter) String() string { return proto.CompactTextString(m) }
Exemple #10
0
func (m *HealthCheckRequest) String() string { return proto.CompactTextString(m) }
Exemple #11
0
func (m *HealthCheckResponse) String() string { return proto.CompactTextString(m) }
Exemple #12
0
func (m *ServerStatus) String() string            { return proto.CompactTextString(m) }
Exemple #13
0
func (m *ServerConfig) String() string            { return proto.CompactTextString(m) }
Exemple #14
0
func (m *ClientStatus) String() string            { return proto.CompactTextString(m) }
Exemple #15
0
func (m *RouteNote) String() string { return proto1.CompactTextString(m) }
Exemple #16
0
func (m *Quantile) String() string { return proto.CompactTextString(m) }
Exemple #17
0
func (m *RouteSummary) String() string { return proto1.CompactTextString(m) }
Exemple #18
0
func (m *Summary) String() string { return proto.CompactTextString(m) }
Exemple #19
0
func (m *Rectangle) String() string { return proto1.CompactTextString(m) }
Exemple #20
0
func (m *Untyped) String() string { return proto.CompactTextString(m) }
Exemple #21
0
func (m *Buffer) String() string            { return proto.CompactTextString(m) }
Exemple #22
0
func (m *Histogram) String() string { return proto.CompactTextString(m) }
Exemple #23
0
func (m *Payload) String() string            { return proto.CompactTextString(m) }
Exemple #24
0
func (m *Bucket) String() string { return proto.CompactTextString(m) }
Exemple #25
0
func (m *SimpleResponse) String() string            { return proto.CompactTextString(m) }
Exemple #26
0
func (m *MetricFamily) String() string { return proto.CompactTextString(m) }
Exemple #27
0
func (m *ResponseParameters) String() string            { return proto.CompactTextString(m) }
Exemple #28
0
func (m *LabelPair) String() string { return proto.CompactTextString(m) }
Exemple #29
0
func (m *Empty) String() string            { return proto.CompactTextString(m) }
Exemple #30
0
func (m *ClientConfig) String() string            { return proto.CompactTextString(m) }