We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2f5a9d + b446ed1 commit 031775eCopy full SHA for 031775e
1 file changed
client.go
@@ -226,6 +226,7 @@ func (c *Client) Reconnect() error {
226
return nil
227
}
228
229
+// Runtime returns the name of the runtime being used
230
func (c *Client) Runtime() string {
231
return c.runtime
232
0 commit comments