Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Transfer ¶
type Transfer struct { Source string Entry []*TransferEntry RemoveSource int Concurrency int // contains filtered or unexported fields }
func (*Transfer) Description ¶
func (*Transfer) SampleConfig ¶
type TransferEntry ¶
type TransferEntry struct { Destination []string Error string Verbose int Retries int RetryWait string TempExtension string Tagpass map[string][]string Namepass map[string][]string Fieldpass map[string][]string // contains filtered or unexported fields }
func (*TransferEntry) Connect ¶
func (t *TransferEntry) Connect() error
func (*TransferEntry) Template ¶
func (t *TransferEntry) Template(in string, attributes map[string]interface{}) string
func (*TransferEntry) TransferItem ¶
func (t *TransferEntry) TransferItem(id int, item *TransferItem)
type TransferItem ¶
type TransferItem struct {
// contains filtered or unexported fields
}
func (*TransferItem) AddDest ¶
func (t *TransferItem) AddDest(d string) error
Click to show internal directories.
Click to hide internal directories.