add request command

This commit is contained in:
Dustin Pianalto
2021-01-24 22:57:55 -09:00
parent 715af8c1bc
commit 22fd99c673
9 changed files with 115 additions and 2 deletions
+5 -2
View File
@@ -1,10 +1,13 @@
package geeksbot
import "database/sql"
import (
"database/sql"
"time"
)
type Message struct {
ID string
CreatedAt int64
CreatedAt time.Time
ModifiedAt sql.NullTime
Content string
PreviousContent []string