MCPcopy Create free account
hub / github.com/goplus/py / GoModule

Struct GoModule

gomodule.go:10–13  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

8// ------------------------------------------------------------------------------------------
9
10type GoModule struct {
11 *Module
12 Ctx RegisterCtx
13}
14
15func NewGoModule(name string, doc string, self interface{}) (mod GoModule, err error) {
16

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected