-
Notifications
You must be signed in to change notification settings - Fork 0
/
aliases.go
81 lines (55 loc) · 2.92 KB
/
aliases.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
package onebusaway
import (
"github.com/OneBusAway/go-sdk/internal/apierror"
"github.com/OneBusAway/go-sdk/shared"
)
type Error = apierror.Error
// This is an alias to an internal type.
type References = shared.References
// This is an alias to an internal type.
type ReferencesAgency = shared.ReferencesAgency
// This is an alias to an internal type.
type ReferencesRoute = shared.ReferencesRoute
// This is an alias to an internal type.
type ReferencesSituation = shared.ReferencesSituation
// This is an alias to an internal type.
type ReferencesSituationsActiveWindow = shared.ReferencesSituationsActiveWindow
// This is an alias to an internal type.
type ReferencesSituationsAllAffect = shared.ReferencesSituationsAllAffect
// This is an alias to an internal type.
type ReferencesSituationsConsequence = shared.ReferencesSituationsConsequence
// This is an alias to an internal type.
type ReferencesSituationsConsequencesConditionDetails = shared.ReferencesSituationsConsequencesConditionDetails
// This is an alias to an internal type.
type ReferencesSituationsConsequencesConditionDetailsDiversionPath = shared.ReferencesSituationsConsequencesConditionDetailsDiversionPath
// This is an alias to an internal type.
type ReferencesSituationsDescription = shared.ReferencesSituationsDescription
// This is an alias to an internal type.
type ReferencesSituationsPublicationWindow = shared.ReferencesSituationsPublicationWindow
// Reason for the service alert, taken from TPEG codes.
//
// This is an alias to an internal type.
type ReferencesSituationsReason = shared.ReferencesSituationsReason
// This is an alias to an internal value.
const ReferencesSituationsReasonEquipmentReason = shared.ReferencesSituationsReasonEquipmentReason
// This is an alias to an internal value.
const ReferencesSituationsReasonEnvironmentReason = shared.ReferencesSituationsReasonEnvironmentReason
// This is an alias to an internal value.
const ReferencesSituationsReasonPersonnelReason = shared.ReferencesSituationsReasonPersonnelReason
// This is an alias to an internal value.
const ReferencesSituationsReasonMiscellaneousReason = shared.ReferencesSituationsReasonMiscellaneousReason
// This is an alias to an internal value.
const ReferencesSituationsReasonSecurityAlert = shared.ReferencesSituationsReasonSecurityAlert
// This is an alias to an internal type.
type ReferencesSituationsSummary = shared.ReferencesSituationsSummary
// This is an alias to an internal type.
type ReferencesSituationsURL = shared.ReferencesSituationsURL
// This is an alias to an internal type.
type ReferencesStop = shared.ReferencesStop
// This is an alias to an internal type.
type ReferencesStopTime = shared.ReferencesStopTime
// This is an alias to an internal type.
type ReferencesTrip = shared.ReferencesTrip
// This is an alias to an internal type.
type ResponseWrapper = shared.ResponseWrapper