Documentation
¶
Index ¶
Constants ¶
View Source
const ( // TokenTransportHeader holds the header key for the reva transfer token // "github.com/opencloud-eu/reva/v2/internal/http/services/datagateway" is internal so we redeclare it here TokenTransportHeader = "X-Reva-Transfer" )
Variables ¶
This section is empty.
Functions ¶
func ContextGetAuthorization ¶
ContextGetAuthorization gets the authorization from the context.
Types ¶
type CS3 ¶
type CS3 struct {
// contains filtered or unexported fields
}
CS3 implements a CS3 image source
func NewCS3Source ¶
func NewCS3Source(cfg config.Thumbnail, gatewaySelector pool.Selectable[gateway.GatewayAPIClient], b bytesize.ByteSize) CS3
NewCS3Source configures a new CS3 image source
type WebDav ¶
type WebDav struct {
// contains filtered or unexported fields
}
WebDav implements the Source interface for webdav services
func NewWebDavSource ¶
NewWebDavSource creates a new webdav instance.
Click to show internal directories.
Click to hide internal directories.