7 lines
98 B
Go
7 lines
98 B
Go
package models
|
|
|
|
type History struct {
|
|
UUID string `json:"uuid"`
|
|
Vars []string `json:"vars"`
|
|
}
|