This commit is contained in:
Shivaram Lingamneni
2020-07-20 04:28:17 -04:00
parent a4343bf77d
commit e827bc0f9c
3 changed files with 50 additions and 6 deletions
+1 -2
View File
@@ -7,8 +7,7 @@ import (
"time"
)
// Selector represents a parameter to a CHATHISTORY command;
// at most one of Msgid or Time may be nonzero
// Selector represents a parameter to a CHATHISTORY command
type Selector struct {
Msgid string
Time time.Time