Searched defs:StringProto (Results 1 – 2 of 2) sorted by relevance
31 type StringProto struct { struct32 Value *string `protobuf:"bytes,1,req,name=value" json:"value,omitempty"`33 XXX_unrecognized []byte `json:"-"`36 func (m *StringProto) Reset() { *m = StringProto{} }37 func (m *StringProto) String() string { return proto.CompactTextString(m) }38 func (*StringProto) ProtoMessage() {}40 func (m *StringProto) GetValue() string {
8 message StringProto { message