MCPcopy Create free account
hub / github.com/OpenListTeam/OpenList / Http

Struct Http

internal/message/http.go:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type Http struct {
12 Received chan string // received messages from web
13 ToSend chan Message // messages to send to web
14}
15
16type Req struct {
17 Message string `json:"message" form:"message"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected