Documentation
¶
Overview ¶
Package postgres provides a PostgreSQL-backed implementation of bucket.Store.
Index ¶
- type Store
- func (s *Store) Add(ctx context.Context, id did.DID, tenant did.DID, name string) error
- func (s *Store) Delete(ctx context.Context, id did.DID) error
- func (s *Store) GetByName(ctx context.Context, name string) (bucket.Record, error)
- func (s *Store) Initialize(ctx context.Context) error
- func (s *Store) ListByTenant(ctx context.Context, tenant did.DID, opts ...bucket.ListOption) (store.Page[bucket.Record], error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.