| 271 | func (*registerPluginRequest_SecretsProvider) isRegisterPluginRequest_Metadata() {} |
| 272 | |
| 273 | type RegisterPluginResponse struct { |
| 274 | state protoimpl.MessageState `protogen:"opaque.v1"` |
| 275 | xxx_hidden_EngineName *string `protobuf:"bytes,1,opt,name=engine_name,json=engineName"` |
| 276 | xxx_hidden_EngineVersion *string `protobuf:"bytes,2,opt,name=engine_version,json=engineVersion"` |
| 277 | xxx_hidden_RequestTimeout *durationpb.Duration `protobuf:"bytes,3,opt,name=request_timeout,json=requestTimeout"` |
| 278 | XXX_raceDetectHookData protoimpl.RaceDetectHookData |
| 279 | XXX_presence [1]uint32 |
| 280 | unknownFields protoimpl.UnknownFields |
| 281 | sizeCache protoimpl.SizeCache |
| 282 | } |
| 283 | |
| 284 | func (x *RegisterPluginResponse) Reset() { |
| 285 | *x = RegisterPluginResponse{} |
nothing calls this directly
no outgoing calls
no test coverage detected