Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompanyModel ¶
type CompanyModel struct { gorm.Model ID string `gorm:"primarykey"` Name string OwnerID string TaxNumber string LocationID uint }
func (CompanyModel) TableName ¶
func (CompanyModel) TableName() string
type CountryModel ¶
func (CountryModel) TableName ¶
func (CountryModel) TableName() string
type EndpointDTO ¶
type FranchiseModel ¶
type FranchiseModel struct { gorm.Model ID string `gorm:"primarykey"` CompanyID string Title string SiteName string Description string Image string URL string Protocol string DomainJumps int ServerNames pq.StringArray `gorm:"type:text[]"` DomainCreationDate string DomainExpirationDate string RegistrantName string ContactEmail string LocationID uint }
func (FranchiseModel) TableName ¶
func (FranchiseModel) TableName() string
type HTMLDataDTO ¶
type LocationModel ¶
func (LocationModel) TableName ¶
func (LocationModel) TableName() string
type PendingFranchizeModel ¶
func (PendingFranchizeModel) TableName ¶
func (PendingFranchizeModel) TableName() string
type ProtocolAndJumpsDTO ¶
type SSLLabsResponseDTO ¶
type SSLLabsResponseDTO struct { Host string `json:"host"` Port int `json:"port"` Protocol string `json:"protocol"` Endpoints []EndpointDTO `json:"endpoints"` }
type ScrapDTO ¶
type ScrapDTO struct { HTMLData HTMLDataDTO ProtocolAndJumpsDTO WhoisData whoisparser.WhoisInfo }
Click to show internal directories.
Click to hide internal directories.