overflow_probes/service/LogService.go

9 lines
96 B
Go
Raw Normal View History

2017-12-04 11:59:51 +00:00
package service
type LogService struct {
}
func (ls *LogService) Send() error {
2017-12-05 10:02:58 +00:00
return nil
2017-12-04 11:59:51 +00:00
}