Versions in this module Expand all Collapse all v1 v1.1.0 Jul 10, 2026 Changes in this version + const ClassCycle + const ClassDuplicate + const ClassInvalidScope + const ClassMigrateInAPI + const ClassMissingProvider + const ClassRawPool + const ClassScopeLeak + const ClassTenantEscape + type Manifest struct + Descriptors []ProviderDescriptor + func CurrentManifest() Manifest + func (m Manifest) ByProvides() map[string]ProviderDescriptor + func (m Manifest) Print() string + func (m Manifest) Sorted() []ProviderDescriptor + type ProviderDescriptor struct + APIRuntime bool + Provides string + RawPool bool + Requires []string + Scope Scope + TenantScoped bool + type Scope string + const ScopeJob + const ScopeMigrate + const ScopeProcess + const ScopeRequest + const ScopeTenantTx + type Violation struct + Class string + Message string + Provides string + func Lint(m Manifest) []Violation + func (v Violation) String() string