package model type ResRecord struct { XAxis string `json:"x_axis,omitempty"` YAxis string `json:"y_axis,omitempty"` }