| 287 | } |
| 288 | |
| 289 | type RecordResponse struct { |
| 290 | URI string `json:"uri"` |
| 291 | CID string `json:"cid"` |
| 292 | Value RecordValue `json:"value"` |
| 293 | } |
| 294 | |
| 295 | type RecordValue struct { // TODO: Figure out how to make it get different types of records |
| 296 | Reply *ReplySubject `json:"reply,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected