feat: implement entity and wiki management services, repositories, and routes with associated controllers
Build and Release / release (push) Successful in 1m34s
Build and Release / release (push) Successful in 1m34s
This commit is contained in:
@@ -29,3 +29,9 @@ type WikiContentResponse struct {
|
||||
Preview string `json:"preview"`
|
||||
CreatedAt *time.Time `json:"created_at"`
|
||||
}
|
||||
|
||||
type WikiContentPreviewResponse struct {
|
||||
ID string `json:"id"`
|
||||
Preview string `json:"preview"`
|
||||
CreatedAt *time.Time `json:"created_at"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user