Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProfileInput ¶
type ProfileInput struct {
Name string `json:"name"`
}
type UserInput ¶
type UserInput struct {
ID string `json:"id"`
Profile *ProfileInput `json:"profile"`
Friends []*UserInput `json:"friends"`
}
Click to show internal directories.
Click to hide internal directories.