MCPcopy Create free account
hub / github.com/djherbis/socket / Message

Struct Message

example/main.go:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type Message struct {
11 Test string `json:"test"`
12}
13
14func main() {
15 server := socket.NewServer()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected