Versions in this module Expand all Collapse all v1 v1.202449.18 Dec 16, 2024 Changes in this version + func NewBesProxy(host string, headers map[string]string) *besProxy + type BESProxy interface + CloseSend func() error + Connect func() error + Host func() string + PublishBuildToolEventStream func(ctx context.Context, opts ...grpc.CallOption) error + PublishLifecycleEvent func(ctx context.Context, req *buildv1.PublishLifecycleEventRequest, ...) (*emptypb.Empty, error) + Recv func() (*buildv1.PublishBuildToolEventStreamResponse, error) + Send func(req *buildv1.PublishBuildToolEventStreamRequest) error + StreamCreated func() bool