diff options
Diffstat (limited to 'src/context.rs')
| -rw-r--r-- | src/context.rs | 4 |
1 files changed, 2 insertions, 2 deletions
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 <[email protected]> // 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; |