feat: Implement authentication (#10)
Co-authored-by: kould <2435992353@qq.com>
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
pub(crate) mod tag;
|
||||
pub(crate) mod tag_info;
|
||||
pub(crate) mod kb_info;
|
||||
pub(crate) mod dialog_info;
|
||||
pub(crate) mod doc_info;
|
||||
pub(crate) mod user_info;
|
||||
|
||||
#[derive(Debug, Deserialize, Serialize)]
|
||||
struct JsonResponse<T> {
|
||||
|
||||
Reference in New Issue
Block a user