Files
cachet-monitor/template.go
Matej Kramny 36bf228599 a compiling proof of concept
- abstract type
- http, tcp, icmp & dns monitor types
- unmarshal from json into any monitor type
2017-02-04 18:23:53 -08:00

7 lines
114 B
Go

package cachet
type MessageTemplate struct {
Subject string `json:"subject"`
Message string `json:"message"`
}