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.
Directories
¶
| Path | Synopsis |
|---|---|
|
Code generated by deep-gen.
|
Code generated by deep-gen. |
|
Package graph holds models whose types can reach themselves: directly, and through every reference kind the generator emits code for — pointers, slices of pointers, slices of values, maps of pointers and maps of values.
|
Package graph holds models whose types can reach themselves: directly, and through every reference kind the generator emits code for — pointers, slices of pointers, slices of values, maps of pointers and maps of values. |
|
Package multirun holds two types generated by two separate deep-gen runs over the same package — the documented workflow for splitting generation.
|
Package multirun holds two types generated by two separate deep-gen runs over the same package — the documented workflow for splitting generation. |
|
Package record holds a document shaped like one a handful of independent services would share: a row in a store, held as a serialized blob, whose fields are each owned by a different writer.
|
Package record holds a document shaped like one a handful of independent services would share: a row in a store, held as a serialized blob, whose fields are each owned by a different writer. |
|
Code generated by deep-gen.
|
Code generated by deep-gen. |
Click to show internal directories.
Click to hide internal directories.