| 108 | } |
| 109 | |
| 110 | ShortVideoElement struct { |
| 111 | Name string |
| 112 | UUID string |
| 113 | Size uint32 |
| 114 | URL string |
| 115 | Duration uint32 |
| 116 | Node *oidb.IndexNode |
| 117 | |
| 118 | // send |
| 119 | Thumb *VideoThumb |
| 120 | Summary string |
| 121 | Md5 []byte |
| 122 | Sha1 []byte |
| 123 | Stream io.ReadSeeker |
| 124 | MsgInfo *oidb.MsgInfo |
| 125 | Compat *message.VideoFile |
| 126 | } |
| 127 | |
| 128 | VideoThumb struct { |
| 129 | Stream io.ReadSeeker |
nothing calls this directly
no outgoing calls
no test coverage detected