Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBesProxy ¶
Types ¶
type BESProxy ¶
type BESProxy interface { CloseSend() error Connect() error Host() string PublishBuildToolEventStream(ctx context.Context, opts ...grpc.CallOption) error PublishLifecycleEvent(ctx context.Context, req *buildv1.PublishLifecycleEventRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) Recv() (*buildv1.PublishBuildToolEventStreamResponse, error) Send(req *buildv1.PublishBuildToolEventStreamRequest) error }
BESProxy implements a Build Event Protocol backend to be passed to the `bazel build` command so that the Aspect plugins can register as subscribers to the build events.
Click to show internal directories.
Click to hide internal directories.