Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Record ¶
type Record struct {
Field1 string `json:field1`
Field2 string `json:field2`
Field3 string `json:field3`
Field4 string `json:field4`
Field5 string `json:field5`
Field6 string `json:field6`
Field7 string `json:field7`
Field8 string `json:field8`
Field9 string `json:field9`
Field10 string `json:field10`
Field11 string `json:field11`
Field12 string `json:field12`
Field13 int `json:field13`
Field14 float64 `json:field14`
Field15 bool `json:field15`
}
Click to show internal directories.
Click to hide internal directories.