Skip to content

Commit b446ed1

Browse files
committed
Document the Runtime public method
Signed-off-by: Davanum Srinivas <[email protected]>
1 parent a2f5a9d commit b446ed1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

client.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ func (c *Client) Reconnect() error {
226226
return nil
227227
}
228228

229+
// Runtime returns the name of the runtime being used
229230
func (c *Client) Runtime() string {
230231
return c.runtime
231232
}

0 commit comments

Comments
 (0)