Documentation
¶
Index ¶
- type Store
- func (s *Store) Delete(ctx context.Context, filter account.Filter) error
- func (s *Store) DeleteEmail(ctx context.Context, filter account.FilterEmail) error
- func (s *Store) Fetch(ctx context.Context, filter account.Filter) (account.A, error)
- func (s *Store) FetchEmail(ctx context.Context, filter account.FilterEmail) (gulid.ID, error)
- func (s *Store) Upsert(ctx context.Context, a account.A) error
- func (s *Store) UpsertEmail(ctx context.Context, a account.A) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
Store for account in redis.
func (*Store) DeleteEmail ¶
DeleteEmail implementation for account in redis.
func (*Store) FetchEmail ¶
FetchEmail implementation for account in redis.
Click to show internal directories.
Click to hide internal directories.