| 496 | } |
| 497 | |
| 498 | type Plugin struct { |
| 499 | state protoimpl.MessageState `protogen:"opaque.v1"` |
| 500 | xxx_hidden_Name *string `protobuf:"bytes,1,opt,name=name"` |
| 501 | xxx_hidden_Version *string `protobuf:"bytes,2,opt,name=version"` |
| 502 | xxx_hidden_Disabled bool `protobuf:"varint,3,opt,name=disabled"` |
| 503 | xxx_hidden_External bool `protobuf:"varint,4,opt,name=external"` |
| 504 | xxx_hidden_Configurable bool `protobuf:"varint,5,opt,name=configurable"` |
| 505 | xxx_hidden_RunStatus RunStatus `protobuf:"varint,6,opt,name=run_status,json=runStatus,enum=plugins.v1.RunStatus"` |
| 506 | xxx_hidden_StatusMessage *string `protobuf:"bytes,7,opt,name=status_message,json=statusMessage"` |
| 507 | xxx_hidden_Metadata isPlugin_Metadata `protobuf_oneof:"metadata"` |
| 508 | XXX_raceDetectHookData protoimpl.RaceDetectHookData |
| 509 | XXX_presence [1]uint32 |
| 510 | unknownFields protoimpl.UnknownFields |
| 511 | sizeCache protoimpl.SizeCache |
| 512 | } |
| 513 | |
| 514 | func (x *Plugin) Reset() { |
| 515 | *x = Plugin{} |
nothing calls this directly
no outgoing calls
no test coverage detected