analytics

package
v0.0.0-...-569970b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 5, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Initialize

func Initialize() error

Initialize ...

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client ...

func GetClient

func GetClient(logger *zap.Logger) *Client

GetClient ...

func (*Client) Close

func (c *Client) Close() error

Close ...

func (*Client) NumberOfTestReports

func (c *Client) NumberOfTestReports(appSlug, buildSlug string, count int, time time.Time)

NumberOfTestReports ...

func (*Client) SendAddonDeprovisionedEvent

func (c *Client) SendAddonDeprovisionedEvent(appSlug, currentPlan, newPlan string)

SendAddonDeprovisionedEvent ...

func (*Client) SendAddonPlanChangedEvent

func (c *Client) SendAddonPlanChangedEvent(appSlug, currentPlan, newPlan string)

SendAddonPlanChangedEvent ...

func (*Client) SendAddonProvisionedEvent

func (c *Client) SendAddonProvisionedEvent(appSlug, currentPlan, newPlan string)

SendAddonProvisionedEvent ...

func (*Client) SendAddonSSOLoginEvent

func (c *Client) SendAddonSSOLoginEvent(appSlug, currentPlan, newPlan string)

SendAddonSSOLoginEvent ...

func (*Client) SendAndroidTestFinishedEvent

func (c *Client) SendAndroidTestFinishedEvent(appSlug, buildSlug, testType string, eventProperties map[string]interface{})

SendAndroidTestFinishedEvent ...

func (*Client) SendAndroidTestFinishedOnDeviceEvent

func (c *Client) SendAndroidTestFinishedOnDeviceEvent(appSlug, buildSlug, testType string, devices []*testing.AndroidDevice, eventProperties map[string]interface{})

SendAndroidTestFinishedOnDeviceEvent ...

func (*Client) SendAndroidTestStartedEvent

func (c *Client) SendAndroidTestStartedEvent(appSlug, buildSlug, testType string, eventProperties map[string]interface{})

SendAndroidTestStartedEvent ...

func (*Client) SendAndroidTestStartedOnDeviceEvent

func (c *Client) SendAndroidTestStartedOnDeviceEvent(appSlug, buildSlug, testType string, devices []*testing.AndroidDevice, eventProperties map[string]interface{})

SendAndroidTestStartedOnDeviceEvent ...

func (*Client) SendIOSTestFinishedEvent

func (c *Client) SendIOSTestFinishedEvent(appSlug, buildSlug, testType string, eventProperties map[string]interface{})

SendIOSTestFinishedEvent ...

func (*Client) SendIOSTestFinishedOnDeviceEvent

func (c *Client) SendIOSTestFinishedOnDeviceEvent(appSlug, buildSlug, testType string, devices []*testing.IosDevice, eventProperties map[string]interface{})

SendIOSTestFinishedOnDeviceEvent ...

func (*Client) SendIOSTestStartedEvent

func (c *Client) SendIOSTestStartedEvent(appSlug, buildSlug, testType string, eventProperties map[string]interface{})

SendIOSTestStartedEvent ...

func (*Client) SendIOSTestStartedOnDeviceEvent

func (c *Client) SendIOSTestStartedOnDeviceEvent(appSlug, buildSlug, testType string, devices []*testing.IosDevice, eventProperties map[string]interface{})

SendIOSTestStartedOnDeviceEvent ...

func (*Client) SendUploadRequestedEvent

func (c *Client) SendUploadRequestedEvent(appSlug, buildSlug string)

SendUploadRequestedEvent ...

func (*Client) TestReportResult

func (c *Client) TestReportResult(appSlug, buildSlug, result, testType string, testResultID uuid.UUID, time time.Time)

TestReportResult ...

func (*Client) TestReportSummaryGenerated

func (c *Client) TestReportSummaryGenerated(appSlug, buildSlug, result string, numberOfTests int, time time.Time)

TestReportSummaryGenerated ...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL