Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Servers []Server `json:"servers"`
Commands []CustomCmd `json:"commands"`
SyncTasks []FileSync `json:"syncTasks"`
}
func LoadConfig ¶
type ExtendedCommand ¶
type ExtendedCommand struct {
// contains filtered or unexported fields
}
type SyncManager ¶ added in v1.3.8
type SyncManager struct {
// contains filtered or unexported fields
}
func (SyncManager) RunSyncTask ¶ added in v1.3.8
func (m SyncManager) RunSyncTask(name string, client *sshclient.Client) error
func (SyncManager) ShowTaskList ¶ added in v1.3.8
func (m SyncManager) ShowTaskList()
Click to show internal directories.
Click to hide internal directories.