feat: improve legacy metadata and admin compatibility (#2202)

This commit is contained in:
weisd
2026-03-18 21:05:09 +08:00
committed by GitHub
parent 84077adf17
commit b9b7d86ae4
133 changed files with 11707 additions and 1945 deletions
+4
View File
@@ -12,7 +12,11 @@
// See the License for the specific language governing permissions and
// limitations under the License.
pub mod header_compat;
pub mod headers;
pub mod ip;
pub mod metadata_compat;
pub use header_compat::*;
pub use headers::*;
pub use ip::*;
pub use metadata_compat::*;