Versions in this module Expand all Collapse all v0 v0.0.2 Jul 8, 2024 Changes in this version + const StateError + const StateFailure + const StateSuccess + const StateWarning type Analyse + Components []string + NoColor bool + NotComponents []string + type CheckIterator []Check + func NewIterator(check []Check) CheckIterator + func (checks CheckIterator) Iterator(category string, analyse *Analyse) bool v0.0.1 Sep 24, 2023 Changes in this version + type Analyse struct + All bool + Category []string + File string + State string + func (analyse *Analyse) Analyse(cfg *CheckConfig) (bool, error) + func (analyse *Analyse) Render() + func (analyse *Analyse) SetLogger(logger *logrus.Logger) + func (analyse *Analyse) SetStatus(status bool) + func (analyse *Analyse) SetTable() error + type Category struct + Checks []Check + Name string + type Check struct + Description string + Error string + Hint string + Result string + type CheckConfig struct + Categories []Category + Success bool + func GetCheckConfig(input *json.Decoder) (*CheckConfig, error)