Skip to content

Commit

Permalink
Merge pull request #5179 from dims/document-the-runtime-public-method
Browse files Browse the repository at this point in the history
Document the Runtime public method
  • Loading branch information
dmcgowan committed Mar 12, 2021
2 parents a2f5a9d + b446ed1 commit 031775e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 031775e

Please sign in to comment.