package
Version:
v0.10.8
Opens a new window with list of versions in this module.
Published: Oct 21, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Enabled bool `koanf:"enabled"`
}
type Message struct {
ID uint `gorm:"primarykey" json:"id"`
CreatedAt time.Time `json:"created_at"`
DeletedAt gorm.DeletedAt `gorm:"index" json:"deleted_at"`
Addr string `json:"addr"`
Text string `json:"text"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.