Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
type
Message
struct
{
11
Test string `json:
"test"
`
12
}
13
14
func
main() {
15
server := socket.NewServer()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected