Searched defs:Status_Message (Results 1 – 1 of 1) sorted by relevance
| /build/soong/ui/status/ninja_frontend/ |
| D | frontend.pb.go | 587 type Status_Message struct { struct 588 state protoimpl.MessageState 589 sizeCache protoimpl.SizeCache 590 unknownFields protoimpl.UnknownFields 593 …l `protobuf:"varint,1,opt,name=level,enum=ninja.Status_Message_Level,def=0" json:"level,omitempty"` 595 Message *string `protobuf:"bytes,2,opt,name=message" json:"message,omitempty"` 603 func (x *Status_Message) Reset() { 612 func (x *Status_Message) String() string { 616 func (*Status_Message) ProtoMessage() {} 618 func (x *Status_Message) ProtoReflect() protoreflect.Message { [all …]
|