Searched defs:BytesProto (Results 1 – 2 of 2) sorted by relevance
111 type BytesProto struct { struct112 Value []byte `protobuf:"bytes,1,req,name=value" json:"value,omitempty"`113 XXX_unrecognized []byte `json:"-"`116 func (m *BytesProto) Reset() { *m = BytesProto{} }117 func (m *BytesProto) String() string { return proto.CompactTextString(m) }118 func (*BytesProto) ProtoMessage() {}120 func (m *BytesProto) GetValue() []byte {
28 message BytesProto { message