MCPcopy Create free account
hub / github.com/docker/cli / Type

Method Type

cli/command/swarm/opts.go:132–134  ·  view source on GitHub ↗

Type returns the type of this option.

()

Source from the content-addressed store, hash-verified

130
131// Type returns the type of this option.
132func (*PEMFile) Type() string {
133 return "pem-file"
134}
135
136// String returns the path to the pem file
137func (p *PEMFile) String() string {

Callers 3

createMountFromVolumeFunction · 0.45
getDescriptionFunction · 0.45
getMostSpecificErrorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected