MCPcopy Create free account
hub / github.com/dearcode/candy / Master

Struct Master

master/server.go:14–17  ·  view source on GitHub ↗

Master process gate request.

Source from the content-addressed store, hash-verified

12
13// Master process gate request.
14type Master struct {
15 host string
16 idAllocator *idAllocator
17}
18
19// NewMaster create new Master.
20func NewMaster(host string) *Master {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected