initial
This commit is contained in:
commit
a42c8943fc
19 changed files with 553 additions and 0 deletions
10
model/message.go
Normal file
10
model/message.go
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
package model
|
||||
|
||||
import "time"
|
||||
|
||||
type Message struct {
|
||||
ID uint64
|
||||
Name string
|
||||
Text string
|
||||
Time time.Time
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue