Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppSyncEvent ¶
type ChatGptResult ¶
type ChatGptResult struct { MessageID string `json:"messageID" dynamo:"MessageID,hash"` // hash key User string `json:"user" dynamo:"User"` Input string `json:"input" dynamo:"Input"` Output string `json:"output" dynamo:"Output"` Createdat string `json:"createdat" dynamo:"Createdat,range"` // range key }
Click to show internal directories.
Click to hide internal directories.