MCPcopy Index your code
hub / github.com/DoNewsCode/core / Module

Struct Module

otredis/module.go:10–13  ·  view source on GitHub ↗

Module is the registration unit for package core. It provides redis command.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected