jobs-monorepo/internal/pkg/domain/google-link.go
Elshimy Ziad Magdy Taha a195d3b8fe google scraper
2025-12-15 10:26:52 +05:00

9 lines
142 B
Go

package domain
type GoogleLink struct {
ID int64
Title string
Description string
Link string
CompanyName string
}