()
| 56 | type IContainerService interface { |
| 57 | Page(req dto.PageContainer) (int64, interface{}, error) |
| 58 | List() []dto.ContainerOptions |
| 59 | ListByImage(imageName string) []dto.ContainerOptions |
| 60 | LoadStatus() (dto.ContainerStatus, error) |
| 61 | PageNetwork(req dto.SearchWithPage) (int64, interface{}, error) |
no outgoing calls
no test coverage detected