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
commit 031775ee5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}