Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Persister ¶
type Persister interface { continuity.Persister identity.PrivilegedPool registration.FlowPersister login.FlowPersister settings.FlowPersister courier.Persister session.Persister sessiontokenexchange.Persister errorx.Persister verification.FlowPersister recovery.FlowPersister link.RecoveryTokenPersister link.VerificationTokenPersister code.RecoveryCodePersister code.VerificationCodePersister code.RegistrationCodePersister code.LoginCodePersister CleanupDatabase(context.Context, time.Duration, time.Duration, int) error Close(context.Context) error Ping() error MigrationStatus(c context.Context) (popx.MigrationStatuses, error) MigrateDown(c context.Context, steps int) error MigrateUp(c context.Context) error Migrator() *popx.Migrator MigrationBox() *popx.MigrationBox GetConnection(ctx context.Context) *pop.Connection x.TransactionalPersister Networker }
Click to show internal directories.
Click to hide internal directories.