Skip to content

Commit

Permalink
Merge pull request #17 from jupyter-naas/78-feat-implement-workspace
Browse files Browse the repository at this point in the history
78 feat implement workspace
  • Loading branch information
Dr0p42 authored Mar 5, 2024
2 parents 22cdf58 + 2a471b5 commit 2fd8eb1
Show file tree
Hide file tree
Showing 6 changed files with 9,484 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ generate: clean python go build submodules
--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 validate.proto
space.proto registry.proto iam.proto aimodel.proto chat.proto credit.proto secret.proto workspace.proto validate.proto
cd python/naas_models && sed -i.bak 's/import validate_pb2/import naas_models.validate_pb2/g' *.py && rm *.bak

bash:
Expand Down
Loading

0 comments on commit 2fd8eb1

Please sign in to comment.