zabbix-tools / go-zabbix

Go bindings for the Zabbix API
GNU General Public License v2.0
108 stars 70 forks source link

Add time_from and time_till to event.get. #22

Closed hirigaray closed 5 years ago

hirigaray commented 5 years ago

This adds the time_from and time_till parameters to EventGetParams as described here: https://www.zabbix.com/documentation/4.0/manual/api/reference/event/get

cavaliercoder commented 5 years ago

Thank you!