Documentation
¶
Overview ¶
Package dynamostore implements auth.UserStore backed by DynamoDB via the generic dynamostore package.
Index ¶
- type Store
- func (s *Store) Create(ctx context.Context, user *auth.User) error
- func (s *Store) GetByEmail(ctx context.Context, email string) (*auth.User, error)
- func (s *Store) GetByID(ctx context.Context, id string) (*auth.User, error)
- func (s *Store) List(ctx context.Context) ([]auth.User, error)
- func (s *Store) UpdateRole(ctx context.Context, id, role string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store implements auth.UserStore.
func (*Store) GetByEmail ¶
Click to show internal directories.
Click to hide internal directories.