Versions in this module Expand all Collapse all v0 v0.4.1 Jan 28, 2021 Changes in this version + const CREATED + const DONE + const FILEPERM + const RUNNING + var ErrTaskReportNotExist = errors.New("Task Report does not exist") + type Checksum struct + ID int + Path Files + Sha256sum string + func (c *Checksum) Get() error + func (c *Checksum) Save(sum string) error + type Files struct + Checksum string + Dir string + ID int + Log string + Result string + Status string + func (c *Files) Init() + func (c Files) CreateDir() + type Log struct + Content string + ID int + Location string + Path Files + func (c *Log) Get() error + func (c *Log) Save(output []byte) error + type Report struct + Checksum Checksum + ID int + Log Log + Path Files + Result Result + Status Status + func (r *Report) Load() error + func (r *Report) New() error + type Result struct + ID int + Path Files + Result string + Time time.Time + func (c *Result) Get() error + func (c *Result) SetFail() error + func (c *Result) SetNotRun() error + func (c *Result) SetPass() error + type Status struct + ID int + Path Files + Status string + func (c *Status) Get() error + func (c *Status) SetCreated() error + func (c *Status) SetDone() error + func (c *Status) SetRunning() error