Skip to content

Commit

Permalink
Add comments to proto
Browse files Browse the repository at this point in the history
Signed-off-by: Tengxiao Wang <[email protected]>
  • Loading branch information
twang-ps committed Mar 2, 2024
1 parent 26072d6 commit 049632d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/api.pb.go

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

2 changes: 2 additions & 0 deletions api/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4047,6 +4047,8 @@ message Job {
google.protobuf.Timestamp last_update_time = 6;
}

// Schedule is a generic schedule object that can encapsulate different
// types of scheduled jobs which follow the schedule framework of APIs
message Schedule {
// ID of the schedule
string id = 1;
Expand Down

0 comments on commit 049632d

Please sign in to comment.