Commits


Store acknowledgement status of hosts, services


Handle last check result of services Includes a test to know that we're handling the JSON properly.


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


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!