Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Uploadable ¶
type Uploadable struct {
// contains filtered or unexported fields
}
func New ¶
func New() *Uploadable
func (*Uploadable) AppendPart ¶
func (uploadable *Uploadable) AppendPart(number int, eTag string) error
func (*Uploadable) GetPart ¶
func (uploadable *Uploadable) GetPart(number int) *Part
func (*Uploadable) ID ¶
func (uploadable *Uploadable) ID() (string, bool)
func (*Uploadable) IDOrCompute ¶
func (uploadable *Uploadable) IDOrCompute(compute func() (string, error)) (string, error)
Click to show internal directories.
Click to hide internal directories.