Document the Runtime public method

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
Davanum Srinivas 2021-03-12 10:29:04 -05:00
parent a2f5a9d43a
commit b446ed1ca8
No known key found for this signature in database
GPG Key ID: 80D83A796103BF59

View File

@ -226,6 +226,7 @@ func (c *Client) Reconnect() error {
return nil return nil
} }
// Runtime returns the name of the runtime being used
func (c *Client) Runtime() string { func (c *Client) Runtime() string {
return c.runtime return c.runtime
} }