Skip to content

Commit

Permalink
remove prefixing to reduce verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
ltucker committed Dec 16, 2024
1 parent 7d0ddbc commit a436148
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 55 deletions.
8 changes: 4 additions & 4 deletions diode-proto/diode/v1/reconciler.proto
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ message RetrieveIngestionLogsResponse {
}

enum ActionType {
ACTION_UNSPECIFIED = 0;
ACTION_DIFF = 1;
ACTION_APPLY = 2;
ACTION_REJECT = 3;
UNSPECIFIED_ACTION = 0;
DIFF = 1;
APPLY = 2;
REJECT = 3;
}

// The request to take action on an ingestion log
Expand Down
101 changes: 50 additions & 51 deletions diode-server/gen/diode/v1/reconcilerpb/reconciler.pb.go

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

0 comments on commit a436148

Please sign in to comment.