Commit graph

4 commits

Author SHA1 Message Date
Augusto Dwenger J. bf8304f02c Move transformation of rules T array to Analyser interface func
Go does not allow the usage of an interface on a typed array. To
resolve this issue we manually create a new array with the interface type
and add all items to it. This no happens inside the rules sturct
instead of being a single standalone function inside the main package.
2020-11-17 15:05:33 +01:00
Augusto Dwenger af1f189c7b Implement ram rules 2020-11-12 14:27:36 +01:00
Augusto Dwenger b46c001c01 Implement disk rules 2020-11-12 14:27:29 +01:00
Augusto Dwenger 138a4f339a Add cpu rule toml parsing 2020-11-10 14:12:29 +01:00