Versions in this module Expand all Collapse all v1 v1.2.13 Jul 1, 2026 v1.2.12 Jun 18, 2026 Changes in this version + type Store struct + func New(settings *config.Settings) *Store + func (s *Store) Count(_ context.Context) (int, error) + func (s *Store) Create(_ context.Context, record *types.ResourceTags) error + func (s *Store) Delete(_ context.Context, _ string) error + func (s *Store) DeleteAll(_ context.Context) error + func (s *Store) FindAllBy(_ context.Context, _ ...interface{}) ([]*types.ResourceTags, error) + func (s *Store) FindFirstBy(_ context.Context, _ ...interface{}) (*types.ResourceTags, error) + func (s *Store) Flush() error + func (s *Store) Get(_ context.Context, _ string) (*types.ResourceTags, error) + func (s *Store) Tx(_ context.Context, block func(context.Context) error) error + func (s *Store) Update(ctx context.Context, record *types.ResourceTags) error