Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BootstrapLogger ¶
func BootstrapLogger(verbosityLevel int)
Types ¶
type DownloadProgress ¶
func (*DownloadProgress) Update ¶
func (d *DownloadProgress) Update()
type FileTypeReturn ¶
func NewFileTypeReturn ¶
func NewFileTypeReturn(humanName, machinName, fileUrl string, fileSize int64) *FileTypeReturn
type GuardNeededResponse ¶
type OrderObject ¶
type OrderObject struct {
Key string `json:"gamekey"`
}
type OrderResponse ¶
type OrderResponse []OrderObject
type SuccessfulLoginResponse ¶
type SuccessfulLoginResponse struct { UserTerms interface{} `json:"user_terms_opt_in_data"` Goto string `json:"goto"` }
Click to show internal directories.
Click to hide internal directories.