Documentation ¶
Overview ¶
Package airscan implements a scan source from AirScan devices discovered on the local network.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SourceFinder ¶
func SourceFinder() scan2drive.ScanSourceFinder
Types ¶
type AirscanSource ¶
type AirscanSource struct {
// contains filtered or unexported fields
}
func (*AirscanSource) CanProcess ¶
func (a *AirscanSource) CanProcess(r *scan2drive.ScanRequest) error
implements scan2drive.ScanSource
func (*AirscanSource) Metadata ¶
func (a *AirscanSource) Metadata() scan2drive.ScanSourceMetadata
implements scan2drive.ScanSource
func (*AirscanSource) ScanTo ¶
func (a *AirscanSource) ScanTo(ingester *scaningest.Ingester) (string, error)
implements scan2drive.ScanSource
func (*AirscanSource) Transport ¶
func (a *AirscanSource) Transport() http.RoundTripper
type AirscanSourceFinder ¶
type AirscanSourceFinder struct {
// contains filtered or unexported fields
}
func (*AirscanSourceFinder) CurrentScanSources ¶
func (a *AirscanSourceFinder) CurrentScanSources() []scan2drive.ScanSource
implements scan2drive.ScanSourceFinder
Click to show internal directories.
Click to hide internal directories.