示例#1
0
func (m *Message) String() string { return proto.CompactTextString(m) }
示例#2
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)
	}
}
示例#3
0
func (m *Nested) String() string { return proto.CompactTextString(m) }
示例#4
0
文件: snap.pb.go 项目: jyzhe/beehive
func (m *Snapshot) String() string { return proto.CompactTextString(m) }
示例#5
0
func (m *Record) String() string { return proto.CompactTextString(m) }
示例#6
0
文件: raft.pb.go 项目: jyzhe/beehive
func (m *ConfChange) String() string { return proto.CompactTextString(m) }
示例#7
0
文件: raft.pb.go 项目: jyzhe/beehive
func (m *ConfState) String() string { return proto.CompactTextString(m) }
示例#8
0
文件: raft.pb.go 项目: jyzhe/beehive
func (m *Entry) String() string { return proto.CompactTextString(m) }