Master process gate request.
| 12 | |
| 13 | // Master process gate request. |
| 14 | type Master struct { |
| 15 | host string |
| 16 | idAllocator *idAllocator |
| 17 | } |
| 18 | |
| 19 | // NewMaster create new Master. |
| 20 | func NewMaster(host string) *Master { |
nothing calls this directly
no outgoing calls
no test coverage detected