refactor resolver tuples into structs
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
eeda96d94a
commit
eaf1cf38a5
5 changed files with 93 additions and 47 deletions
|
@ -2,7 +2,7 @@ mod client;
|
|||
mod data;
|
||||
pub(super) mod emerg_access;
|
||||
pub(super) mod migrations;
|
||||
mod resolver;
|
||||
pub(crate) mod resolver;
|
||||
pub(super) mod updates;
|
||||
|
||||
use std::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue