Versions in this module Expand all Collapse all v0 v0.6.2 Jul 2, 2023 v0.6.1 Jun 28, 2023 v0.6.0 Jun 27, 2023 Changes in this version + var ErrResourceNotFound = errors.New("resource not found") + type RuleRepository struct + func NewRuleRepository(fs afero.Fs) *RuleRepository + func (repo *RuleRepository) GetAll() ([]rule.Ruleset, error)