Minor clean up

This commit is contained in:
Riccardo
2022-07-30 13:35:14 +02:00
parent 9f5d892e5b
commit 61b13de6ec
4 changed files with 11 additions and 6 deletions

View File

@@ -25,11 +25,7 @@ type News struct {
Author string `json:"by"`
Url string `json:"url"`
Score int `json:"score"`
Parent int `json:"parent"`
Comments int `json:"descendants"`
Category string `json:"type"`
Delete bool `json:"delete"`
Dead bool `json:"dead"`
}
type DynamoDBDescribeTableAPI interface {