MCPcopy Create free account
hub / github.com/deepflowio/deepflow / Acontainers

Function Acontainers

cli/ctl/agent_check.go:639–645  ·  view source on GitHub ↗
(response *agent.SyncResponse)

Source from the content-addressed store, hash-verified

637}
638
639func Acontainers(response *agent.SyncResponse) {
640 fmt.Println("containers:")
641 containers := response.GetContainers()
642 for index, container := range containers {
643 AJsonFormat(index+1, container)
644 }
645}
646
647func Aplugin(cmd *cobra.Command) {
648 conn := agentGetConn(cmd)

Callers

nothing calls this directly

Calls 2

AJsonFormatFunction · 0.85
GetContainersMethod · 0.45

Tested by

no test coverage detected