Documentation ¶
Rendered for js/wasm
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) WithCredentials ¶
type ProgressFunc ¶
type ProgressFunc func(string, ProgressState, uint64, uint64)
type ProgressState ¶
type ProgressState int
const ( StateStart ProgressState = 1 StateProgress ProgressState = 2 StateFinish ProgressState = 3 )
func (ProgressState) String ¶
func (s ProgressState) String() string
Click to show internal directories.
Click to hide internal directories.