11 inline static std::string operationName =
"Build log storage and retrieval";
19 virtual kj::Promise<Result<std::optional<std::string>>> getBuildLogExact(
const StorePath & path) = 0;
21 virtual kj::Promise<Result<void>> addBuildLog(
const StorePath & path, std::string_view log) = 0;
23 static LogStore & require(Store & store);