package
Version:
v0.0.0-...-6cdb919
Opens a new window with list of versions in this module.
Published: Aug 26, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ApplicationRegion struct {
ID uint
ApplicationID uint `gorm:"uniqueIndex:idx_application_environment"`
EnvironmentName string `gorm:"uniqueIndex:idx_application_environment"`
RegionName string
CreatedAt time.Time
UpdatedAt time.Time
CreatedBy uint
UpdatedBy uint
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.