Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FixBrandModel ¶
FixBrandModel returns fixed brand.
Types ¶
type Operation ¶
type Operation struct { Person string `csv:"PERSON"` RegAddress string `csv:"REG_ADDR_KOATUU"` RegCode int `csv:"OPER_CODE"` Reg string `csv:"OPER_NAME"` Date string `csv:"D_REG"` DepCode int32 `csv:"DEP_CODE"` Dep string `csv:"DEP"` Brand string `csv:"BRAND"` Model string `csv:"MODEL"` Vin string `csv:"VIN"` Year int16 `csv:"MAKE_YEAR"` Color string `csv:"COLOR"` Kind string `csv:"KIND"` Body string `csv:"BODY"` Purpose string `csv:"PURPOSE"` Fuel string `csv:"FUEL"` Capacity *int `csv:"CAPACITY"` OwnWeight *float64 `csv:"OWN_WEIGHT"` TotalWeight *float64 `csv:"TOTAL_WEIGHT"` Number string `csv:"N_REG_NEW"` }
Click to show internal directories.
Click to hide internal directories.