Documentation
¶
Index ¶
- Variables
- type MnrStopTimeUpdate
- func (*MnrStopTimeUpdate) Descriptor() ([]byte, []int)deprecated
- func (x *MnrStopTimeUpdate) GetTrack() string
- func (x *MnrStopTimeUpdate) GetTrainStatus() string
- func (*MnrStopTimeUpdate) ProtoMessage()
- func (x *MnrStopTimeUpdate) ProtoReflect() protoreflect.Message
- func (x *MnrStopTimeUpdate) Reset()
- func (x *MnrStopTimeUpdate) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// optional mnr.MnrStopTimeUpdate mnr_stop_time_update = 1005;
E_MnrStopTimeUpdate = &file_mnr_gtfs_realtime_MNR_proto_extTypes[0]
)
Extension fields to transit_realtime.TripUpdate_StopTimeUpdate.
View Source
var File_mnr_gtfs_realtime_MNR_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type MnrStopTimeUpdate ¶
type MnrStopTimeUpdate struct { Track *string `protobuf:"bytes,1,opt,name=track" json:"track,omitempty"` //can add additional fields here without having to //extend StopTimeUpdate again TrainStatus *string `protobuf:"bytes,2,opt,name=trainStatus" json:"trainStatus,omitempty"` // contains filtered or unexported fields }
func (*MnrStopTimeUpdate) Descriptor
deprecated
func (*MnrStopTimeUpdate) Descriptor() ([]byte, []int)
Deprecated: Use MnrStopTimeUpdate.ProtoReflect.Descriptor instead.
func (*MnrStopTimeUpdate) GetTrack ¶
func (x *MnrStopTimeUpdate) GetTrack() string
func (*MnrStopTimeUpdate) GetTrainStatus ¶
func (x *MnrStopTimeUpdate) GetTrainStatus() string
func (*MnrStopTimeUpdate) ProtoMessage ¶
func (*MnrStopTimeUpdate) ProtoMessage()
func (*MnrStopTimeUpdate) ProtoReflect ¶
func (x *MnrStopTimeUpdate) ProtoReflect() protoreflect.Message
func (*MnrStopTimeUpdate) Reset ¶
func (x *MnrStopTimeUpdate) Reset()
func (*MnrStopTimeUpdate) String ¶
func (x *MnrStopTimeUpdate) String() string
Click to show internal directories.
Click to hide internal directories.