From 3c030a23833a650af890491ef6e969f93c94b466 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 3 Apr 2023 03:06:26 +0000 Subject: refactor(context): callback -> hook --- src/context.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/context.rs') diff --git a/src/context.rs b/src/context.rs index 21fdcc8..03c0912 100644 --- a/src/context.rs +++ b/src/context.rs @@ -16,10 +16,10 @@ // Copyright (C) 2022-2022 Fuwn // SPDX-License-Identifier: GPL-3.0-only -mod callback; +mod hook; mod error; mod route; -pub use callback::CallbackContext; +pub use hook::HookContext; pub use error::ErrorContext; pub use route::RouteContext; -- cgit v1.2.3