# Functions
NewClient creates a new edge Client instance.
# Constants
Failed status is returned when update or publish were failed.
InProgress status is returned when update or publish are in progress yet.
Succeeded status is returned when update or publish were successful.
# Structs
AuthorizeResponse describes the response received from the Edge Store authorization request.
Client represent the edge client.
PublishStatusResponse is the response of the PublishStatus API.
StatusError represents the error returned by the edge store.
Store represents the edge store instance.
UpdateOptions represents the options for the update.
UploadStatusResponse represents the response from the upload status endpoint.
# Type aliases
Status represents the status of the update or publish.