Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CsvParser ¶
type CsvParser struct { Curline int // contains filtered or unexported fields }
func NewCsvParser ¶
func (*CsvParser) ParseCsvLine ¶
func (*CsvParser) ParseHeader ¶
func (p *CsvParser) ParseHeader()
func (*CsvParser) ParseRecord ¶
type Feed ¶
type Feed struct { Agencies map[string]*gtfs.Agency Stops map[string]*gtfs.Stop Routes map[string]*gtfs.Route Trips map[string]*gtfs.Trip Services map[string]*gtfs.Service FareAttributes map[string]*gtfs.FareAttribute Shapes map[string]*gtfs.Shape Transfers []*gtfs.Transfer FeedInfos []*gtfs.FeedInfo // contains filtered or unexported fields }
type ParseError ¶
type ParseError struct {
// contains filtered or unexported fields
}
func (ParseError) Error ¶
func (e ParseError) Error() string
Click to show internal directories.
Click to hide internal directories.