Versions in this module Expand all Collapse all v0 v0.0.1 Oct 6, 2018 Changes in this version + type Header struct + Bounds *osm.Bounds + OptionalFeatures []string + ReplicationBaseURL string + ReplicationSeqNum uint64 + ReplicationTimestamp time.Time + RequiredFeatures []string + Source string + WritingProgram string + type Scanner struct + func New(ctx context.Context, r io.Reader, procs int) *Scanner + func (s *Scanner) Close() error + func (s *Scanner) Err() error + func (s *Scanner) FullyScannedBytes() int64 + func (s *Scanner) Header() (*Header, error) + func (s *Scanner) Object() osm.Object + func (s *Scanner) Scan() bool