Documentation ¶
Index ¶
- type Client
- func (c *Client) Create(user *users.User) (*users.User, error)
- func (c *Client) Delete(ID string) error
- func (c *Client) Get(userID string) (*users.User, error)
- func (c *Client) GetByEmail(email string) (*users.User, error)
- func (c *Client) List() ([]*users.User, error)
- func (c *Client) Update(ID string, u *users.User) (*users.User, error)
- func (c *Client) VerifyPassword(email, password string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
Client pb.UserServiceClient
}
Client ...
func (*Client) GetByEmail ¶
GetByEmail ...
func (*Client) VerifyPassword ¶
VerifyPassword ...
Click to show internal directories.
Click to hide internal directories.