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

Struct PEMFile

cli/command/swarm/opts.go:127–129  ·  view source on GitHub ↗

PEMFile represents the path to a pem-formatted file

Source from the content-addressed store, hash-verified

125
126// PEMFile represents the path to a pem-formatted file
127type PEMFile struct {
128 path, contents string
129}
130
131// Type returns the type of this option.
132func (*PEMFile) Type() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected