MCPcopy Create free account
hub / github.com/Macmod/godap / exportCurrentMembers

Function exportCurrentMembers

tui/group.go:366–379  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

364}
365
366func exportCurrentMembers() {
367 if members == nil {
368 updateLog("An object was not queried yet", "red")
369 return
370 }
371
372 exportMap := make(map[string]any)
373 exportMap["Members"] = members
374 exportMap["DN"] = groupDN
375 exportMap["Query"] = queryGroup
376 exportMap["MaxDepth"] = maxDepth
377
378 writeDataExport(exportMap, "members", "group_members")
379}
380
381func groupsKeyHandler(event *tcell.EventKey) *tcell.EventKey {
382 row, col := groupsPanel.GetSelection()

Callers 1

membersKeyHandlerFunction · 0.85

Calls 2

updateLogFunction · 0.85
writeDataExportFunction · 0.85

Tested by

no test coverage detected