Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
TheBarkAlertMaster = NewBarkAlertMaster()
)
Functions ¶
func EscapeString ¶
Types ¶
type BarkAlertMaster ¶
type BarkAlertMaster struct { }
func NewBarkAlertMaster ¶
func NewBarkAlertMaster() *BarkAlertMaster
func (*BarkAlertMaster) SendAlert ¶
func (m *BarkAlertMaster) SendAlert(id, title, content string) error
type BarkAlertService ¶
type BarkAlertService struct {
ID string
}
func NewBarkAlertService ¶
func NewBarkAlertService(id string) *BarkAlertService
func (*BarkAlertService) SendAlert ¶
func (b *BarkAlertService) SendAlert(title, content string) error
Click to show internal directories.
Click to hide internal directories.