Documentation
¶
Index ¶
- type Store
- func (s *Store) Create(ctx context.Context, profileTransactionDataTTL int32, ...) (*issuecredential.Transaction, error)
- func (s *Store) FindByOpState(ctx context.Context, opState string) (*issuecredential.Transaction, error)
- func (s *Store) ForceCreate(ctx context.Context, profileTransactionDataTTL int32, ...) (*issuecredential.Transaction, error)
- func (s *Store) Get(ctx context.Context, txID issuecredential.TxID) (*issuecredential.Transaction, error)
- func (s *Store) Update(ctx context.Context, tx *issuecredential.Transaction) 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 stores oidc transactions in redis.
func (*Store) Create ¶
func (s *Store) Create( ctx context.Context, profileTransactionDataTTL int32, transactionData *issuecredential.TransactionData, ) (*issuecredential.Transaction, error)
func (*Store) FindByOpState ¶
func (s *Store) FindByOpState(ctx context.Context, opState string) (*issuecredential.Transaction, error)
func (*Store) ForceCreate ¶ added in v1.11.0
func (s *Store) ForceCreate( ctx context.Context, profileTransactionDataTTL int32, transactionData *issuecredential.TransactionData, ) (*issuecredential.Transaction, error)
func (*Store) Get ¶
func (s *Store) Get( ctx context.Context, txID issuecredential.TxID, ) (*issuecredential.Transaction, error)
func (*Store) Update ¶
func (s *Store) Update(ctx context.Context, tx *issuecredential.Transaction) error
Click to show internal directories.
Click to hide internal directories.