Skip to content
Draft
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build:

python: python/naas_models python/naas_models/pydantic

python/naas_models:
python/naas_models:
mkdir -p python/naas_models

python/naas_models/pydantic: python/naas_models
Expand All @@ -21,10 +21,10 @@ go:
mkdir go

clean:
rm -rf dist go python/naas_models/*_pb2.py python/naas_models/pydantic/*_p2p.py
rm -rf dist go python/naas_models/*_pb2.py python/naas_models/pydantic/*_p2p.py

submodules:
git submodule init && git submodule update

bash:
$(d) /bin/bash
bash:
$(d) /bin/bash
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ services:
--python_out=../python/naas_models \
--go_out=../go \
--validate_out="lang=go:../go" \
space.proto registry.proto iam.proto aimodel.proto chat.proto credit.proto secret.proto storage.proto workspace.proto asset.proto validate.proto common.proto
space.proto registry.proto iam.proto aimodel.proto chat.proto credit.proto secret.proto storage.proto workspace.proto asset.proto workflow.proto validate.proto common.proto

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion go/github.com/jupyter-naas/naas-models/go/chat/chat.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion go/github.com/jupyter-naas/naas-models/go/iam/iam.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

225 changes: 113 additions & 112 deletions go/github.com/jupyter-naas/naas-models/go/space/space.pb.go

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading