base

package
v0.0.0-...-c590095 Latest Latest
Warning

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

Go to latest
Published: Mar 16, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultTimeout = time.Second * 30
View Source
var HttpClient = &http.Client{}
View Source
var NoRedirectClient *resty.Client
View Source
var RestyClient = NewRestyClient()
View Source
var UserAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36"

Functions

func HandleRange

func HandleRange(link *driver.Link, file io.ReadSeekCloser, header http.Header, size int64)

func NewRestyClient

func NewRestyClient() *resty.Client

Types

type Json

type Json map[string]interface{}

type ReqCallback

type ReqCallback func(req *resty.Request)

type TokenResp

type TokenResp struct {
	AccessToken  string `json:"access_token"`
	RefreshToken string `json:"refresh_token"`
}

Jump to

Keyboard shortcuts

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