From aff18d82db57d7edb8175cecbcf6e9426742db41 Mon Sep 17 00:00:00 2001 From: talksik Date: Tue, 14 Apr 2026 10:59:53 -0700 Subject: [PATCH] format --- go/internal/particle/firestore_types.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/go/internal/particle/firestore_types.go b/go/internal/particle/firestore_types.go index 70e21e2..fd93ff1 100644 --- a/go/internal/particle/firestore_types.go +++ b/go/internal/particle/firestore_types.go @@ -46,10 +46,10 @@ type FirestoreStreamParticle struct { CreatedByHumanId string `firestore:"created_by_human_id"` Type string `firestore:"type"` Status string `firestore:"status"` - CreatedAt time.Time `firestore:"created_at,serverTimestamp"` - LastChildCreatedAt *time.Time `firestore:"last_child_created_at,omitempty"` - VisibleTo []string `firestore:"visible_to"` - PlaybackMarkers map[string]time.Time `firestore:"playback_markers,omitempty"` - UpdatedAt *time.Time `firestore:"updated_at,omitempty"` - HuddleActiveParticipants []string `firestore:"huddle_active_participants,omitempty"` + CreatedAt time.Time `firestore:"created_at,serverTimestamp"` + LastChildCreatedAt *time.Time `firestore:"last_child_created_at,omitempty"` + VisibleTo []string `firestore:"visible_to"` + PlaybackMarkers map[string]time.Time `firestore:"playback_markers,omitempty"` + UpdatedAt *time.Time `firestore:"updated_at,omitempty"` + HuddleActiveParticipants []string `firestore:"huddle_active_participants,omitempty"` }