Rename all detail to impl (#1168)

Fixes #1084
This commit is contained in:
Alex Kremer
2024-02-12 11:54:41 +00:00
committed by GitHub
parent cea9c41a88
commit cce695c570
91 changed files with 224 additions and 225 deletions

View File

@@ -34,7 +34,7 @@
#include <thread>
#include <utility>
namespace etl::detail {
namespace etl::impl {
/**
* @brief Extractor thread that is fetching GRPC data and enqueue it on the DataPipeType
@@ -143,4 +143,4 @@ private:
}
};
} // namespace etl::detail
} // namespace etl::impl