Versions in this module Expand all Collapse all v1 v1.0.0 Jan 15, 2026 Changes in this version + func Fetch(ctx context.Context, name string) (string, error) + func FetchFromProject(ctx context.Context, pid, name string) (string, error) + func Store(ctx context.Context, name, value string) error + func StoreInProject(ctx context.Context, pid, name, value string) error