overflow_probe_container_ne.../service/StateService.go
crusader 900a5c42dd ing
2017-12-14 15:17:58 +09:00

9 lines
114 B
Go

package service
type StateService struct {
}
func (s *StateService) State() (bool, error) {
return true, nil
}