Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config interface {
Sources() []IOWithAuth
}
type Credentials ¶
type IOWithAuth ¶
type IOWithAuth interface {
Enabled() bool
Type() string
Name() string
Addr() string
Auth() Credentials
}
type Structurable ¶
Click to show internal directories.
Click to hide internal directories.