package
Version:
v0.0.0
Opens a new window with list of versions in this module.
Published: Dec 26, 2020
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Article struct {
ID string `json:"id"`
Title string `json:"title"`
URL string `json:"url"`
CreatedAt time.Time `json:"createdAt"`
UpdatedAt time.Time `json:"updatedAt"`
Source *Source `json:"source"`
}
type CreateArticleInput struct {
Title string `json:"title"`
URL string `json:"url"`
SourceID string `json:"sourceId"`
}
type Source struct {
ID string `json:"id"`
Name string `json:"name"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.