Directories
¶
| Path | Synopsis |
|---|---|
|
basics
|
|
|
map
command
Example shows how to reflect over a map of struct type values.
|
Example shows how to reflect over a map of struct type values. |
|
pointer
command
Example shows how to reflect over a struct type pointer.
|
Example shows how to reflect over a struct type pointer. |
|
slice
command
Example shows how to reflect over a slice of struct type values.
|
Example shows how to reflect over a slice of struct type values. |
|
struct
command
Example shows how to reflect over a struct type value.
|
Example shows how to reflect over a struct type value. |
|
inspect
|
|
|
integer
command
Example shows how reflection provides integrity.
|
Example shows how reflection provides integrity. |
|
struct
command
Example shows how reflection provides readability and simplicity.
|
Example shows how reflection provides readability and simplicity. |
|
interface
|
|
|
map
command
Example shows how to reflect over a map of struct type values that are stored inside an interface value.
|
Example shows how to reflect over a map of struct type values that are stored inside an interface value. |
|
pointer
command
Example shows how to reflect over a struct type pointer that is stored inside an interface value.
|
Example shows how to reflect over a struct type pointer that is stored inside an interface value. |
|
slice
command
Example shows how to reflect over a slice of struct type values that are stored inside an interface value.
|
Example shows how to reflect over a slice of struct type values that are stored inside an interface value. |
|
struct
command
Example shows how to reflect over a struct type value that is stored inside an interface value.
|
Example shows how to reflect over a struct type value that is stored inside an interface value. |
Click to show internal directories.
Click to hide internal directories.