You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

21 lines
290 B

package pgc
// ParamStyle .
type ParamStyle struct {
Name string `json:"name"`
StyleID int `json:"style_id"`
}
// StyleRes .
type StyleRes struct {
ID int
Style string
Category int
}
// LabelRes .
type LabelRes struct {
Name string
Value int
Category int
}