Master 连接master服务.
| 10 | |
| 11 | // Master 连接master服务. |
| 12 | type Master struct { |
| 13 | client meta.MasterClient |
| 14 | } |
| 15 | |
| 16 | // NewMaster 返回master client. |
| 17 | func NewMaster(host string) (*Master, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected