Module is the registration unit for package core. It provides redis command.
| 8 | |
| 9 | // Module is the registration unit for package core. It provides redis command. |
| 10 | type Module struct { |
| 11 | maker Maker |
| 12 | logger log.Logger |
| 13 | } |
| 14 | |
| 15 | // ModuleIn contains the input parameters needed for creating the new module. |
| 16 | type ModuleIn struct { |
nothing calls this directly
no outgoing calls
no test coverage detected