Versions in this module Expand all Collapse all v0 v0.2.0 May 8, 2025 Changes in this version + type NewTicket struct + Article Article + Customer string + Group string + ID int + IcingaHost string + IcingaService string + Title string type Ticket + ArticleIDs []int + CustomerID int + GroupID int type TicketSearchResult + Tickets []Ticket v0.1.1 Apr 14, 2025 v0.1.0 Jan 25, 2024 Changes in this version + type Article struct + Body string + ContentType string + Internal bool + Sender string + Subject string + TicketID int + TimeUnit string + Type string + type Assets struct + Tickets map[string]Ticket + type Ticket struct + Article Article + Customer string + Group string + ID int + IcingaHost string + IcingaService string + Title string + type TicketSearchResult struct + Assets Assets + type TicketState string + const ClosedTicketState + const NewTicketState + const OpenTicketState v0.1.0-rc1 Jan 25, 2024