model

package
v0.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 4, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GtfsSchedule

type GtfsSchedule struct {
	Agency        []ormstatic.Agency
	Stops         []ormstatic.Stop
	Routes        []ormstatic.Route
	Trips         []ormstatic.Trip
	StopTimes     []ormstatic.StopTime
	Calendar      []ormstatic.Calendar
	CalendarDates []ormstatic.CalendarDate
	FareAttribute []ormstatic.FareAttribute
	FareRules     []ormstatic.FareRule
	// FareMedia
	// FareProducts
	// FareLegRules
	// FareTransferRules
	// Areas
	// StopAreas
	Shapes       []ormstatic.Shape
	Frequencies  []ormstatic.Frequency
	Transfers    []ormstatic.Transfer
	Pathways     []ormstatic.Pathway
	Levels       []ormstatic.Level
	Translations []ormstatic.Translation
	FeedInfo     []ormstatic.FeedInfo
	Attributions []ormstatic.Attribution
	ShapesEx     []ormstatic.ShapeEx
	ShapesDetail []ormstatic.ShapeDetail
}

type StopTimeWithLocation added in v0.3.2

type StopTimeWithLocation struct {
	TripId       *string `gorm:"primaryKey"`
	StopId       *string `gorm:"primaryKey"`
	StopSequence *int    `gorm:"primaryKey"`
	StopLat      *float64
	StopLon      *float64
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL