Documentation
¶
Index ¶
Constants ¶
View Source
const PageCount = 100
PageCount is the default response page count
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) Authenticate ¶
Authenticate a consumer key
type Creds ¶
type Creds struct { ConsumerKey string `json:"consumer_key"` AccessToken string `json:"access_token"` }
Creds is a pair of keys
type DB ¶
type DB struct {
// contains filtered or unexported fields
}
DB is a wrapper around bolt database connection
type Item ¶
type Item struct { ID string `json:"item_id"` GivenURL string `json:"given_url"` GivenTitle string `json:"given_title"` ResolvedTitle string `json:"resolved_title"` AddedAt string `json:"time_added"` TagsMap map[string]Tag `json:"tags"` }
Item is the poeckt item
type Items ¶
type Items []Item
Items is a list of items
Click to show internal directories.
Click to hide internal directories.