MCPcopy Create free account
hub / github.com/docker/compose / CopyOptions

Struct CopyOptions

pkg/api/api.go:523–530  ·  view source on GitHub ↗

CopyOptions group options of the cp API

Source from the content-addressed store, hash-verified

521
522// CopyOptions group options of the cp API
523type CopyOptions struct {
524 Source string
525 Destination string
526 All bool
527 Index int
528 FollowLink bool
529 CopyUIDGID bool
530}
531
532// PortPublisher hold status about published port
533type PortPublisher struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected