Versions in this module Expand all Collapse all v0 v0.2.1 Jul 27, 2026 Changes in this version + func EffectiveOrg(owner string, orgs []OrgRef, requested string) string + func LedgerOrg(effective, home string, sudo bool) string + type OrgRef struct + Org string + Role string v0.2.0 Jul 16, 2026 Changes in this version + const SignupOrg + func IsMachine(userType string) bool + type Account struct + func Org(slug string) Account + func Parse(claim string) Account + func Payer(c Credential) Account + func PayerOf(org, key string) Account + func Person(slug, name string) Account + func Project(slug, name string) Account + func (a Account) Kind() Kind + func (a Account) Org() string + func (a Account) String() string + func (a Account) Subject() string + func (a Account) Zero() bool + type Credential struct + Account string + Machine bool + Name string + Owner string + type Kind string v0.1.0 Jul 14, 2026 Changes in this version + func Of(org, user string) string + func OfKey(org, key string) string + func OfKind(org, user string, machine bool) string + func Personal(org string) bool