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

Method GetPlugins

x/api/plugins/v1/api.pb.go:1013–1020  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1011}
1012
1013func (x *ListPluginsResponse) GetPlugins() []*Plugin {
1014 if x != nil {
1015 if x.xxx_hidden_Plugins != nil {
1016 return *x.xxx_hidden_Plugins
1017 }
1018 }
1019 return nil
1020}
1021
1022func (x *ListPluginsResponse) SetPlugins(v []*Plugin) {
1023 x.xxx_hidden_Plugins = &v

Callers 1

ListPluginsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected