Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scanner ¶
type Scanner struct {
// ScanError can be used to trigger an error.
// If non-nil, Next() will return false and Err() will
// return this error.
ScanError error
// contains filtered or unexported fields
}
Scanner implements the osm.Scanner interface with just a list of objects.
func NewScanner ¶
NewScanner creates a new test scanner useful for test stubbing.
Click to show internal directories.
Click to hide internal directories.