Versions in this module Expand all Collapse all v0 v0.2.0 Aug 20, 2024 v0.1.0 Aug 20, 2024 Changes in this version + type Client struct + func (c *Client) Authenticate(spn string) (Token, error) + type ModuleInstance struct + func (mi *ModuleInstance) Exports() modules.Exports + type RootModule struct + func New() *RootModule + func (*RootModule) NewModuleInstance(vu modules.VU) modules.Instance + type Token string + func (t Token) NegotiateHeader() string