Merge pull request #5179 from dims/document-the-runtime-public-method

Document the Runtime public method
This commit is contained in:
Derek McGowan
2021-03-12 08:20:16 -08:00
committed by GitHub

View File

@@ -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
}