feat: added ticket model
This commit is contained in:
10
internal/models/models.go
Normal file
10
internal/models/models.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package models
|
||||
|
||||
import "time"
|
||||
|
||||
type Ticket struct {
|
||||
ID int64
|
||||
Attributes map[string]float64
|
||||
Tags map[string]float64
|
||||
CreatedAt time.Time
|
||||
}
|
||||
Reference in New Issue
Block a user