Documentation
¶
Overview ¶
Package sample contains test data.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestSampleStruct ¶
type TestSampleStruct struct {
SimpleFloat64 float64 `json:"simple_float64"`
SimpleBool bool `json:"simple_bool"`
Sub TestSubStruct `json:"sub"`
SubSlice []TestSubStruct `json:"sub_slice"`
AnonTypeStruct struct {
FieldOne int `json:"int"`
} `json:"anon_type_struct"`
}
TestSampleStruct is a test structure.
type TestSubStruct ¶
type TestSubStruct struct {
SubInt int `json:"sample_int"`
}
TestSubStruct is a test structure.
Click to show internal directories.
Click to hide internal directories.