Skip to content

Commit

Permalink
rename server -> service
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Dec 1, 2023
1 parent 619ece7 commit 2606044
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ee/tabby-webserver/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use tracing::{error, warn};
use websocket::WebSocketTransport;

mod repositories;
mod server;
mod service;
mod ui;
mod websocket;

Expand All @@ -31,7 +31,7 @@ use schema::{
worker::{RegisterWorkerError, Worker, WorkerKind, WorkerService},
Schema, ServiceLocator,
};
use server::create_service_locator;
use service::create_service_locator;
use tarpc::server::{BaseChannel, Channel};

pub async fn attach_webserver(
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2606044

Please sign in to comment.