Optimized Article struct size
This commit is contained in:
parent
e4624b8705
commit
8ef6ff729e
@ -9,18 +9,18 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type Article struct {
|
type Article struct {
|
||||||
Title string
|
|
||||||
Created time.Time
|
Created time.Time
|
||||||
|
Title string
|
||||||
Description string
|
Description string
|
||||||
Link string
|
Link string
|
||||||
EncURL string
|
EncURL string
|
||||||
EncLength int
|
|
||||||
EncType string
|
EncType string
|
||||||
Published bool
|
|
||||||
Rejected bool
|
|
||||||
ID int64
|
ID int64
|
||||||
AuthorID int64
|
AuthorID int64
|
||||||
IssueID int64
|
IssueID int64
|
||||||
|
EncLength int
|
||||||
|
Published bool
|
||||||
|
Rejected bool
|
||||||
IsInIssue bool
|
IsInIssue bool
|
||||||
AutoGenerated bool
|
AutoGenerated bool
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user