Skip to content

Commit

Permalink
move rpc to pfs service.
Browse files Browse the repository at this point in the history
  • Loading branch information
FahadBSyed committed May 13, 2024
1 parent 824ce60 commit f0fc477
Show file tree
Hide file tree
Showing 24 changed files with 1,442 additions and 1,183 deletions.
122 changes: 61 additions & 61 deletions proto-docs.json

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

68 changes: 34 additions & 34 deletions proto-docs.md

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

25 changes: 25 additions & 0 deletions python-sdk/pachyderm_sdk/api/pfs/__init__.py

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

22 changes: 0 additions & 22 deletions python-sdk/pachyderm_sdk/api/storage/__init__.py

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

4 changes: 4 additions & 0 deletions src/client/transaction.gen.go

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

4 changes: 4 additions & 0 deletions src/internal/client/transaction.gen.go

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

2 changes: 2 additions & 0 deletions src/internal/jsonschema/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,8 @@ go_library(
"storage/GraphFilesetResponse.schema.json",
"storage/CompactFilesetRequest.schema.json",
"storage/CompactFilesetResponse.schema.json",
"pfs_v2/CompactCommitFilesetRequest.schema.json",
"pfs_v2/CompactCommitFilesetResponse.schema.json",
],
importpath = "github.com/pachyderm/pachyderm/v2/src/internal/jsonschema",
visibility = ["//src:__subpackages__"],
Expand Down

0 comments on commit f0fc477

Please sign in to comment.