Add support for hyperlinks
This commit is contained in:
@@ -30,10 +30,11 @@ type Module struct {
|
||||
}
|
||||
|
||||
type ModuleItem struct {
|
||||
Title string `json:"title"`
|
||||
Type string `json:"type"`
|
||||
URL string `json:"url"`
|
||||
HTMLURL string `json:"html_url"`
|
||||
ContentID int `json:"content_id"`
|
||||
Indent int `json:"indent"`
|
||||
Title string `json:"title"`
|
||||
Type string `json:"type"`
|
||||
URL string `json:"url"`
|
||||
HTMLURL string `json:"html_url"`
|
||||
ExternalURL string `json:"external_url"`
|
||||
ContentID int `json:"content_id"`
|
||||
Indent int `json:"indent"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user