15 lines
176 B
Go
15 lines
176 B
Go
package service
|
|
|
|
type ProbeService struct {
|
|
}
|
|
|
|
func (ps *ProbeService) Start() error {
|
|
|
|
}
|
|
func (ps *ProbeService) Stop() error {
|
|
|
|
}
|
|
func (ps *ProbeService) Update() error {
|
|
|
|
}
|