Documentation ¶ Index ¶ Variables type Node func NewNode(status model.Status) *Node type Worker func New() *Worker func (w *Worker) Load(s store.Store) error func (w *Worker) Parse(revision string, input io.Reader) ([]model.Vehicle, []string, error) Constants ¶ This section is empty. Variables ¶ View Source var ( ErrEmptyArr = errors.New("revision is empty") ) Functions ¶ This section is empty. Types ¶ type Node ¶ added in v0.1.13 type Node struct { Status model.Status } func NewNode ¶ added in v0.2.1 func NewNode(status model.Status) *Node type Worker ¶ type Worker struct { // contains filtered or unexported fields } func New ¶ func New() *Worker func (*Worker) Load ¶ func (w *Worker) Load(s store.Store) error func (*Worker) Parse ¶ func (w *Worker) Parse(revision string, input io.Reader) ([]model.Vehicle, []string, error) Source Files ¶ View all Source files error.go node.go worker.go Click to show internal directories. Click to hide internal directories.