Versions in this module Expand all Collapse all v0 v0.2.0 Jul 8, 2026 Changes in this version + type Zone struct + AccountID uint64 + Active types.ActiveStatus + AllowedFormats gosql.NullableStringArray + AllowedSources gosql.NullableOrderedNumberArray[uint64] + AllowedTypes gosql.NullableOrderedNumberArray[uint64] + Campaigns gosql.NullableOrderedNumberArray[uint64] + Codename string + Context gosql.NullableJSON[map[string]any] + CreatedAt time.Time + DefaultCode gosql.NullableJSON[map[string]string] + DeletedAt gorm.DeletedAt + Description string + DisallowedSources gosql.NullableOrderedNumberArray[uint64] + FixedPurchasePrice float64 + ID uint64 + MinECPM float64 + MinECPMByGeo gosql.NullableJSON[map[string]float64] + Status types.ApproveStatus + Title string + Type types.ZoneType + UpdatedAt time.Time + func (z *Zone) BeforeCreate(tx *gorm.DB) error + func (z *Zone) GetAccountID() uint64 + func (z *Zone) RBACResourceName() string + func (z *Zone) RevenueShare() float64 + func (z *Zone) TableName() string