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

Method Format

platform/disk/formatter_interface.go:16–16  ·  view source on GitHub ↗
(partitionPath string, fsType FileSystemType)

Source from the content-addressed store, hash-verified

14
15type Formatter interface {
16 Format(partitionPath string, fsType FileSystemType) (err error)
17 GetPartitionFormatType(string) (FileSystemType, error)
18 GrowFilesystem(partitionPath string) error
19}

Implementers 2

linuxFormatterplatform/disk/linux_formatter.go
FakeFormatterplatform/disk/fakes/fake_formatter.go

Calls

no outgoing calls

Tested by 1

AssertDataACLedMethod · 0.52