Documentation ¶
Overview ¶
Package app contains pub/sub handlers.
Package app contains pub/sub handlers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildbucketPubSubHandler ¶
func BuildbucketPubSubHandler(ctx context.Context, message pubsub.Message, bbMessage *buildbucketpb.BuildsV2PubSub) error
Types ¶
type CVRunHandler ¶
type CVRunHandler struct {
// contains filtered or unexported fields
}
CVRunHandler accepts and processes CV Run Pub/Sub messages.
func NewCVRunHandler ¶
func NewCVRunHandler() *CVRunHandler
NewCVRunHandler initialises a new CVRunHandler.
type InvocationFinalizedHandler ¶
type InvocationFinalizedHandler struct {
// contains filtered or unexported fields
}
InvocationFinalizedHandler accepts and processes ResultDB Invocation Finalized Pub/Sub messages.
func NewInvocationFinalizedHandler ¶
func NewInvocationFinalizedHandler() *InvocationFinalizedHandler
NewInvocationFinalizedHandler initialises a new InvocationFinalizedHandler.
func (*InvocationFinalizedHandler) Handle ¶
func (h *InvocationFinalizedHandler) Handle(ctx context.Context, message pubsub.Message, notification *rdbpb.InvocationFinalizedNotification) error
type InvocationReadyForExportHandler ¶
type InvocationReadyForExportHandler struct { }
InvocationReadyForExportHandler accepts and processes ResultDB Invocation Ready for Export Pub/Sub messages.
func NewInvocationReadyForExportHandler ¶
func NewInvocationReadyForExportHandler() *InvocationReadyForExportHandler
NewInvocationReadyForExportHandler initialises a new InvocationReadyForExportHandler.
func (*InvocationReadyForExportHandler) Handle ¶
func (h *InvocationReadyForExportHandler) Handle(ctx context.Context, message pubsub.Message, notification *rdbpb.InvocationReadyForExportNotification) error
Click to show internal directories.
Click to hide internal directories.