8 lines
329 B
Go
8 lines
329 B
Go
|
|
// Package registry holds the local stores for protected systems,
|
||
|
|
// resources, subjects, groups, teams, tenants, and relationship facts.
|
||
|
|
//
|
||
|
|
// Implementation lands in FLEX-WP-0002 P2.2. The directory and relation
|
||
|
|
// vocabulary is chosen to map cleanly onto Topaz directory objects and
|
||
|
|
// relations per ADR-003.
|
||
|
|
package registry
|