Versions in this module Expand all Collapse all v0 v0.0.2 Mar 29, 2020 v0.0.1 Mar 29, 2020 Changes in this version + func Create(device string, size int64, format Format) (*disk.Disk, error) + func Open(device string) (*disk.Disk, error) + func OpenWithMode(device string, mode OpenModeOption) (*disk.Disk, error) + type Format int + const Raw + type OpenModeOption int + const ReadOnly + const ReadWriteExclusive + func (m OpenModeOption) String() string