1 2 3 4 5 6 7 8
package org import "git.sr.ht/~evanj/cms/internal/m/tier" type Org interface { ID() string Tier() tier.Tier }