예제 #1
0
파일: proto3.pb.go 프로젝트: jyzhe/beehive
func (m *Message) String() string { return proto.CompactTextString(m) }
예제 #2
0
파일: text_test.go 프로젝트: jyzhe/beehive
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
파일: proto3.pb.go 프로젝트: jyzhe/beehive
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
파일: record.pb.go 프로젝트: jyzhe/beehive
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) }