Skip to content

Commit

Permalink
fix: add plugins and project.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitaich1998 committed Feb 2, 2024
1 parent 39a6ac2 commit e8ead76
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions gotocompany/optimus/core/v1beta1/project.proto
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,17 @@ message ProjectSpecification {
string value = 2;
}
repeated ProjectSecret secrets = 3;
message ProjectPreset {
string name = 1;
string description = 2;

string truncate_to = 3;
string offset = 4 [deprecated = true];
string size = 5;
string delay = 6;
string location = 7;
}
map<string, ProjectPreset> presets = 4;


}

0 comments on commit e8ead76

Please sign in to comment.