Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct { Files *FilesCommand `command:"files" description:"Check integrity of downloaded files"` Index *IndexCommand `command:"index" description:"Check consistency of index database"` }
type FilesCommand ¶
type FilesCommand struct { Hashes bool `long:"hashes" description:"Verify checksums"` ytbackup.Command }
func (*FilesCommand) Execute ¶
func (cmd *FilesCommand) Execute([]string) error
type IndexCommand ¶
func (*IndexCommand) Execute ¶
func (cmd *IndexCommand) Execute([]string) error
Click to show internal directories.
Click to hide internal directories.