-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathaliases.go
More file actions
61 lines (41 loc) · 2.05 KB
/
Copy pathaliases.go
File metadata and controls
61 lines (41 loc) · 2.05 KB
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
// 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
// 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