Versions in this module Expand all Collapse all v0 v0.1.1 Mar 4, 2024 v0.1.0 Feb 9, 2024 Changes in this version + type Config struct + Rules []Rule + type Engine struct + func New() (*Engine, error) + func (e *Engine) LoadConfig(reader io.Reader) error + func (e *Engine) Process(contents io.Reader) (Result, error) + func (e *Engine) RuleCount() int + type Result struct + ContentLength uint64 + ContentType string + CreationDate string + Error string + Findings []string + ID string + Metadata map[string]string + Sha1 string + Sha256 string + type Rule struct + Content string + Format string + Result string