MCPcopy Create free account
hub / github.com/apache/pulsar-client-go / String

Method String

pulsaradmin/pkg/utils/message.go:71–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69
70func (m *SingleMessageMetadata) Reset() { *m = SingleMessageMetadata{} }
71func (m *SingleMessageMetadata) String() string { return proto.CompactTextString(m) }
72func (*SingleMessageMetadata) ProtoMessage() {}
73func (m *SingleMessageMetadata) GetPayloadSize() int32 {
74 if m != nil && m.PayloadSize != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected