Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BearerToken ¶
type BearerToken struct {
Token string
}
func (*BearerToken) FromRequestHeader ¶
func (b *BearerToken) FromRequestHeader(r *http.Request) error
type FileData ¶
type FileData struct {
PartialDataInfo *PartialDataInfo
ContentType string
TotalFileSize int64
ContentReader io.ReadSeekCloser
}
type PartialDataInfo ¶
type RangeOption ¶
func (*RangeOption) FromHeader ¶
func (o *RangeOption) FromHeader(header string) error
Click to show internal directories.
Click to hide internal directories.