Versions in this module Expand all Collapse all v1 v1.0.0 Jul 17, 2023 Changes in this version + 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)