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

Struct Server

connect/server.go:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16)
17
18type Server struct {
19 Buckets []*Bucket
20 Options ServerOptions
21 bucketIdx uint32
22 operator Operator
23}
24
25type ServerOptions struct {
26 WriteWait time.Duration

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected