Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HoldsVeryNestedStructs ¶
type HoldsVeryNestedStructs struct { FieldA float32 FieldB uint `json:"fieldB" validator:"required"` FieldC SomeNestedStruct }
This struct holds some nested structs @Deprecated This comment should not be included in the description
type ImportedWithCustomAlias ¶
type ImportedWithDot ¶
type SomeNestedStruct ¶
type SomeNestedStruct struct { FieldA int // This is field B FieldB SomeVeryNestedStruct }
type SomeVeryNestedStruct ¶
type StringAlias ¶
type StringAlias string
Click to show internal directories.
Click to hide internal directories.