external

package
v0.0.0-...-afa1830 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 13, 2021 License: AGPL-3.0 Imports: 4 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL