Searched refs:NewAuthFromAuthClient (Results 1 – 9 of 9) sorted by relevance
49 c.Auth = clientv3.NewAuthFromAuthClient(a, c)
53 c.Auth = clientv3.NewAuthFromAuthClient(a, c)
127 func NewAuthFromAuthClient(remote pb.AuthClient, c *Client) Auth { func