Files
2026-01-17 14:11:14 +00:00

8 lines
108 B
Go

package models
import "github.com/google/uuid"
type Log struct {
WorkerID uuid.UUID `json:"worker_id"`
}