overflow_discovery/service/ContainerService.go

10 lines
124 B
Go
Raw Normal View History

2017-12-08 12:02:05 +00:00
package service
type ContainerService struct {
}
func (cs *ContainerService) State() (bool, error) {
return true, nil
}