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

Function exportCurrentGroups

tui/group.go:351–364  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

349}
350
351func exportCurrentGroups() {
352 if groups == nil {
353 updateLog("An object was not queried yet", "red")
354 return
355 }
356
357 exportMap := make(map[string]any)
358 exportMap["Groups"] = groups
359 exportMap["DN"] = objectDN
360 exportMap["Query"] = queryObject
361 exportMap["MaxDepth"] = maxDepth
362
363 writeDataExport(exportMap, "groups", "object_groups")
364}
365
366func exportCurrentMembers() {
367 if members == nil {

Callers 1

groupsKeyHandlerFunction · 0.85

Calls 2

updateLogFunction · 0.85
writeDataExportFunction · 0.85

Tested by

no test coverage detected