Versions in this module Expand all Collapse all v0 v0.18.0 Aug 13, 2026 Changes in this version + type Repository struct + func NewRepository(db sessionmanager.Database) *Repository + func (r *Repository) Create(ctx context.Context, trust *trustv1.Trust) error + func (r *Repository) Delete(ctx context.Context, tenantID string) error + func (r *Repository) Get(ctx context.Context, tenantID string) (*trustv1.Trust, error) + func (r *Repository) Update(ctx context.Context, trust *trustv1.Trust) error