newFile represents version edit log for adding new file into metadata
| 119 | |
| 120 | // newFile represents version edit log for adding new file into metadata |
| 121 | type newFile struct { |
| 122 | level int32 |
| 123 | file *FileMeta |
| 124 | } |
| 125 | |
| 126 | // CreateNewFile creates NewFile instance for add new file |
| 127 | func CreateNewFile(level int32, file *FileMeta) Log { |
nothing calls this directly
no outgoing calls
no test coverage detected