MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / List

Method List

agent/app/service/container.go:58–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56type 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)

Callers 2

LoadStatusMethod · 0.65
pullImagesFunction · 0.65

Implementers 1

ContainerServiceagent/app/service/container.go

Calls

no outgoing calls

Tested by

no test coverage detected