poc

package
v0.0.0-...-0af8f8c Latest Latest
Warning

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

Go to latest
Published: Jul 28, 2019 License: ISC Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BootstrapLogger

func BootstrapLogger(verbosityLevel int)

Types

type DownloadProgress

type DownloadProgress struct {
	Downloaded int64
	Total      int64
}

func (*DownloadProgress) Update

func (d *DownloadProgress) Update()

func (*DownloadProgress) Write

func (d *DownloadProgress) Write(contents []byte) (int, error)

type FileTypeReturn

type FileTypeReturn struct {
	HumanName   string
	MachineName string
	FileUrl     string
	FileSize    int64
}

func NewFileTypeReturn

func NewFileTypeReturn(humanName, machinName, fileUrl string, fileSize int64) *FileTypeReturn

type GuardNeededResponse

type GuardNeededResponse struct {
	Required bool     `json:"humble_guard_required"`
	Code     []string `json:"skip_code"`
}

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"`
}

Jump to

Keyboard shortcuts

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