MCPcopy Create free account
hub / github.com/foxcpp/maddy / Group

Struct Group

internal/modify/group.go:39–42  ·  view source on GitHub ↗

Group wraps multiple modifiers and runs them serially. It is also registered as a module under 'modifiers' name and acts as a module group.

Source from the content-addressed store, hash-verified

37 // It is also registered as a module under 'modifiers' name and acts as a
38 // module group.
39 Group struct {
40 instName string
41 Modifiers []module.Modifier
42 }
43
44 groupState struct {
45 states []module.ModifierState

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected