MCPcopy Index your code
hub / github.com/docker/cli / Contents

Method Contents

cli/command/swarm/opts.go:155–157  ·  view source on GitHub ↗

Contents returns the contents of the PEM file

()

Source from the content-addressed store, hash-verified

153
154// Contents returns the contents of the PEM file
155func (p *PEMFile) Contents() string {
156 return p.contents
157}
158
159// parseExternalCA parses an external CA specification from the command line,
160// such as protocol=cfssl,url=https://example.com.

Callers 1

updateSwarmSpecFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected