Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
106
func
NewIContainerService() IContainerService {
107
return
&ContainerService{}
108
}
109
110
func
(u *ContainerService) Page(req dto.PageContainer) (int64,
interface
{}, error) {
111
client, err := docker.NewDockerClient()
Callers
1
InstallCli
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected