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