Skip to content

*.pb.go files generated from *.proto to support Bazel Event Stream (BES)

Notifications You must be signed in to change notification settings

joomcode/go-bes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This directory contains .proto definitions copied from:

They aren't used for Go code generation in the original repository, so importing them directly is inconvenient. We need them to be able to read binary bazel eventlog files.

Current solution is to use a slightly modified copy of these files. Original files can be found in commit #75a16b7. If the Bazel event protocol changes, this copy will require a manual update.

Changelist:

  • failure_details.WorkspaceStatus -> FailureWorkspaceStatus, to avoid collision with build_event_stream.WorkspaceStatus
  • go_package instead of java_package
  • proto-files use local import paths instead of original paths

About

*.pb.go files generated from *.proto to support Bazel Event Stream (BES)

Resources

Stars

Watchers

Forks

Packages

No packages published