Files
cachet-monitor/icmp.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

4 lines
42 B
Go

package cachet
type ICMPMonitor struct{}