From b446ed1ca8f6e72b19393d3beb8258dda76aae30 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Fri, 12 Mar 2021 10:29:04 -0500 Subject: [PATCH] Document the Runtime public method Signed-off-by: Davanum Srinivas --- client.go | 1 + 1 file changed, 1 insertion(+) 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 }