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