Skip to content

Commit

Permalink
feat: add operator service type in the plugin metadata (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Cecchi <[email protected]>
  • Loading branch information
leonardoce authored Jan 17, 2024
1 parent 0b01870 commit 7fcdddb
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 32 deletions.
74 changes: 42 additions & 32 deletions pkg/identity/identity.pb.go

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

7 changes: 7 additions & 0 deletions proto/identity.proto
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ message PluginCapability {
// attempt to invoke the REQUIRED WALService RPCs, as well
// as specific RPCs as indicated by GetCapabilities.
TYPE_WAL_SERVICE = 1;

// TYPE_OPERATOR_SERVICE indicated that the Plugin provider RPCs
// for the Operator service.
// The presence of this capability determines whether the CO will
// attempt to invoke the REQUIRED Opearator RPCs, as well
// as specific RPCs as indicated by GetCapabilities.
TYPE_OPERATOR_SERVICE = 2;
}
Type type = 1;
}
Expand Down

0 comments on commit 7fcdddb

Please sign in to comment.