mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-05 22:17:39 +03:00
Rework config directives iteration
Create more high-level wrapper (config.Map) instead of walking syntax tree directly.
This commit is contained in:
parent
9c27d4416f
commit
84d150a00f
12 changed files with 590 additions and 352 deletions
|
@ -39,4 +39,4 @@ type Module interface {
|
|||
}
|
||||
|
||||
// FuncNewModule is function that creates new instance of module with specified name.
|
||||
type FuncNewModule func(name string, globalCfg map[string][]string, cfg config.Node) (Module, error)
|
||||
type FuncNewModule func(name string, globalCfg map[string]config.Node, cfg config.Node) (Module, error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue