| 94 | } |
| 95 | |
| 96 | FileElement struct { |
| 97 | FileSize uint64 |
| 98 | FileName string |
| 99 | FileMd5 []byte |
| 100 | FileURL string |
| 101 | FileID string // group |
| 102 | FileUUID string // private |
| 103 | FileHash string |
| 104 | |
| 105 | // send |
| 106 | FileStream io.ReadSeeker |
| 107 | FileSha1 []byte |
| 108 | } |
| 109 | |
| 110 | ShortVideoElement struct { |
| 111 | Name string |
nothing calls this directly
no outgoing calls
no test coverage detected