Skip to content

Commit

Permalink
feat(api): add set of languages appearing in Origin (#4947)
Browse files Browse the repository at this point in the history
  • Loading branch information
schroederc committed May 27, 2021
1 parent 88d7806 commit d5419f3
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 18 deletions.
2 changes: 2 additions & 0 deletions kythe/proto/common.proto
Expand Up @@ -193,6 +193,8 @@ message Origin {
// commit_timestamp records the time at which this version of the corpus was
// created. It is typically a git commit timestamp.
google.protobuf.Timestamp commit_timestamp = 3;
// Set of languages appearing in this origin.
repeated string language = 4;
}

// Metadata of a Kythe supported language.
Expand Down
46 changes: 28 additions & 18 deletions kythe/proto/common_go_proto/common.pb.go

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

0 comments on commit d5419f3

Please sign in to comment.