Started work on http server
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
use async_trait::async_trait;
|
||||
pub use crate::model::Conversation;
|
||||
|
||||
pub mod http_client;
|
||||
pub use http_client::HTTPClient;
|
||||
|
||||
#[async_trait]
|
||||
pub trait APIInterface {
|
||||
type Error;
|
||||
|
||||
Reference in New Issue
Block a user