diff --git a/client.go b/client.go index b89651234..0c37833c5 100644 --- a/client.go +++ b/client.go @@ -226,6 +226,7 @@ func (c *Client) Reconnect() error { return nil } +// Runtime returns the name of the runtime being used func (c *Client) Runtime() string { return c.runtime }