comments
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
# Client API
|
||||||
|
|
||||||
|
This package provides a public client API for the query API.
|
||||||
@@ -25,6 +25,8 @@ tasks:
|
|||||||
$3
|
$3
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Below3 the gererateGo for ./pkg is the public client package
|
||||||
|
# and ./api is the internal server package
|
||||||
for file in serviceAPIs/*.yml serviceAPIs/*.yaml; do
|
for file in serviceAPIs/*.yml serviceAPIs/*.yaml; do
|
||||||
if [[ -f "$file" ]]; then
|
if [[ -f "$file" ]]; then
|
||||||
service=$(basename "$file")
|
service=$(basename "$file")
|
||||||
|
|||||||
Reference in New Issue
Block a user