Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IdentityRecordPk ¶
func IdentityRecordPk(user string) appdynamodb.TablePk
Types ¶
type IdentityRecord ¶
type IdentityRecord struct { appdynamodb.TablePk Email string Name string Picture string }
type IdentityRepository ¶
type IdentityRepository interface { aclcore.IdentityDetailsStore aclcore.IdentityQueriesIdentityRepository }
func Must ¶
func Must(repository IdentityRepository, err error) IdentityRepository
Click to show internal directories.
Click to hide internal directories.