MCPcopy
hub / github.com/docker/compose / newMonitor

Function newMonitor

pkg/compose/monitor.go:40–46  ·  view source on GitHub ↗
(apiClient client.APIClient, project string)

Source from the content-addressed store, hash-verified

38}
39
40func newMonitor(apiClient client.APIClient, project string) *monitor {
41 return &monitor{
42 apiClient: apiClient,
43 project: project,
44 services: map[string]bool{},
45 }
46}
47
48func (c *monitor) withServices(services []string) {
49 for _, name := range services {

Callers 2

LogsMethod · 0.85
UpMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected