speed-tester/models/error.go

9 lines
122 B
Go

package models
type Error struct {
ID uint64
CreationDate string
Detail string
Error string
}