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

Method GetProvider

x/api/resolver/v1/api.pb.go:220–228  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

218}
219
220func (x *GetSecretsResponse_Envelope) GetProvider() string {
221 if x != nil {
222 if x.xxx_hidden_Provider != nil {
223 return *x.xxx_hidden_Provider
224 }
225 return ""
226 }
227 return ""
228}
229
230func (x *GetSecretsResponse_Envelope) GetVersion() string {
231 if x != nil {

Callers 1

GetSecretsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected