Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LockGit/gochat
/ Chat
Struct
Chat
api/chat.go:24–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
)
23
24
type
Chat
struct
{
25
}
26
27
func
New() *Chat {
28
return
&Chat{}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected