------------------------------------------------------------------------------------------
| 8 | // ------------------------------------------------------------------------------------------ |
| 9 | |
| 10 | type GoModule struct { |
| 11 | *Module |
| 12 | Ctx RegisterCtx |
| 13 | } |
| 14 | |
| 15 | func NewGoModule(name string, doc string, self interface{}) (mod GoModule, err error) { |
| 16 |
nothing calls this directly
no outgoing calls
no test coverage detected