MCPcopy
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
21func NewDockerService() *DockerService {
22 return &DockerService{}
23}
24
25func (docker *DockerService) Init() error {
26 client, err := client.NewClientWithOpts(client.FromEnv)

Callers 3

TestUserControllerFunction · 0.92
TestProxyControllerFunction · 0.92
initServicesMethod · 0.92

Calls

no outgoing calls

Tested by 2

TestUserControllerFunction · 0.74
TestProxyControllerFunction · 0.74