Lines Matching defs:Detail
163 type Detail struct { struct
164 Color *string `protobuf:"bytes,1,opt,name=color" json:"color,omitempty"`
165 XXX_NoUnkeyedLiteral struct{} `json:"-"`
166 XXX_unrecognized []byte `json:"-"`
167 XXX_sizecache int32 `json:"-"`
170 func (m *Detail) Reset() { *m = Detail{} }
171 func (m *Detail) String() string { return proto.CompactTextString(m) }
172 func (*Detail) ProtoMessage() {}
173 func (*Detail) Descriptor() ([]byte, []int) {
177 func (m *Detail) XXX_Unmarshal(b []byte) error {
180 func (m *Detail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
183 func (m *Detail) XXX_Merge(src proto.Message) {
186 func (m *Detail) XXX_Size() int {
189 func (m *Detail) XXX_DiscardUnknown() {
195 func (m *Detail) GetColor() string {