Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserListSchema ¶
type UserListSchema struct {
Users []UserSchema `json:"users"`
}
func FromUsers ¶
func FromUsers(users []domains.User) UserListSchema
type UserSchema ¶
func FromUser ¶
func FromUser(user *domains.User) UserSchema
Click to show internal directories.
Click to hide internal directories.