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

Function NewIContainerService

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

Source from the content-addressed store, hash-verified

104}
105
106func NewIContainerService() IContainerService {
107 return &ContainerService{}
108}
109
110func (u *ContainerService) Page(req dto.PageContainer) (int64, interface{}, error) {
111 client, err := docker.NewDockerClient()

Callers 1

InstallCliMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected