MCPcopy Create free account
hub / github.com/LockGit/gochat / New

Function New

api/chat.go:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27func New() *Chat {
28 return &Chat{}
29}
30
31//api server,Also, you can use gin,echo ... framework wrap
32func (c *Chat) Run() {

Callers 1

mainFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected