Skip to content

Commit

Permalink
Including meta structure in tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
samlown committed Sep 6, 2024
1 parent 9ca5321 commit 13f7422
Show file tree
Hide file tree
Showing 2 changed files with 162 additions and 67 deletions.
224 changes: 159 additions & 65 deletions gateway/tasks.pb.go

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

5 changes: 3 additions & 2 deletions gateway/tasks.proto
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ message Fault {

// Meta represents a simplified Silo Meta row.
message Meta {
string key = 1;
bytes value = 2;
string src = 1;
string key = 2;
bytes value = 3;
}

// TaskResult says what we expect from a provider after attempting to complete
Expand Down

0 comments on commit 13f7422

Please sign in to comment.