- abstract type - http, tcp, icmp & dns monitor types - unmarshal from json into any monitor type
7 lines
114 B
Go
7 lines
114 B
Go
package cachet
|
|
|
|
type MessageTemplate struct {
|
|
Subject string `json:"subject"`
|
|
Message string `json:"message"`
|
|
}
|