Versions in this module Expand all Collapse all v0 v0.2.0 Jul 8, 2026 Changes in this version + const FormatTypeBanner + const FormatTypeDirect + const FormatTypeNative + const FormatTypeProxy + const FormatTypeVideo + type Format struct + Active types.ActiveStatus + Codename string + Config gosql.NullableJSON[types.FormatConfig] + CreatedAt time.Time + DeletedAt gorm.DeletedAt + Description string + Height int + ID uint64 + MinHeight int + MinWidth int + Title string + Type string + UpdatedAt time.Time + Width int + func (f *Format) IsFixed() bool + func (f *Format) IsStretch() bool + func (f *Format) RBACResourceName() string + func (f *Format) TableName() string + func (f Format) IsBanner() bool + func (f Format) IsDirect() bool + func (f Format) IsNative() bool + func (f Format) IsProxy() bool + func (f Format) IsVideo() bool