| 9 | ) |
| 10 | |
| 11 | type FileMeta struct { |
| 12 | ID string |
| 13 | GraphID string |
| 14 | FileID string |
| 15 | BlobPath string |
| 16 | Checksum []byte |
| 17 | Size int64 |
| 18 | LastModifiedAt time.Time |
| 19 | LastModifiedTx int64 |
| 20 | } |
| 21 | |
| 22 | type Graph struct { |
| 23 | ID string |
nothing calls this directly
no outgoing calls
no test coverage detected