betatest

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Nov 15, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BetaTest

type BetaTest struct {
	// Expiry date of the beta test.
	ExpiryDate time.Time `json:"expiryDate,omitempty"`
	Status     *Status   `json:"status,omitempty"`
	// Email address for providing feedback
	FeedbackEmail string `json:"feedbackEmail,omitempty"`
	// Deeplinking for getting authorized to the beta test.
	InvitationUrl string `json:"invitationUrl,omitempty"`
	// Remaining invite count for the beta test.
	InvitesRemaining int `json:"invitesRemaining,omitempty"`
}

BetaTest Beta test for an Alexa skill.

type Status

type Status string

Status Status of the beta test.

func Status_ENDED

func Status_ENDED() Status

func Status_IN_DRAFT

func Status_IN_DRAFT() Status

func Status_RUNNING

func Status_RUNNING() Status

func Status_STARTING

func Status_STARTING() Status

func Status_STOPPING

func Status_STOPPING() Status

type TestBody

type TestBody struct {
	// Email address for providing feedback.
	FeedbackEmail string `json:"feedbackEmail,omitempty"`
}

TestBody Beta test meta-data.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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