Versions in this module Expand all Collapse all v2 v2.0.3 Jan 17, 2025 v2.0.2 Jan 16, 2025 v2.0.1 Oct 28, 2024 v2.0.0 Oct 7, 2024 Changes in this version + const Default + const IM + const Long + const LoopingAlarm + const LoopingAlarm10 + const LoopingAlarm2 + const LoopingAlarm3 + const LoopingAlarm4 + const LoopingAlarm5 + const LoopingAlarm6 + const LoopingAlarm7 + const LoopingAlarm8 + const LoopingAlarm9 + const LoopingCall + const LoopingCall10 + const LoopingCall2 + const LoopingCall3 + const LoopingCall4 + const LoopingCall5 + const LoopingCall6 + const LoopingCall7 + const LoopingCall8 + const LoopingCall9 + const Mail + const Reminder + const SMS + const Short + const Silent + var ErrorInvalidAudio error = errors.New("toast: invalid audio") + var ErrorInvalidDuration = errors.New("toast: invalid duration") + func SetActivationCallback(cb func(args string, data []UserData)) + func SetAppData(data AppData) error + type Action struct + Arguments string + Content string + InputID string + Type ActivationType + type ActivationType = string + const Foreground + const Protocol + type AppData = wintoast.AppData + type CropStyle = string + const CropStyleCircle + const CropStyleEmpty + const CropStyleSquare + type Input struct + ID string + Placeholder string + Selections []InputSelection + Title string + type InputSelection struct + Content string + ID string + type Notification struct + Actions []Action + ActivationArguments string + ActivationExe string + ActivationType ActivationType + AppID string + Audio toastAudio + Body string + Duration toastDuration + HeroIcon string + Icon string + IconBackgroundColor string + IconCrop CropStyle + Inputs []Input + Loop bool + Title string + func (n *Notification) Push() error + type UserData = wintoast.UserData Other modules containing this package git.sr.ht/~jackmordaunt/go-toast