Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend interface { Configure(arguments map[string]interface{}) (err error) Archive(files []string) (reader io.Reader, err error) Comments() (comments string) GetFileName(files []string) (name string) GetConfiguration() interface{} }
Backend interface describe methods that the different types of archive backend must implement to work.
Click to show internal directories.
Click to hide internal directories.