MCPcopy
hub / github.com/wal-g/wal-g / Folder

Struct Folder

pkg/storages/swift/folder.go:16–20  ·  view source on GitHub ↗

TODO: Unit tests

Source from the content-addressed store, hash-verified

14
15// TODO: Unit tests
16type Folder struct {
17 connection *swift.Connection
18 container swift.Container
19 path string
20}
21
22func NewFolder(connection *swift.Connection, container swift.Container, path string) *Folder {
23 // Trim leading slash because there's no difference between absolute and relative paths in Swift.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected