diff options
| author | Gabriel Handford | 2016-05-11 16:08:20 -0700 |
|---|---|---|
| committer | Gabriel Handford | 2016-05-11 16:08:20 -0700 |
| commit | bab68cd21095985c5d867e44f0844ab4be7c2a95 (patch) | |
| tree | 0e5c34625e03d8e3ad53e0a7533f900989c75667 /notifier.go | |
| parent | 27c4cb2c7539014c76232d3869052e82850fe298 (diff) | |
| download | go-notifier-bab68cd21095985c5d867e44f0844ab4be7c2a95.tar.bz2 | |
Adding actions
Diffstat (limited to 'notifier.go')
| -rw-r--r-- | notifier.go | 6 |
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 |
