Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrorAuthNotImplemented = errors.New("auth not implemented")
View Source
var ErrorInvalidFormat = errors.New("invalid ARL format")
View Source
var ErrorMethodNotImplemented = errors.New("method not implemented")
View Source
var ErrorResourceNotFound = errors.New("resource not found")
Functions ¶
This section is empty.
Types ¶
type AuthenticatedResourceLocator ¶
type AuthenticatedResourceLocator struct {
// contains filtered or unexported fields
}
func NewARL ¶
func NewARL(arl string, maxSize uint64, maxConcurrent uint64) (AuthenticatedResourceLocator, error)
func NewARLWithClient ¶
func (*AuthenticatedResourceLocator) Fetch ¶
func (a *AuthenticatedResourceLocator) Fetch() (chan Content, error)
Click to show internal directories.
Click to hide internal directories.