MCPcopy Create free account
hub / github.com/convox/rack / Sync

Struct Sync

pkg/sync/sync.go:22–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20type Stream chan string
21
22type Sync struct {
23 Container string
24 Local string
25 Remote string
26
27 docker *docker.Client
28 lock sync.Mutex
29 ignores []string
30 incoming chan changes.Change
31 outgoing chan changes.Change
32
33 incomingBlocks map[string]int
34 outgoingBlocks map[string]int
35}
36
37type execState struct {
38 Running bool

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected