Documentation
¶
Index ¶
Constants ¶
View Source
const ( API_STATUS_OK = 0 API_STATUS_ERR = 1 API_VERSION = "1.8.0" API_LEVEL = 12 ARCHIVED_ID = 0 FAVORITE_ID = -1 PUBLISHED_ID = -2 FRESH_ID = -3 ALL_ID = -4 RECENTLY_READ_ID = -6 FRESH_DURATION = -24 * time.Hour CAT_UNCATEGORIZED = 0 CAT_SPECIAL = -1 // Starred, Published, Archived, etc. CAT_LABELS = -2 CAT_ALL_EXCEPT_VIRTUAL = -3 // i.e: labels CAT_ALL = -4 )
Variables ¶
This section is empty.
Functions ¶
func FakeWebHandler ¶
func FakeWebHandler(w http.ResponseWriter, r *http.Request)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.