Documentation ¶ Index ¶ type File func New(actCtx map[string]string) (*File, error) func (act *File) Execute(r *remote.Remote, logger *log.Logger) (*orderedmap.OrderedMap[string, string], error) func (act *File) Validate(actCtx map[string]string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type File ¶ type File struct { LocalPath string RemotePath string Backup bool } func New ¶ func New(actCtx map[string]string) (*File, error) func (*File) Execute ¶ func (act *File) Execute(r *remote.Remote, logger *log.Logger) (*orderedmap.OrderedMap[string, string], error) func (*File) Validate ¶ func (act *File) Validate(actCtx map[string]string) error Source Files ¶ View all Source files file.go Click to show internal directories. Click to hide internal directories.