conf

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	BaiduOpenApiDomain = "https://openapi.baidu.com"
	OpenApiDomain      = "https://pan.baidu.com"
	PcsDataDomain      = "https://d.pcs.baidu.com"
)
View Source
const Version = "0.0.5"

Variables

This section is empty.

Functions

This section is empty.

Types

type CloudDiskResponseBase

type CloudDiskResponseBase struct {
	ErrorCode int     `json:"errno"`
	ErrorMsg  string  `json:"errmsg"`
	RequestID float64 `json:"request_id"`
}

type PcsResponseBase

type PcsResponseBase struct {
	ErrorCode int     `json:"error_code"`
	ErrorMsg  string  `json:"error_msg"`
	RequestID float64 `json:"request_id"`
}

type TestDataConfig

type TestDataConfig struct {
	ClientID        string
	ClientSecret    string
	RedirectUri     string
	Code            string
	AccessToken     string
	RefreshToken    string
	Dir             string
	FsID            uint64
	Path            string
	LocalFilePath   string
	TranscodingType string
}
var TestData TestDataConfig

测试参数

Jump to

Keyboard shortcuts

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