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

Function AskipInterface

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

Source from the content-addressed store, hash-verified

605}
606
607func AskipInterface(response *agent.SyncResponse) {
608 fmt.Println("SkipInterface:")
609 for index, skipInterface := range response.GetSkipInterface() {
610 AJsonFormat(index+1, fmt.Sprintf("mac: %s", Uint64ToMac(skipInterface.GetMac())))
611 }
612}
613
614func AGRPCCustomAppConfig(response *agent.SyncResponse) {
615 fmt.Println(string(response.GetCustomAppConfig().GetConfigs()))

Callers

nothing calls this directly

Calls 3

AJsonFormatFunction · 0.85
Uint64ToMacFunction · 0.70
GetSkipInterfaceMethod · 0.45

Tested by

no test coverage detected