Documentation ¶
Overview ¶
Package verify implements verification of seal files previously written with the seal command
Index ¶
- Constants
- type Command
- func (s *Command) Aggregate(results <-chan api.Result) <-chan api.Result
- func (s *Command) Gather(rctrl *io.ReadChannelController, files <-chan api.FileInfo, ...)
- func (s *Command) Generate() <-chan api.Result
- func (s *Command) Init(numReaders, numWriters int, items []string, maxLogLevel api.Importance, ...) (err error)
- type VerifyResult
Constants ¶
View Source
const ( SymbolOK = "OK" SymbolSuccess = "SUCCESS" SymbolFail = "FAIL" SymbolMismatch = "MISMATCH" )
View Source
const (
Name = "verify"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶ added in v1.0.0
type Command struct {
api.BasicRunner
}
A type representing all arguments required to drive a Seal operation
func NewCommand ¶
NewCommand returns an initialized verify command
func (*Command) Init ¶ added in v1.0.0
func (s *Command) Init(numReaders, numWriters int, items []string, maxLogLevel api.Importance, filters []api.FileFilter) (err error)
type VerifyResult ¶
type VerifyResult struct { api.BasicResult // will contain the actual file information from the disk file // contains filtered or unexported fields }
Implements information about a verify operation
Click to show internal directories.
Click to hide internal directories.