mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
parent
ec47106c26
commit
83e1f154b5
26 changed files with 131 additions and 13 deletions
|
@ -39,6 +39,7 @@ type User struct {
|
|||
DefaultReadingSpeed int `json:"default_reading_speed"`
|
||||
CJKReadingSpeed int `json:"cjk_reading_speed"`
|
||||
DefaultHomePage string `json:"default_home_page"`
|
||||
CategoriesSortOrder string `json:"categories_sort_order"`
|
||||
}
|
||||
|
||||
func (u User) String() string {
|
||||
|
@ -75,6 +76,7 @@ type UserModificationRequest struct {
|
|||
DefaultReadingSpeed *int `json:"default_reading_speed"`
|
||||
CJKReadingSpeed *int `json:"cjk_reading_speed"`
|
||||
DefaultHomePage *string `json:"default_home_page"`
|
||||
CategoriesSortOrder *string `json:"categories_sort_order"`
|
||||
}
|
||||
|
||||
// Users represents a list of users.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue