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

Struct Plugin

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

Source from the content-addressed store, hash-verified

496}
497
498type 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
514func (x *Plugin) Reset() {
515 *x = Plugin{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected