aboutsummaryrefslogtreecommitdiffstats
path: root/notifier.go
diff options
context:
space:
mode:
authorGabriel Handford2016-05-11 16:08:20 -0700
committerGabriel Handford2016-05-11 16:08:20 -0700
commitbab68cd21095985c5d867e44f0844ab4be7c2a95 (patch)
tree0e5c34625e03d8e3ad53e0a7533f900989c75667 /notifier.go
parent27c4cb2c7539014c76232d3869052e82850fe298 (diff)
downloadgo-notifier-bab68cd21095985c5d867e44f0844ab4be7c2a95.tar.bz2
Adding actions
Diffstat (limited to 'notifier.go')
-rw-r--r--notifier.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/notifier.go b/notifier.go
index cb342e5..35f3e0e 100644
--- a/notifier.go
+++ b/notifier.go
@@ -8,9 +8,9 @@ type Notification struct {
Title string
Message string
ImagePath string
- ImageURL string
- BundleID string // For darwin
- ToastPath string // For windows (Toaster)
+ BundleID string // For darwin
+ Actions []string // For darwin
+ ToastPath string // For windows (Toaster)
}
// Notifier knows how to deliver a notification