package
Version:
v0.0.0-...-f0fde04
Opens a new window with list of versions in this module.
Published: Jan 6, 2025
License: AGPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type FeedSource struct {
FeedTypeID string `gorm:"primaryKey"`
URL string
Game amqp.Game `gorm:"primaryKey"`
Locale amqp.Language `gorm:"primaryKey"`
LastUpdate time.Time `gorm:"not null; default:current_timestamp"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.