mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-06 06:27:38 +03:00
Rename modules and introduce namespace-aware module name lookups
See #248.
This commit is contained in:
parent
4ea9f1eef7
commit
03d9e52627
44 changed files with 184 additions and 123 deletions
|
@ -175,5 +175,6 @@ func (s *SQL) SetKey(k, v string) error {
|
|||
}
|
||||
|
||||
func init() {
|
||||
module.Register("sql_query", NewSQL)
|
||||
module.RegisterDeprecated("sql_query", "table.sql_query", NewSQL)
|
||||
module.Register("table.sql_query", NewSQL)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue