Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CheckSize ¶ added in v1.4.0
type CheckSize struct {
// contains filtered or unexported fields
}
func (CheckSize) EmptyConfig ¶ added in v1.4.0
func (CheckSize) EmptyConfig() interface{}
type Compress ¶
type Compress struct {
// contains filtered or unexported fields
}
func (Compress) EmptyConfig ¶ added in v1.1.0
func (Compress) EmptyConfig() interface{}
type Decompress ¶
type Decompress struct {
// contains filtered or unexported fields
}
func (Decompress) EmptyConfig ¶ added in v1.1.0
func (Decompress) EmptyConfig() interface{}
func (Decompress) Name ¶ added in v1.1.0
func (Decompress) Name() string
func (Decompress) Perform ¶ added in v1.1.0
func (Decompress) Perform(config interface{}, fileName string) error
type Delete ¶
type Delete struct {
// contains filtered or unexported fields
}
func (Delete) EmptyConfig ¶ added in v1.1.0
func (Delete) EmptyConfig() interface{}
type HTTP ¶ added in v1.1.0
type HTTP struct{}
func (HTTP) EmptyConfig ¶ added in v1.1.0
func (HTTP) EmptyConfig() interface{}
type IsFile ¶
type IsFile struct {
// contains filtered or unexported fields
}
func (IsFile) EmptyConfig ¶ added in v1.1.0
func (IsFile) EmptyConfig() interface{}
type Mail ¶ added in v1.1.0
type Mail struct { }
func (Mail) EmptyConfig ¶ added in v1.1.0
func (Mail) EmptyConfig() interface{}
type Move ¶
type Move struct {
// contains filtered or unexported fields
}
func (Move) EmptyConfig ¶ added in v1.1.0
func (Move) EmptyConfig() interface{}
Click to show internal directories.
Click to hide internal directories.