Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
File string
Log Log
Debug Debug
Server Server
Tracing Tracing
Thumbnail Thumbnail
}
Config combines all available configuration parts.
type FileSystemSource ¶ added in v0.1.2
type FileSystemSource struct {
BasePath string
}
FileSystemSource defines the available filesystem source configuration.
type FileSystemStorage ¶
type FileSystemStorage struct {
RootDirectory string
}
FileSystemStorage defines the available filesystem storage configuration.
type Thumbnail ¶
type Thumbnail struct {
Resolutions []string
FileSystemStorage FileSystemStorage
WebDavSource WebDavSource
}
Thumbnail defines the available thumbnail related configuration.
type WebDavSource ¶
WebDavSource defines the available webdav source configuration.
Click to show internal directories.
Click to hide internal directories.