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

Struct RegisterPluginRequest

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

Source from the content-addressed store, hash-verified

72}
73
74type 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
85func (x *RegisterPluginRequest) Reset() {
86 *x = RegisterPluginRequest{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected