| 293 | } |
| 294 | |
| 295 | type RecordValue struct { // TODO: Figure out how to make it get different types of records |
| 296 | Reply *ReplySubject `json:"reply,omitempty"` |
| 297 | CreatedAt FTime `json:"createdAt,omitempty"` |
| 298 | Description string `json:"description,omitempty"` |
| 299 | DisplayName string `json:"displayName,omitempty"` |
| 300 | Avatar Blob `json:"avatar,omitempty"` |
| 301 | } |
| 302 | |
| 303 | type Relationships struct { |
| 304 | DID string `json:"did"` |
nothing calls this directly
no outgoing calls
no test coverage detected