Documentation
¶
Overview ¶
Package "request" provides structs to represent the request for Pushbullet HTTP API.
This packages contains types of "push". See the API documentation for the details: https://docs.pushbullet.com/#pushes
Index ¶
Constants ¶
View Source
const ( TYPE_NOTE = "note" TYPE_LINK = "link" TYPE_ADDRESS = "address" TYPE_CHEKCKLIST = "list" TYPE_FILE = "file" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Address ¶
func NewAddress ¶
func NewAddress() *Address
type Checklist ¶
func NewChecklist ¶
func NewChecklist() *Checklist
type File ¶
type Link ¶
Click to show internal directories.
Click to hide internal directories.