Skip to content

Commit

Permalink
Merge pull request #20 from jupyter-naas/75-feat-create-object-storag…
Browse files Browse the repository at this point in the history
…e-api-schema-and-proto

75 feat create object storage api schema and proto
  • Loading branch information
Dr0p42 committed Apr 15, 2024
2 parents bf36898 + ed03c1b commit ec5571e
Show file tree
Hide file tree
Showing 6 changed files with 6,842 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 workspace.proto validate.proto common.proto
space.proto registry.proto iam.proto aimodel.proto chat.proto credit.proto secret.proto storage.proto workspace.proto validate.proto common.proto
cd python/naas_models && sed -i.bak 's/import validate_pb2/import naas_models.validate_pb2/g' *.py && rm *.bak
cd python/naas_models/pydantic && sed -i.bak 's/..common_p2p/naas_models.pydantic.common_p2p/g' *.py && rm *.bak

Expand Down
Loading

0 comments on commit ec5571e

Please sign in to comment.