Documentation
¶
Index ¶
Constants ¶
View Source
const ( WO = Mode("WO") RW = Mode("RW") ERR = Mode("ERR") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackendFactory ¶
type Controller ¶
type Frontend ¶
type Frontend interface { Activate(name string, size, sectorSize int64, rw ReaderWriterAt) error Shutdown() error }
type Server ¶
type Server interface { ReaderWriterAt Controller }
Click to show internal directories.
Click to hide internal directories.