a compiling proof of concept
- abstract type - http, tcp, icmp & dns monitor types - unmarshal from json into any monitor type
This commit is contained in:
6
template.go
Normal file
6
template.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package cachet
|
||||
|
||||
type MessageTemplate struct {
|
||||
Subject string `json:"subject"`
|
||||
Message string `json:"message"`
|
||||
}
|
||||
Reference in New Issue
Block a user