package
Version:
v0.0.0-...-ec68dae
Opens a new window with list of versions in this module.
Published: Oct 24, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type APIResponse struct {
Results []Article `json:"results"`
}
type Article struct {
NoteId string `json:"noteId"`
Title string `json:"title"`
DateModified string `json:"dateModified"`
Type string `json:"type"`
Mime string `json:"mime"`
Summary string `json:"summary"`
Content string `json:"content"`
Attributes []Attribute `json:"attributes"`
}
type Attribute struct {
Type string `json:"type"`
Name string `json:"name"`
Value string `json:"value"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.