Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Device ¶
type Device interface { io.ReadWriteSeeker io.ReaderAt io.WriterAt Sync() error Close() error aoe.Identifier }
type FileDevice ¶
func (*FileDevice) Identify ¶
func (fd *FileDevice) Identify() ([512]byte, error)
func (*FileDevice) Sectors ¶
func (fd *FileDevice) Sectors() (int64, error)
type Frame ¶
func (*Frame) UnmarshalBinary ¶
type FrameSender ¶
type FrameSender struct {
// contains filtered or unexported fields
}
type Interface ¶
type Interface struct { *net.Interface net.PacketConn }
implements net.PacketConn
func NewInterface ¶
Click to show internal directories.
Click to hide internal directories.