| 52 | } |
| 53 | |
| 54 | VoiceElement struct { |
| 55 | Name string |
| 56 | UUID string |
| 57 | Size uint32 |
| 58 | URL string |
| 59 | Md5 []byte |
| 60 | Sha1 []byte |
| 61 | Node *oidb.IndexNode |
| 62 | |
| 63 | // --- sending --- |
| 64 | MsgInfo *oidb.MsgInfo |
| 65 | Compat []byte |
| 66 | Duration uint32 |
| 67 | Stream io.ReadSeeker |
| 68 | Summary string |
| 69 | } |
| 70 | |
| 71 | ImageElement struct { |
| 72 | ImageID string |
nothing calls this directly
no outgoing calls
no test coverage detected