Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIRequestable ¶
type UserRequest ¶
type UserRequest struct { Username string `json:"username"` Email string `json:"email"` FirstName string `json:"firstname"` LastName string `json:"lastname"` }
func (*UserRequest) ToBytes ¶
func (u *UserRequest) ToBytes() ([]byte, error)
type UserResponse ¶
Click to show internal directories.
Click to hide internal directories.