package
Version:
v0.0.0-...-5571568
Opens a new window with list of versions in this module.
Published: Aug 14, 2024
License: Unlicense
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 WallMessage struct {
ID uint `json:"id" gorm:"primary_key"`
Username string `json:"username" binding:"required"`
Message string `json:"message" binding:"required"`
CreationTimestamp time.Time `json:"creationTimestamp"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.