Files
work_cation/models/history.go
T

7 lines
98 B
Go

package models
type History struct {
UUID string `json:"uuid"`
Vars []string `json:"vars"`
}