overflow_probe_container_ne.../service/StateService.go

9 lines
114 B
Go
Raw Normal View History

2017-12-14 06:17:58 +00:00
package service
type StateService struct {
}
func (s *StateService) State() (bool, error) {
return true, nil
}