Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActivitiesResponse ¶
type Activity ¶
type Activity struct {
ID string `json:"id"`
Type string `json:"type"`
UserID *string `json:"userID,omitempty"`
AlertID *string `json:"alertID,omitempty"`
TicketID *string `json:"ticketID,omitempty"`
CommentID *string `json:"commentID,omitempty"`
CreatedAt string `json:"createdAt"`
Metadata *string `json:"metadata,omitempty"`
User *User `json:"user,omitempty"`
Alert *alert.Alert `json:"alert,omitempty"`
Ticket *ticket.Ticket `json:"ticket,omitempty"`
}
type AlertAttribute ¶
type CommentsResponse ¶
type DashboardStats ¶
type TicketsResponse ¶
Click to show internal directories.
Click to hide internal directories.