Files
evening_detective/internal/models/action.go
T
2025-05-17 04:36:06 +07:00

8 lines
77 B
Go

package models
type Action struct {
ID string
To string
Time int64
}