init push
This commit is contained in:
10
backend/domain/siyuan.go
Normal file
10
backend/domain/siyuan.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package domain
|
||||
|
||||
type SiYuanReq struct {
|
||||
KBID string `json:"kb_id" validate:"required"`
|
||||
}
|
||||
type SiYuanResp struct {
|
||||
Id int `json:"id"`
|
||||
Title string `json:"title"`
|
||||
Content string `json:"content"`
|
||||
}
|
||||
Reference in New Issue
Block a user