Skip to content

Commit

Permalink
wip: restore job
Browse files Browse the repository at this point in the history
Signed-off-by: Armando Ruocco <[email protected]>
  • Loading branch information
armru committed Oct 13, 2024
1 parent 17b7edd commit 79d9b95
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 44 deletions.
74 changes: 37 additions & 37 deletions pkg/identity/identity.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 proto/identity.proto
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ message PluginCapability {

// TYPE_RESTORE_JOB_HOOKS indicates that the Plugin provides RPCs to
// enhance the behavior of the restore jobs
TYPE_RESTORE = 6;
TYPE_RESTORE_JOB = 6;
}
Type type = 1;
}
Expand Down
2 changes: 1 addition & 1 deletion proto/restore_job.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
syntax = "proto3";
package cnpgi.wal.v1;
option go_package = "github.com/cloudnative-pg/cnpg-i/pkg/restore";
option go_package = "github.com/cloudnative-pg/cnpg-i/pkg/restore/job";

service RestoreJobHooks {
rpc GetCapabilities(RestoreJobHooksCapabilitiesRequest) returns (RestoreJobHooksCapabilitiesResult) {}
Expand Down

0 comments on commit 79d9b95

Please sign in to comment.