hud

package module
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Apr 6, 2023 License: Apache-2.0 Imports: 10 Imported by: 2

README

项目

编译状态 Golang质量 版本 仓库大小 最后提交 授权协议 语言个数 最佳语言 星星个数

项目介绍

捐助

支持宝 微信

感谢Jetbrains

本项目通过Jetbrains开源许可IDE编写源代码,特此感谢

Jetbrains图标

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() *builder

New 创建构造器

Types

type Part added in v0.0.2

type Part struct {
	// 分片编号
	Number int32 `json:"number,omitempty"`
	// 头
	Header http.Header `json:"header,omitempty"`
	// 文件大小
	Size gox.Size `json:"size,omitempty"`
}

Part 分片

type Transfer

type Transfer struct {
	// contains filtered or unexported fields
}

Transfer 传输器

func (*Transfer) Upload

func (t *Transfer) Upload() *uploadBuilder

type Url added in v0.0.4

type Url struct {
	// 连接方法
	Method http.Method `json:"method,omitempty"`
	// 目标地址
	Target string `json:"target,omitempty"`
}

Url 地址

Jump to

Keyboard shortcuts

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