reviews

package
v1.260504.0 Latest Latest
Warning

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

Go to latest
Published: May 4, 2026 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ReviewCommand

func ReviewCommand() *ffcli.Command

ReviewCommand returns the review parent command.

func ReviewDetailsAttachmentsDeleteCommand

func ReviewDetailsAttachmentsDeleteCommand() *ffcli.Command

ReviewDetailsAttachmentsDeleteCommand returns the review attachments delete subcommand.

func ReviewDetailsAttachmentsGetCommand

func ReviewDetailsAttachmentsGetCommand() *ffcli.Command

ReviewDetailsAttachmentsGetCommand returns the review attachments get subcommand.

func ReviewDetailsAttachmentsListCommand

func ReviewDetailsAttachmentsListCommand() *ffcli.Command

ReviewDetailsAttachmentsListCommand returns the review attachments list subcommand.

func ReviewDetailsAttachmentsUploadCommand

func ReviewDetailsAttachmentsUploadCommand() *ffcli.Command

ReviewDetailsAttachmentsUploadCommand returns the review attachments upload subcommand.

func ReviewDetailsCreateCommand

func ReviewDetailsCreateCommand() *ffcli.Command

ReviewDetailsCreateCommand returns the review details create subcommand.

func ReviewDetailsForVersionCommand

func ReviewDetailsForVersionCommand() *ffcli.Command

ReviewDetailsForVersionCommand returns the review details for-version subcommand.

func ReviewDetailsGetCommand

func ReviewDetailsGetCommand() *ffcli.Command

ReviewDetailsGetCommand returns the review details get subcommand.

func ReviewDetailsUpdateCommand

func ReviewDetailsUpdateCommand() *ffcli.Command

ReviewDetailsUpdateCommand returns the review details update subcommand.

func ReviewDoctorCommand added in v1.260404.0

func ReviewDoctorCommand() *ffcli.Command

ReviewDoctorCommand returns an app-scoped review blocker diagnosis command.

func ReviewHistoryCommand

func ReviewHistoryCommand() *ffcli.Command

ReviewHistoryCommand returns the history subcommand.

func ReviewItemsAddCommand

func ReviewItemsAddCommand() *ffcli.Command

ReviewItemsAddCommand returns the review items add subcommand.

func ReviewItemsGetCommand

func ReviewItemsGetCommand() *ffcli.Command

ReviewItemsGetCommand returns the review items get subcommand.

func ReviewItemsListCommand

func ReviewItemsListCommand() *ffcli.Command

ReviewItemsListCommand returns the review items list subcommand.

func ReviewItemsRemoveCommand

func ReviewItemsRemoveCommand() *ffcli.Command

ReviewItemsRemoveCommand returns the review items remove subcommand.

func ReviewItemsUpdateCommand

func ReviewItemsUpdateCommand() *ffcli.Command

ReviewItemsUpdateCommand returns the review items update subcommand.

func ReviewStatusCommand added in v1.260404.0

func ReviewStatusCommand() *ffcli.Command

ReviewStatusCommand returns an app-scoped review status command.

func ReviewSubmissionsCancelCommand

func ReviewSubmissionsCancelCommand() *ffcli.Command

ReviewSubmissionsCancelCommand returns the review submissions cancel subcommand.

func ReviewSubmissionsCreateCommand

func ReviewSubmissionsCreateCommand() *ffcli.Command

ReviewSubmissionsCreateCommand returns the review submissions create subcommand.

func ReviewSubmissionsGetCommand

func ReviewSubmissionsGetCommand() *ffcli.Command

ReviewSubmissionsGetCommand returns the review submissions get subcommand.

func ReviewSubmissionsItemsIDsCommand

func ReviewSubmissionsItemsIDsCommand() *ffcli.Command

ReviewSubmissionsItemsIDsCommand returns the review submission item IDs subcommand.

func ReviewSubmissionsListCommand

func ReviewSubmissionsListCommand() *ffcli.Command

ReviewSubmissionsListCommand returns the review submissions list subcommand.

func ReviewSubmissionsSubmitCommand

func ReviewSubmissionsSubmitCommand() *ffcli.Command

ReviewSubmissionsSubmitCommand returns the review submissions submit subcommand.

func ReviewSubmissionsUpdateCommand

func ReviewSubmissionsUpdateCommand() *ffcli.Command

ReviewSubmissionsUpdateCommand returns the review submissions update subcommand.

func ReviewSubmitCommand added in v1.260410.0

func ReviewSubmitCommand() *ffcli.Command

ReviewSubmitCommand returns the high-level review submit command.

func ReviewsCommand

func ReviewsCommand() *ffcli.Command

ReviewsCommand returns the reviews command with subcommands.

func ReviewsGetCommand

func ReviewsGetCommand() *ffcli.Command

ReviewsGetCommand gets a customer review by ID.

func ReviewsListCommand

func ReviewsListCommand() *ffcli.Command

ReviewsListCommand returns the reviews list subcommand.

func ReviewsRatingsCommand

func ReviewsRatingsCommand() *ffcli.Command

ReviewsRatingsCommand returns the reviews ratings subcommand.

func ReviewsRespondCommand

func ReviewsRespondCommand() *ffcli.Command

ReviewsRespondCommand returns the reviews respond subcommand.

func ReviewsResponseCommand

func ReviewsResponseCommand() *ffcli.Command

ReviewsResponseCommand returns the reviews response parent command.

func ReviewsResponseDeleteCommand

func ReviewsResponseDeleteCommand() *ffcli.Command

ReviewsResponseDeleteCommand returns the reviews response delete subcommand.

func ReviewsResponseForReviewCommand

func ReviewsResponseForReviewCommand() *ffcli.Command

ReviewsResponseForReviewCommand returns the reviews response for-review subcommand.

func ReviewsResponseGetCommand

func ReviewsResponseGetCommand() *ffcli.Command

ReviewsResponseGetCommand returns the reviews response get subcommand.

func ReviewsSummarizationsCommand

func ReviewsSummarizationsCommand() *ffcli.Command

ReviewsSummarizationsCommand returns the review summarizations command.

Types

type SubmissionHistoryEntry

type SubmissionHistoryEntry struct {
	SubmissionID  string                  `json:"submissionId"`
	VersionString string                  `json:"versionString"`
	Platform      string                  `json:"platform"`
	State         string                  `json:"state"`
	SubmittedDate string                  `json:"submittedDate"`
	Outcome       string                  `json:"outcome"`
	Items         []SubmissionHistoryItem `json:"items"`
}

SubmissionHistoryEntry is the assembled result for one submission.

type SubmissionHistoryItem

type SubmissionHistoryItem struct {
	ID         string `json:"id"`
	State      string `json:"state"`
	Type       string `json:"type"`
	ResourceID string `json:"resourceId"`
}

SubmissionHistoryItem is a summary of one item in a submission.

Jump to

Keyboard shortcuts

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