File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ jobs:
147147 echo "API sprawl check passed"
148148 else
149149 echo "API sprawl check failed - please review for details"
150+ exit 1
150151 fi
151152
152153 - name : Setup system dependencies
Original file line number Diff line number Diff line change 11func CallFromSignature
22func CartesianProduct
33func ClientProtocolTypeFromString
4+ func DecideAddressing
45func DecompressToPath
56func DefaultLinkHeaderTransformer
67func Execute
78func ExtractHTTPElement
89func ExtractParameterisedURL
910func ExtractProviderDesignation
11+ func ExtractStackqlRequestContextValue
1012func FilePathJoin
1113func FindLatest
1214func FindLatestStable
@@ -109,6 +111,7 @@ func NewMarshalledBody
109111func NewMethodAnalysisInput
110112func NewMethodAnalyzer
111113func NewNaiveBodyTranslator
114+ func NewNaiveLateTranslator
112115func NewNilTranslator
113116func NewNopMapStream
114117func NewOperationSelector
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ type IDiscoveryAdapter interface
5353type IDiscoveryStore interface
5454type ITable interface
5555type Interrogator interface
56+ type LateTranslator interface
5657type Manager interface
5758type MapReader interface
5859type MapStream interface
You can’t perform that action at this time.
0 commit comments