chore: directly re-export function and type
This commit is contained in:
parent
6c24a36476
commit
7b19f3b66f
1 changed files with 1 additions and 2 deletions
|
@ -13,8 +13,7 @@ use std::path::PathBuf;
|
||||||
use tracing::{error, info, warn};
|
use tracing::{error, info, warn};
|
||||||
use webhook::{AddWebhookRecipient, ShutdownWebhook, WebhookActor, WebhookRouter};
|
use webhook::{AddWebhookRecipient, ShutdownWebhook, WebhookActor, WebhookRouter};
|
||||||
|
|
||||||
pub use git::repository::{real as repository_factory, RepositoryFactory};
|
pub use git_next_git::repository::{real as repository_factory, RepositoryFactory};
|
||||||
use git_next_git as git;
|
|
||||||
|
|
||||||
message!(ReceiveServerConfig: ServerConfig: "Notification of newly loaded server configuration.
|
message!(ReceiveServerConfig: ServerConfig: "Notification of newly loaded server configuration.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue