| 72 | } |
| 73 | |
| 74 | type RegisterPluginRequest struct { |
| 75 | state protoimpl.MessageState `protogen:"opaque.v1"` |
| 76 | xxx_hidden_Name *string `protobuf:"bytes,1,opt,name=name"` |
| 77 | xxx_hidden_Version *string `protobuf:"bytes,2,opt,name=version"` |
| 78 | xxx_hidden_Metadata isRegisterPluginRequest_Metadata `protobuf_oneof:"metadata"` |
| 79 | XXX_raceDetectHookData protoimpl.RaceDetectHookData |
| 80 | XXX_presence [1]uint32 |
| 81 | unknownFields protoimpl.UnknownFields |
| 82 | sizeCache protoimpl.SizeCache |
| 83 | } |
| 84 | |
| 85 | func (x *RegisterPluginRequest) Reset() { |
| 86 | *x = RegisterPluginRequest{} |
nothing calls this directly
no outgoing calls
no test coverage detected