MCPcopy Create free account
hub / github.com/docker/secrets-engine / RegisterPluginResponse

Struct RegisterPluginResponse

x/api/plugins/v1/api.pb.go:273–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271func (*registerPluginRequest_SecretsProvider) isRegisterPluginRequest_Metadata() {}
272
273type 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
284func (x *RegisterPluginResponse) Reset() {
285 *x = RegisterPluginResponse{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected