MCPcopy Index your code
hub / github.com/dearcode/candy / Master

Struct Master

util/master.go:12–14  ·  view source on GitHub ↗

Master 连接master服务.

Source from the content-addressed store, hash-verified

10
11// Master 连接master服务.
12type Master struct {
13 client meta.MasterClient
14}
15
16// NewMaster 返回master client.
17func NewMaster(host string) (*Master, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected