Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinyauthapp/tinyauth
/ NewDockerService
Function
NewDockerService
internal/service/docker_service.go:21–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
}
20
21
func
NewDockerService() *DockerService {
22
return
&DockerService{}
23
}
24
25
func
(docker *DockerService) Init() error {
26
client, err := client.NewClientWithOpts(client.FromEnv)
Callers
3
TestUserController
Function · 0.92
TestProxyController
Function · 0.92
initServices
Method · 0.92
Calls
no outgoing calls
Tested by
2
TestUserController
Function · 0.74
TestProxyController
Function · 0.74