Documentation
¶
Overview ¶
Package config provides a simple config management implementation based on JSON files.
Index ¶
Constants ¶
View Source
const ( UpdateDefaultChannel = "stable" UpdateDefaultServerUrl = "https://updatecells.pydio.com/" UpdateDefaultPublicKey = `` /* 424-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
func SyncClientDataDir ¶
func SyncClientDataDir() string
func WriteToFile ¶
Types ¶
type Global ¶
type Global struct {
Tasks []*Task
Logs *Logs
Updates *Updates
// contains filtered or unexported fields
}
func LoadFromFile ¶
func (*Global) CreateTask ¶
func (*Global) RemoveTask ¶
func (*Global) UpdateTask ¶
type TaskChange ¶
Click to show internal directories.
Click to hide internal directories.