Skip to content

Commit fb6a785

Browse files
- API sprawl guard restored.
1 parent 9c29619 commit fb6a785

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

cicd/tools/api/exported_funcs.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
func CallFromSignature
22
func CartesianProduct
33
func ClientProtocolTypeFromString
4+
func DecideAddressing
45
func DecompressToPath
56
func DefaultLinkHeaderTransformer
67
func Execute
78
func ExtractHTTPElement
89
func ExtractParameterisedURL
910
func ExtractProviderDesignation
11+
func ExtractStackqlRequestContextValue
1012
func FilePathJoin
1113
func FindLatest
1214
func FindLatestStable
@@ -109,6 +111,7 @@ func NewMarshalledBody
109111
func NewMethodAnalysisInput
110112
func NewMethodAnalyzer
111113
func NewNaiveBodyTranslator
114+
func NewNaiveLateTranslator
112115
func NewNilTranslator
113116
func NewNopMapStream
114117
func NewOperationSelector

cicd/tools/api/exported_interfaces.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ type IDiscoveryAdapter interface
5353
type IDiscoveryStore interface
5454
type ITable interface
5555
type Interrogator interface
56+
type LateTranslator interface
5657
type Manager interface
5758
type MapReader interface
5859
type MapStream interface

0 commit comments

Comments
 (0)