temp
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package types
|
||||
|
||||
type Transfer struct {
|
||||
ToStop *Stop `json:"-" csv:"-"`
|
||||
FromStopId string `json:"from_stop_id" csv:"from_stop_id"`
|
||||
ToStopId string `json:"to_stop_id" csv:"to_stop_id"`
|
||||
TransferType int `json:"transfer_type" csv:"transfer_type"`
|
||||
|
||||
Reference in New Issue
Block a user