Private
Public Access
1
0

Ensure all dates returned are ISO8601

This commit is contained in:
James Magahern
2024-01-05 16:26:19 -08:00
parent a8043e53b3
commit 831636216d
8 changed files with 53 additions and 24 deletions

View File

@@ -2,7 +2,6 @@ package server
import (
"sort"
"time"
"code.severnaya.net/kordophone-mock/v2/data"
"code.severnaya.net/kordophone-mock/v2/model"
@@ -28,7 +27,7 @@ type Server struct {
type MessagesQuery struct {
ConversationGUID string
BeforeDate *time.Time
BeforeDate *model.Date
AfterGUID *string
BeforeGUID *string
Limit *int