feat: implement wiki and submission management services with corresponding database schema and API endpoints
Build and Release / release (push) Successful in 2m3s
Build and Release / release (push) Successful in 2m3s
This commit is contained in:
@@ -26,5 +26,6 @@ type WikiContentResponse struct {
|
||||
WikiID string `json:"wiki_id"`
|
||||
Title string `json:"title"`
|
||||
Content string `json:"content"`
|
||||
Preview string `json:"preview"`
|
||||
CreatedAt *time.Time `json:"created_at"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user