Documentation
¶
Index ¶
Constants ¶
View Source
const (
PushBulletURL = "https://api.pushbullet.com/v2/pushes"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PushBullet ¶
type PushBullet struct {
Iden Identity
// Title for the push
Title string
// Template for push notification
NotificationTmpl *tmpl.Template
}
func NewPushBullet ¶
func NewPushBullet(iden Identity, title string, gen *tmpl.Template) *PushBullet
func (*PushBullet) Template ¶
func (p *PushBullet) Template() *tmpl.Template
Click to show internal directories.
Click to hide internal directories.