package
Version:
v0.0.0-...-d3191e8
Opens a new window with list of versions in this module.
Published: Jun 1, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Host struct {
ID uint `gorm:"primaryKey;autoIncrementIncrement:true"`
Name string `gorm:"uniqueIndex"`
IP string `gorm:"unique"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.