Documentation
¶
Overview ¶
Copyright IBM Corp. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertificationClient ¶
type CertificationService ¶
type CertificationService interface {
Start() error
}
type Driver ¶
type Driver interface {
NewCertificationClient(tms *token.ManagementService) (CertificationClient, error)
NewCertificationService(tms *token.ManagementService, wallet string) (CertificationService, error)
}
Click to show internal directories.
Click to hide internal directories.