Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Version() #175

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

MarcinKonowalczyk
Copy link

Exposed the 'version' call from ping as a method on Client

@MarcinKonowalczyk MarcinKonowalczyk changed the title Feature/version Add Version() Apr 7, 2024
@MarcinKonowalczyk
Copy link
Author

@bradfitz bump, although you do seem like a busy person.. 🤷‍♀️

@@ -712,6 +717,19 @@ func (c *Client) Ping() error {
return c.selector.Each(c.ping)
}

func (c *Client) Version() (map[string]string, error) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this needs docs.

// Version returns ...

And what's the map keyed by?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants