MCPcopy
hub / github.com/purpleidea/mgmt / UserResAutoEdges

Struct UserResAutoEdges

engine/resources/user.go:485–488  ·  view source on GitHub ↗

UserResAutoEdges holds the state of the auto edge generator.

Source from the content-addressed store, hash-verified

483
484// UserResAutoEdges holds the state of the auto edge generator.
485type UserResAutoEdges struct {
486 UIDs []engine.ResUID
487 pointer int
488}
489
490// AutoEdges returns edges from the user resource to each group found in its
491// definition. The groups can be in any of the three applicable fields (GID,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected