Documentation
¶
Overview ¶
Code generated by deep-gen. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Detail ¶
type User ¶
type User struct {
ID int `json:"id"`
Name string `json:"full_name"`
Info Detail `json:"info"`
Roles []string `json:"roles"`
Score map[string]int `json:"score"`
Bio crdt.Text `json:"bio"`
// contains filtered or unexported fields
}
func (*User) AgePtr ¶
AgePtr returns a pointer to the unexported age field for use in path selectors.
Click to show internal directories.
Click to hide internal directories.