Added: downloading and returning wikipedia articles
This commit is contained in:
13
internal/article/model.go
Normal file
13
internal/article/model.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package article
|
||||
|
||||
type ArticleModel struct {
|
||||
Uuid string
|
||||
Title string
|
||||
Content string
|
||||
}
|
||||
|
||||
type ArticleCreateModel struct {
|
||||
Uuid string
|
||||
Title string
|
||||
Content string
|
||||
}
|
||||
Reference in New Issue
Block a user