Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Name string
Type string // Should be one of: backend.Type*
Local bool
DataPath string // Used by backend.FileSystem, other local backends
Custom map[string]interface{} `json:",omitempty"` // Used by Dropbox, Webserver, other backends
Path string
}
Config represents a trusted backend.Config file. Trivial other differences aside (namely the New and Path fields), it contains all the same fields as a backend.Config, except the 'Key' field is excluded here.
func FromConfig ¶
type FileRowUpdate ¶
type Row ¶
type TagPair ¶
func FromTagPair ¶
Click to show internal directories.
Click to hide internal directories.