Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Issue ¶
type Issue struct {
Title string `json:"title,omitempty"`
FirstSeen time.Time `json:"firstSeen,omitempty"`
LastSeen time.Time `json:"lastSeen,omitempty"`
UserCount int `json:"userCount,omitempty"`
WebLink string `json:"permalink,omitempty"`
}
Issue is an unmarshal target for a sentry issues request
Click to show internal directories.
Click to hide internal directories.