Documentation ¶
Index ¶
Constants ¶
View Source
const ( CancelReasonStatusUser = 100 CancelReasonStatusReSchedule = 105 CancelReasonStatusDeleted = 404 )
View Source
const ( CancelReasonUser = "User canceled" CancelReasonReSchedule = "Live start time re schedule" CancelReasonDeleted = "Live deleted" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CancelReason ¶
func NewCancelReason ¶
func NewCancelReason(statusCode int, reason string) *CancelReason
type DownloadStatus ¶
type DownloadStatus string
const ( DownloadStatusNotYet DownloadStatus = "not_yet_started" DownloadStatusDownloading DownloadStatus = "downloading" DownloadStatusCompleted DownloadStatus = "completed" )
Click to show internal directories.
Click to hide internal directories.