Skip to content

Commit 6b6ca44

Browse files
committed
Add outline field to news
1 parent 9977a26 commit 6b6ca44

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

news.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ type News struct {
66
NewsId string
77
Title string
88
TitleWithRuby string
9+
Outline string
910
OutlineWithRuby string
1011
Body string
1112
BodyWithoutRuby string

0 commit comments

Comments
 (0)