MustRegister works like Register but registers any number of Collectors and panics upon the first registration that causes an error.
(...Collector)
| 117 | // Collectors and panics upon the first registration that causes an |
| 118 | // error. |
| 119 | MustRegister(...Collector) |
| 120 | // Unregister unregisters the Collector that equals the Collector passed |
| 121 | // in as an argument. (Two Collectors are considered equal if their |
| 122 | // Describe method yields the same set of descriptors.) The function |
no outgoing calls