Versions in this module Expand all Collapse all v1 v1.0.0 May 22, 2026 Changes in this version + type Cache interface + Delete func(context.Context, string) error + Get func(context.Context, string) (string, error) + Set func(context.Context, string, string) error + type LinkPort interface + All func(context.Context) ([]domain.Link, error) + Create func(context.Context, domain.Link) error + Delete func(context.Context, string) error + Get func(context.Context, string) (domain.Link, error)