Versions in this module Expand all Collapse all v0 v0.4.0 Mar 2, 2024 v0.3.0 Jul 31, 2023 v0.2.1 Jul 3, 2023 Changes in this version + type Store struct + func NewInputHistoryStore(ws *workspaces.Workspace) *Store + func (as *Store) Items(ctx context.Context, category string) ([]string, error) + func (as *Store) PutItem(ctx context.Context, category string, item string) error