Versions in this module Expand all Collapse all v0 v0.0.1 Mar 1, 2020 Changes in this version + const Default_FeedEntity_IsDeleted + var Alert_Cause_name = map[int32]string + var Alert_Cause_value = map[string]int32 + var Alert_Effect_name = map[int32]string + var Alert_Effect_value = map[string]int32 + var FeedHeader_Incrementality_name = map[int32]string + var FeedHeader_Incrementality_value = map[string]int32 + var TripDescriptor_ScheduleRelationship_name = map[int32]string + var TripDescriptor_ScheduleRelationship_value = map[string]int32 + var TripUpdate_StopTimeUpdate_ScheduleRelationship_name = map[int32]string + var TripUpdate_StopTimeUpdate_ScheduleRelationship_value = map[string]int32 + var VehiclePosition_CongestionLevel_name = map[int32]string + var VehiclePosition_CongestionLevel_value = map[string]int32 + var VehiclePosition_VehicleStopStatus_name = map[int32]string + var VehiclePosition_VehicleStopStatus_value = map[string]int32 + type Alert struct + ActivePeriod []*TimeRange + Cause *Alert_Cause + DescriptionText *TranslatedString + Effect *Alert_Effect + HeaderText *TranslatedString + InformedEntity []*EntitySelector + Url *TranslatedString + XXX_unrecognized []byte + func (this *Alert) Reset() + func (this *Alert) String() string + type Alert_Cause int32 + const Alert_ACCIDENT + const Alert_CONSTRUCTION + const Alert_DEMONSTRATION + const Alert_HOLIDAY + const Alert_MAINTENANCE + const Alert_MEDICAL_EMERGENCY + const Alert_OTHER_CAUSE + const Alert_POLICE_ACTIVITY + const Alert_STRIKE + const Alert_TECHNICAL_PROBLEM + const Alert_UNKNOWN_CAUSE + const Alert_WEATHER + const Default_Alert_Cause + func NewAlert_Cause(x Alert_Cause) *Alert_Cause + func (x Alert_Cause) String() string + type Alert_Effect int32 + const Alert_ADDITIONAL_SERVICE + const Alert_DETOUR + const Alert_MODIFIED_SERVICE + const Alert_NO_SERVICE + const Alert_OTHER_EFFECT + const Alert_REDUCED_SERVICE + const Alert_SIGNIFICANT_DELAYS + const Alert_STOP_MOVED + const Alert_UNKNOWN_EFFECT + const Default_Alert_Effect + func NewAlert_Effect(x Alert_Effect) *Alert_Effect + func (x Alert_Effect) String() string + type EntitySelector struct + AgencyId *string + RouteId *string + RouteType *int32 + StopId *string + Trip *TripDescriptor + XXX_unrecognized []byte + func (this *EntitySelector) Reset() + func (this *EntitySelector) String() string + type FeedEntity struct + Alert *Alert + Id *string + IsDeleted *bool + TripUpdate *TripUpdate + Vehicle *VehiclePosition + XXX_unrecognized []byte + func (this *FeedEntity) Reset() + func (this *FeedEntity) String() string + type FeedHeader struct + GtfsRealtimeVersion *string + Incrementality *FeedHeader_Incrementality + Timestamp *uint64 + XXX_unrecognized []byte + func (this *FeedHeader) Reset() + func (this *FeedHeader) String() string + type FeedHeader_Incrementality int32 + const Default_FeedHeader_Incrementality + const FeedHeader_DIFFERENTIAL + const FeedHeader_FULL_DATASET + func NewFeedHeader_Incrementality(x FeedHeader_Incrementality) *FeedHeader_Incrementality + func (x FeedHeader_Incrementality) String() string + type FeedMessage struct + Entity []*FeedEntity + Header *FeedHeader + XXX_unrecognized []byte + func (this *FeedMessage) Reset() + func (this *FeedMessage) String() string + type Position struct + Bearing *float32 + Latitude *float32 + Longitude *float32 + Odometer *float64 + Speed *float32 + XXX_unrecognized []byte + func (this *Position) Reset() + func (this *Position) String() string + type TimeRange struct + End *uint64 + Start *uint64 + XXX_unrecognized []byte + func (this *TimeRange) Reset() + func (this *TimeRange) String() string + type TranslatedString struct + Translation []*TranslatedString_Translation + XXX_unrecognized []byte + func (this *TranslatedString) Reset() + func (this *TranslatedString) String() string + type TranslatedString_Translation struct + Language *string + Text *string + XXX_unrecognized []byte + func (this *TranslatedString_Translation) Reset() + func (this *TranslatedString_Translation) String() string + type TripDescriptor struct + RouteId *string + ScheduleRelationship *TripDescriptor_ScheduleRelationship + StartDate *string + StartTime *string + TripId *string + XXX_unrecognized []byte + func (this *TripDescriptor) Reset() + func (this *TripDescriptor) String() string + type TripDescriptor_ScheduleRelationship int32 + const TripDescriptor_ADDED + const TripDescriptor_CANCELED + const TripDescriptor_REPLACEMENT + const TripDescriptor_SCHEDULED + const TripDescriptor_UNSCHEDULED + func NewTripDescriptor_ScheduleRelationship(x TripDescriptor_ScheduleRelationship) *TripDescriptor_ScheduleRelationship + func (x TripDescriptor_ScheduleRelationship) String() string + type TripUpdate struct + StopTimeUpdate []*TripUpdate_StopTimeUpdate + Trip *TripDescriptor + Vehicle *VehicleDescriptor + XXX_unrecognized []byte + func (this *TripUpdate) Reset() + func (this *TripUpdate) String() string + type TripUpdate_StopTimeEvent struct + Delay *int32 + Time *int64 + Uncertainty *int32 + XXX_unrecognized []byte + func (this *TripUpdate_StopTimeEvent) Reset() + func (this *TripUpdate_StopTimeEvent) String() string + type TripUpdate_StopTimeUpdate struct + Arrival *TripUpdate_StopTimeEvent + Departure *TripUpdate_StopTimeEvent + ScheduleRelationship *TripUpdate_StopTimeUpdate_ScheduleRelationship + StopId *string + StopSequence *uint32 + XXX_unrecognized []byte + func (this *TripUpdate_StopTimeUpdate) Reset() + func (this *TripUpdate_StopTimeUpdate) String() string + type TripUpdate_StopTimeUpdate_ScheduleRelationship int32 + const Default_TripUpdate_StopTimeUpdate_ScheduleRelationship + const TripUpdate_StopTimeUpdate_NO_DATA + const TripUpdate_StopTimeUpdate_SCHEDULED + const TripUpdate_StopTimeUpdate_SKIPPED + func NewTripUpdate_StopTimeUpdate_ScheduleRelationship(x TripUpdate_StopTimeUpdate_ScheduleRelationship) *TripUpdate_StopTimeUpdate_ScheduleRelationship + func (x TripUpdate_StopTimeUpdate_ScheduleRelationship) String() string + type VehicleDescriptor struct + Id *string + Label *string + LicensePlate *string + XXX_unrecognized []byte + func (this *VehicleDescriptor) Reset() + func (this *VehicleDescriptor) String() string + type VehiclePosition struct + CongestionLevel *VehiclePosition_CongestionLevel + CurrentStatus *VehiclePosition_VehicleStopStatus + CurrentStopSequence *uint32 + Position *Position + StopId *string + Timestamp *uint64 + Trip *TripDescriptor + Vehicle *VehicleDescriptor + XXX_unrecognized []byte + func (this *VehiclePosition) Reset() + func (this *VehiclePosition) String() string + type VehiclePosition_CongestionLevel int32 + const VehiclePosition_CONGESTION + const VehiclePosition_RUNNING_SMOOTHLY + const VehiclePosition_SEVERE_CONGESTION + const VehiclePosition_STOP_AND_GO + const VehiclePosition_UNKNOWN_CONGESTION_LEVEL + func NewVehiclePosition_CongestionLevel(x VehiclePosition_CongestionLevel) *VehiclePosition_CongestionLevel + func (x VehiclePosition_CongestionLevel) String() string + type VehiclePosition_VehicleStopStatus int32 + const Default_VehiclePosition_CurrentStatus + const VehiclePosition_INCOMING_AT + const VehiclePosition_IN_TRANSIT_TO + const VehiclePosition_STOPPED_AT + func NewVehiclePosition_VehicleStopStatus(x VehiclePosition_VehicleStopStatus) *VehiclePosition_VehicleStopStatus + func (x VehiclePosition_VehicleStopStatus) String() string