package
Version:
v0.0.0-...-2965246
Opens a new window with list of versions in this module.
Published: Aug 1, 2020
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type NewsAPIResponse struct {
Status string `json:"status"`
Code string `json:"code"`
Message string `json:"message"`
TotalResult int `json:"totalResults"`
Articles []models.Article `json:"articles"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.