imgsource

package
v0.0.0-...-499b85e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 3, 2021 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ContextGetAuthorization

func ContextGetAuthorization(ctx context.Context) (string, bool)

ContextGetAuthorization gets the authorization from the context.

func ContextSetAuthorization

func ContextSetAuthorization(parent context.Context, authorization string) context.Context

ContextSetAuthorization puts the authorization in the context.

Types

type CS3

type CS3 struct {
	// contains filtered or unexported fields
}

func NewCS3Source

func NewCS3Source(c gateway.GatewayAPIClient) CS3

func (CS3) Get

func (s CS3) Get(ctx context.Context, path string) (io.ReadCloser, error)

Get downloads the file from a cs3 service The caller MUST make sure to close the returned ReadCloser

type FileSystem

type FileSystem struct {
	// contains filtered or unexported fields
}

FileSystem is an image source using the local file system

func NewFileSystemSource

func NewFileSystemSource(cfg config.FileSystemSource) FileSystem

NewFileSystemSource return a new FileSystem instance

func (FileSystem) Get

func (s FileSystem) Get(ctx context.Context, file string) (io.ReadCloser, error)

Get retrieves an image from the filesystem.

type Source

type Source interface {
	Get(ctx context.Context, path string) (io.ReadCloser, error)
}

Source defines the interface for image sources

type WebDav

type WebDav struct {
	// contains filtered or unexported fields
}

WebDav implements the Source interface for webdav services

func NewWebDavSource

func NewWebDavSource(cfg config.Thumbnail) WebDav

NewWebDavSource creates a new webdav instance.

func (WebDav) Get

func (s WebDav) Get(ctx context.Context, url string) (io.ReadCloser, error)

Get downloads the file from a webdav service The caller MUST make sure to close the returned ReadCloser

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL