Documentation
¶
Index ¶
- type Algorithm
- type BadLineFormatError
- type CKSum
- func (c CKSum) Algorithm(algorithm Algorithm) CKSum
- func (c CKSum) Check(check bool) CKSum
- func (c CKSum) Files(f ...string) CKSum
- func (c CKSum) FromArgs(argv []string) (CKSum, error)
- func (c CKSum) IgnoreMissing(ignoreMissing bool) CKSum
- func (c CKSum) Parallel(limit uint) CKSum
- func (c CKSum) Quiet(quiet bool) CKSum
- func (c CKSum) Run(ctx context.Context, stdio unix.StandardIO) error
- func (c CKSum) SetDebug(debug bool) CKSum
- func (c CKSum) Status(status bool) CKSum
- func (c CKSum) Untagged(untagged bool) CKSum
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BadLineFormatError ¶
type BadLineFormatError string
func (BadLineFormatError) Error ¶
func (e BadLineFormatError) Error() string
Click to show internal directories.
Click to hide internal directories.