We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730e766 commit 8d3a13dCopy full SHA for 8d3a13d
handlers/gemini.go
@@ -20,8 +20,11 @@ type Snippet struct {
20
Title string `json:"title"`
21
Category string `json:"category"`
22
Content string `json:"content"`
23
- DateTime time.Time `json:"dateTime"`
24
- Notes string `json:"notes"`
+ DateTime time.Time `json:"date"`
+ Notes string `json:"customNotes"`
25
+ Type string `json:"type"`
26
+ Source string `json:"source"`
27
+ ID string `json:"id"`
28
}
29
30
func GeminiHandler(w http.ResponseWriter, r *http.Request) {
0 commit comments