Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceType ¶
type DeviceType uint
const ( UnknownDevice DeviceType = iota PhoneDevice TabletDevice LaptopDevice )
func (DeviceType) IsValid ¶
func (t DeviceType) IsValid() bool
type FileCallback ¶
type FileCallback func(payload FilePayload)
type FilePayload ¶
type FilePayload struct {
Meta FileMeta
Pr *io.PipeReader
Pw *io.PipeWriter
}
type TextCallback ¶
type TextCallback func(payload TextPayload)
type TextPayload ¶
Click to show internal directories.
Click to hide internal directories.