| 28 | } |
| 29 | |
| 30 | type Attachment struct { |
| 31 | Type string `json:"type"` |
| 32 | Name string `json:"name"` |
| 33 | Value string `json:"value"` |
| 34 | } |
| 35 | |
| 36 | type Status struct { |
| 37 | // Type is the type of the Status. |
nothing calls this directly
no outgoing calls
no test coverage detected