Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type UserClient ¶
type UserClient struct { }
func (*UserClient) CreateUpdateUser ¶
func (uc *UserClient) CreateUpdateUser(user UserWithDetails, c *context.Context, method string) (string, error)
func (*UserClient) GetUserDetails ¶
func (uc *UserClient) GetUserDetails(id string, c *context.Context) (*UserDetails, error)
type UserDetails ¶
type UserWithDetails ¶
type UserWithDetails struct { User UserDetails }
Click to show internal directories.
Click to hide internal directories.