modgo library - modrpc/info GitHub Wiki

The ModGo library consists of Go functions used for access ModGo functionality. For users of ModGo, these are the functions to be called inside ModGo module definitions. However, users can also develop a pure Go program to to control ModGo runtime.

Resource Creation

Resource Access

  • Property access
func MG_PropSet()
func MG_PropGet()
  • Function call
func MG_FuncCall()
  • Event access
func MG_EventPublish()