mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-09-06 01:27:38 +02:00
This PR simplifies the structure of the keys used by the key-value store. It changes the scope portion from being a sequence of identifiers to an optional single identifier since the sequence is actually never used. As a consequence, namespace, scope, and key now all use the same type, the newly introduced Ident.