web/models/worker.go
2025-07-14 19:24:36 +02:00

7 lines
80 B
Go

package models
type Worker struct {
Id int64
Name string
Token string
}