Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FirestoreEvent ¶
type FirestoreEvent struct { OldValue firestore.Document `json:"oldValue"` Value firestore.Document `json:"value"` UpdateMask struct { FieldPaths []string `json:"fieldPaths"` } `json:"updateMask"` }
Click to show internal directories.
Click to hide internal directories.