Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BadRequestResponse ¶
type BadRequestResponse struct { PropertyName string `json:"propertyName"` ErrorMessage string `json:"errorMessage"` ErrorCode string `json:"errorCode"` AttemptedValue string `json:"attemptedValue"` Severity string `json:"severity"` }
func (*BadRequestResponse) String ¶
func (r *BadRequestResponse) String() string
type Client ¶
type PushResponse ¶
type Release ¶
type Release struct { Title string `json:"title"` DownloadUrl string `json:"downloadUrl,omitempty"` MagnetUrl string `json:"magnetUrl,omitempty"` Size int64 `json:"size"` Indexer string `json:"indexer"` DownloadProtocol string `json:"downloadProtocol"` Protocol string `json:"protocol"` PublishDate string `json:"publishDate"` }
type SystemStatusResponse ¶
type SystemStatusResponse struct {
Version string `json:"version"`
}
Click to show internal directories.
Click to hide internal directories.