Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NewsClient ¶ added in v0.0.2
type NewsClient struct {
// contains filtered or unexported fields
}
func NewClient ¶ added in v0.0.2
func NewClient(cacheDuration time.Duration) *NewsClient
func (*NewsClient) Article ¶ added in v0.0.2
func (n *NewsClient) Article(url string) (*[]byte, error)
func (*NewsClient) News ¶ added in v0.0.2
func (n *NewsClient) News() (*NewsTable, error)
Click to show internal directories.
Click to hide internal directories.