Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service implements the Build Event Protocol service.
func NewService ¶
func (*Service) PublishBuildToolEventStream ¶
func (s *Service) PublishBuildToolEventStream(stream bpb.PublishBuildEvent_PublishBuildToolEventStreamServer) (retErr error)
PublishBuildToolEventStream handles all the Bazel BES messages seen.
func (*Service) PublishLifecycleEvent ¶
func (s *Service) PublishLifecycleEvent(ctx context.Context, req *bpb.PublishLifecycleEventRequest) (*emptypb.Empty, error)
PublishLifecycleEvent records the BEP lifecycle events seen in a metric, and not much else.
Click to show internal directories.
Click to hide internal directories.