Versions in this module Expand all Collapse all v1 v1.2.0-pre Jun 6, 2024 v1.1.5 Aug 23, 2024 Changes in this version + var ProcWatchInterval = time.Second + func HandShake() plugin.HandshakeConfig + func Load(filename string, ctx context.Context) (vm.Plugin, error) + func Subscribe(key interface{}) <-chan string + func UnSubscribe(key interface{}) + type Satellite interface + Call func(ctx context.Context, module vm.Module, function string, inputs []uint64) ([]uint64, error) + Close func() error + Meta func(context.Context) (*proto.Metadata, error) + Symbols func(context.Context) ([]vm.FunctionDefinition, error)