Searched defs:GoTestField (Results 1 – 2 of 2) sorted by relevance
343 type GoTestField struct { struct344 Label *string `protobuf:"bytes,1,req,name=Label" json:"Label,omitempty"`345 Type *string `protobuf:"bytes,2,req,name=Type" json:"Type,omitempty"`346 XXX_NoUnkeyedLiteral struct{} `json:"-"`347 XXX_unrecognized []byte `json:"-"`348 XXX_sizecache int32 `json:"-"`351 func (m *GoTestField) Reset() { *m = GoTestField{} }352 func (m *GoTestField) String() string { return proto.CompactTextString(m) }353 func (*GoTestField) ProtoMessage() {}354 func (*GoTestField) Descriptor() ([]byte, []int) {[all …]
46 message GoTestField { message