Files
Foundry-Scrapping-API/internal/foundry/temp_models/db/ownership.go

17 lines
170 B
Go

package db
type Ownership struct {
ID uint
Player string
Trusted string
Assistant string
}
type OwnershipString struct {
ID uint
Key string
Value int
}