mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-05 22:17:39 +03:00
Drop module.Version
We can just report versions in debug log now.
This commit is contained in:
parent
ec1fc28a82
commit
5507c9f58b
6 changed files with 2 additions and 25 deletions
|
@ -41,9 +41,6 @@ type Module interface {
|
|||
|
||||
// InstanceName method reports unique name of this module instance.
|
||||
InstanceName() string
|
||||
|
||||
// Module version. Reported in logs.
|
||||
Version() string
|
||||
}
|
||||
|
||||
// FuncNewModule is function that creates new instance of module with specified name.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue