| Jan Schär | 0f8ce4c | 2025-09-04 13:27:50 +0200 | [diff] [blame] | 1 | // Copyright The Monogon Project Authors. |
| 2 | // SPDX-License-Identifier: Apache-2.0 |
| 3 | |
| 4 | // Package allocs contains allocations of various types of identifiers used in a |
| 5 | // node. By tracking these centrally, we can avoid collisions. |
| 6 | package allocs |