package
Version:
v0.0.0-...-045d1f4
Opens a new window with list of versions in this module.
Published: Jan 11, 2024
License: MIT, MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Msg struct {
Id int64 `xorm:"bigint pk autoincr" gorm:"primary_key"`
Msg string `xorm:"varchar(128) unique" gorm:"type:varchar(128);unique_index"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.