Documentation ¶
Index ¶
- type Client
- func (c *Client) GetIsvFromUser(ctx context.Context, userId string) (*pb.User, error)
- func (c *Client) GetRoleUsers(ctx context.Context, roleIds []string) ([]*pb.User, error)
- func (c *Client) GetUser(ctx context.Context, userId string) (*pb.User, error)
- func (c *Client) GetUserGroupPath(ctx context.Context, userId string) (string, error)
- func (c *Client) GetUsers(ctx context.Context, userIds []string) ([]*pb.User, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
pb.AccountManagerClient
}
func (*Client) GetIsvFromUser ¶
func (*Client) GetRoleUsers ¶
func (*Client) GetUserGroupPath ¶
Click to show internal directories.
Click to hide internal directories.