Versions in this module Expand all Collapse all v0 v0.1.1 Jun 25, 2026 v0.1.0 Jun 24, 2026 Changes in this version + const ScopeGlobal + func Get[T any](ctx context.Context, s *Store, scope, key string) (T, bool, error) + func Set[T any](ctx context.Context, s *Store, scope, key string, v T) error + type Store struct + func FromKernel(k *togo.Kernel) *Store + func (s *Store) All(ctx context.Context, scope string) (map[string]json.RawMessage, error) + func (s *Store) Delete(ctx context.Context, scope, key string) error + func (s *Store) Get(ctx context.Context, scope, key string, dst any) (ok bool, err error) + func (s *Store) Set(ctx context.Context, scope, key string, value any) error