Skip to content

Commit

Permalink
Add bulk categorizations
Browse files Browse the repository at this point in the history
These are used by the Seed and Stream APIs to return bulk categorization
information.
  • Loading branch information
Bob Uhl committed Apr 7, 2016
1 parent 611220a commit 88f33e1
Show file tree
Hide file tree
Showing 6 changed files with 129 additions and 47 deletions.
14 changes: 14 additions & 0 deletions categorization.proto
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
syntax = "proto3";

package msg;

import "dataset.proto";

message Categorization {
string url = 1;
DataSet dataset = 2;
}

message Categorizations {
repeated Categorization categorizations = 1;
}
89 changes: 89 additions & 0 deletions go-msg/categorization.pb.go

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

37 changes: 8 additions & 29 deletions go-msg/dataset.pb.go

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

12 changes: 6 additions & 6 deletions go-msg/query_result.pb.go

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

6 changes: 3 additions & 3 deletions go-msg/status.pb.go

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

18 changes: 9 additions & 9 deletions go-msg/zvelo-api.pb.go

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

0 comments on commit 88f33e1

Please sign in to comment.