Commits


Remove unused attrs() method It was required to satisfty the object interface but the interface changed because it wasn't used anywhere.


Generate CRUD code using go generate Explanation for use is in the README


Merge filter and all objects methods Getting all objects is the same as getting objects with a zero filter.


I learned how to do some generic programming New type "object" is an interface to represent an Icinga2 object. I added heaps of other stuff! On our way to 1000 lines of code!


Use slightly clearer param name


more docs


dump