Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertificationClientProvider ¶
type CertificationClientProvider struct { }
func NewCertificationClientProvider ¶
func NewCertificationClientProvider() *CertificationClientProvider
func (*CertificationClientProvider) New ¶
func (c *CertificationClientProvider) New(tms *token.ManagementService) (driver.CertificationClient, error)
type LockerProvider ¶
type LockerProvider struct {
// contains filtered or unexported fields
}
func NewLockerProvider ¶
func NewLockerProvider( ttxStoreServiceManager db.StoreServiceManager[*ttxdb.StoreService], sleepTimeout time.Duration, validTxEvictionTimeout time.Duration, ) *LockerProvider
Click to show internal directories.
Click to hide internal directories.