Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coderabbit214/document-ai
/ Message
Struct
Message
pkg/api/chat.go:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
)
11
12
type
Message
struct
{
13
Id string `json:
"id"
`
14
Text string `json:
"content"
`
15
}
16
17
func
chat(c *gin.Context) {
18
var
message Message
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected