Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🛑 rename proto so it is less likely to conflict #50

Merged
merged 1 commit into from
Oct 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,835 changes: 918 additions & 917 deletions policy/policy.pb.go → policy/cnspec_policy.pb.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions policy/policy.proto → policy/cnspec_policy.proto
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ message ScoreDistribution {

// ********** Policy Hub **************

service Hub {
service PolicyHub {
rpc SetBundle(Bundle) returns (Empty) {}
rpc DeletePolicy(Mrn) returns (Empty) {}
rpc ValidateBundle(Bundle) returns (Empty) {}
Expand Down Expand Up @@ -412,7 +412,7 @@ message URLs {

// ********** Policy Resolver **************

service Resolver {
service PolicyResolver {
rpc Assign(PolicyAssignment) returns (Empty) {}
rpc Unassign(PolicyAssignment) returns (Empty) {}

Expand Down
Loading