Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Nested ¶
type Nested struct {
// Information related to the International Fact-Checking Network (IFCN) program
FactCheckClaims []struct {
// The factCheck appearanceURLs
AppearanceURLs []struct {
// The original flag
Original bool `json:"original,omitempty"`
// The appearance url
Url string `json:"url"`
} `json:"appearanceURLs,omitempty"`
// The factCheck author
Author string `json:"author,omitempty"`
// The factCheck claim
Claim string `json:"claim,omitempty"`
// The date of the factCheck
Date string `json:"date,omitempty"`
// The factCheck rating
Rating string `json:"rating,omitempty"`
} `json:"factCheckClaims"`
}
Click to show internal directories.
Click to hide internal directories.