Skip to content

Commit 031775e

Browse files
authored
Merge pull request #5179 from dims/document-the-runtime-public-method
Document the Runtime public method
2 parents a2f5a9d + b446ed1 commit 031775e

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)