mirror of
https://github.com/logos-messaging/logos-chat-rs.git
synced 2026-05-18 21:39:44 +00:00
Expose Client
This commit is contained in:
parent
be0e2e1587
commit
4416420c1d
@ -1,7 +1,8 @@
|
||||
use libchat::context::{Context, ConversationIdOwned, Introduction};
|
||||
use libchat::errors::ChatError;
|
||||
use libchat::types::AddressedEnvelope;
|
||||
struct Client {
|
||||
|
||||
pub struct Client {
|
||||
ctx: Context,
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user