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

Method SetupComposer

internal/bundle.go:56–63  ·  view source on GitHub ↗
(composerMaker TarBallComposerMaker)

Source from the content-addressed store, hash-verified

54}
55
56func (bundle *Bundle) SetupComposer(composerMaker TarBallComposerMaker) (err error) {
57 tarBallComposer, err := composerMaker.Make(bundle)
58 if err != nil {
59 return err
60 }
61 bundle.TarBallComposer = tarBallComposer
62 return nil
63}
64
65func (bundle *Bundle) FinishQueue() error {
66 return bundle.TarBallQueue.FinishQueue()

Callers 2

CreateConcurrentUploaderFunction · 0.95
UploadMethod · 0.95

Calls 1

MakeMethod · 0.65

Tested by

no test coverage detected