MCPcopy Create free account
hub / github.com/cloudfoundry/bosh-agent / GetFilesContents

Method GetFilesContents

platform/disk/diskutil.go:14–14  ·  view source on GitHub ↗
(diskPath string, fileNames []string)

Source from the content-addressed store, hash-verified

12
13type Util interface {
14 GetFilesContents(diskPath string, fileNames []string) (contents [][]byte, err error)
15 GetBlockDeviceSize(diskPath string) (size uint64, err error)
16}
17

Callers 3

diskutil_test.goFile · 0.65

Implementers 4

cdUtilplatform/cdrom/cdutil.go
FakeCDUtilplatform/cdrom/fakes/fake_cdutil.go
diskUtilplatform/disk/diskutil.go
FakeDiskUtilplatform/disk/fakes/fake_disk_util.go

Calls

no outgoing calls

Tested by

no test coverage detected