Documentation
¶
Index ¶
- Constants
- Variables
- func InitBigQueryPubsubClient(projectID, topicID, pubsubCredentials string) error
- func InitPubsubClient(projectID string, pubsubCredentials string) error
- func PublishFTLTestReportCreatedEvent(ctx context.Context, logger *zap.Logger, build models.Build, appSlug string, ...)
- func PublishTestReportCreatedEvent(ctx context.Context, tr models.TestReport, appSlug, buildSlug string)
- func PublishTestReportProcessedEvent(ctx context.Context, logger *zap.Logger, data []byte, ...) error
Constants ¶
View Source
const ( // TestReportType ... TestReportType = "test_report" // FTLTestReportType ... FTLTestReportType = "ftl_test_report" // DebugPanicOnceType ... DebugPanicOnceType = "debug_panic_once" )
Variables ¶
View Source
var PubsubClient *pubsub.Client
PubsubClient ...
Functions ¶
func InitBigQueryPubsubClient ¶
InitBigQueryPubsubClient ...
func InitPubsubClient ¶
InitPubsubClient ...
func PublishFTLTestReportCreatedEvent ¶
func PublishFTLTestReportCreatedEvent(ctx context.Context, logger *zap.Logger, build models.Build, appSlug string, ftlPlatformType models.FTLPlatformType)
PublishFTLTestReportCreatedEvent ...
func PublishTestReportCreatedEvent ¶
func PublishTestReportCreatedEvent(ctx context.Context, tr models.TestReport, appSlug, buildSlug string)
PublishTestReportCreatedEvent ...
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.