Skip to content

Commit

Permalink
more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vikstrous committed Apr 21, 2024
1 parent 7fc5568 commit 6c4bf2e
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 @@ -13,6 +13,7 @@ func (c *Client) Close() {
c.Client.Close()
}

// NewLazyClient is equivalent to Dial, but doesn't conect to the server until necessary.
func NewLazyClient(opts client.Options) (*Client, error) {
namespace := client.DefaultNamespace
if opts.Namespace != "" {
Expand Down

0 comments on commit 6c4bf2e

Please sign in to comment.