Local file operations
(ctx context.Context, localPath string, affectedJobIDs []string)
| 68 | |
| 69 | // Local file operations |
| 70 | FlushToLocal(ctx context.Context, localPath string, affectedJobIDs []string) error |
| 71 | LoadFromLocal(ctx context.Context, localPath string) error |
| 72 | } |
| 73 |
no outgoing calls