Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CryptoRepo ¶
type CryptoRepo interface {
CreateActions(ctx context.Context, actions []crypto.Action) error
ListProvisionsForIdentityAndOrg(ctx context.Context, identityID string, orgID string) ([]*crypto.Provision, error)
}
CryptoRepo ...
type IdentityRepo ¶
type IdentityRepo interface {
Get(ctx context.Context, identityID string) (identity.Identity, error)
GetByIdentifierValue(ctx context.Context, identifierValue string) (identity.Identity, error)
List(ctx context.Context, filters identity.Filters) ([]*identity.Identity, error)
NotificationBulkCreate(ctx context.Context, identityIDs []string, nType string, details null.JSON) error
}
IdentityRepo ...
Source Files
¶
- cryptoaction.go
- identity.go
Click to show internal directories.
Click to hide internal directories.