serviceInterfacesSubmodule

This commit is contained in:
Michael McGuinness
2024-12-23 14:58:50 +00:00
parent dd7b3ef2fd
commit ce5e566c9e
7 changed files with 1023 additions and 115 deletions
+2 -2
View File
@@ -7,11 +7,11 @@ includes:
taskfile: scripts/Taskfile.yml
flatten: true
vars:
PROJECT_NAME: GoTemplate
PROJECT_NAME: QueryOrchestration
COVERAGE_FILE: coverage.out
COVERAGE_THRESHOLD: 80
PROJECT_MAIN: cmd/grpc/main.go
PROTOBUF_DIR: api/grpc/protobuf
PROTOBUF_DIR: api/serviceInterfaces/queryOrchestration
API_GRPC_DIR: api/grpc
IMAGE_NAME: gotemplate
DOCKERFILE_DIR: build/package