Versions in this module Expand all Collapse all v0 v0.0.3 Sep 22, 2022 Changes in this version + type Client struct + func (c *Client) Close() error + func (c *Client) Connect(addr string, params map[string]interface{}) (bool, error) + func (c *Client) Invoke(method string, req goja.Value, params map[string]interface{}) (*grpcext.Response, error) + func (c *Client) Load(importPaths []string, filenames ...string) ([]MethodInfo, error) + type MethodInfo struct + FullMethod string + Package string + Service string + type ModuleInstance struct + func (mi *ModuleInstance) Exports() modules.Exports + func (mi *ModuleInstance) NewClient(call goja.ConstructorCall) *goja.Object + type RootModule struct + func New() *RootModule + func (*RootModule) NewModuleInstance(vu modules.VU) modules.Instance