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

8 lines
56 B
Go

package db
type Style struct {
ID uint
Src string
}