OpenWALBlock opens an existing appendable block for the WAL
(filename, path string, ingestionSlack, additionalStartSlack time.Duration)
| 49 | |
| 50 | // OpenWALBlock opens an existing appendable block for the WAL |
| 51 | OpenWALBlock(filename, path string, ingestionSlack, additionalStartSlack time.Duration) (common.WALBlock, error, error) |
| 52 | |
| 53 | // CreateWALBlock creates a new appendable block for the WAL |
| 54 | // |
no outgoing calls
no test coverage detected