gmon/config
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
..
config.go Add rate configuration 2020-11-10 16:59:48 +01:00
rules.go Move transformation of rules T array to Analyser interface func 2020-11-17 15:05:33 +01:00
tomlConfigLoader.go Rename config loading parts 2020-11-10 12:41:50 +01:00
tomlConfigLoader_test.go Fix toml test with wrong fild name for the interval option 2020-11-14 18:44:30 +01:00
tomlRulesLoader.go Add cpu rule toml parsing 2020-11-10 14:12:29 +01:00
tomlRulesLoader_test.go Add cpu rule toml parsing 2020-11-10 14:12:29 +01:00