package
Version:
v0.0.0-...-6a6d9c6
Opens a new window with list of versions in this module.
Published: Sep 24, 2019
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Carpark struct {
gorm.Model
Number string `gorm:"primary_key;unique_index"`
Address string `gorm:"not null"`
Latitude float64 `gorm:"not null"`
Longitude float64 `gorm:"not null"`
TotalLots int `gorm:"not null"`
AvailableLots int `gorm:"not null;index:availableLots"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.