Documentation
¶
Index ¶
Constants ¶
View Source
const (
MaxConcurrentDownloads = 10
)
Variables ¶
View Source
var (
ErrNoConfig = errors.New("config must be loaded")
)
Functions ¶
Types ¶
type Config ¶
type Config struct {
Personal PersonalConfig `toml:"personal"`
Receive ReceiveConfig `toml:"receive"`
}
type PersonalConfig ¶
type PersonalConfig struct {
Username string `toml:"username"`
}
type ReceiveConfig ¶
type ShareConfig ¶
type ShareConfig struct {
}
Click to show internal directories.
Click to hide internal directories.