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(sp view.ServiceProvider, network, channel, namespace string) (CertificationClient, error)
NewCertificationService(sp view.ServiceProvider, network, channel, namespace, wallet string) (CertificationService, error)
}
Click to show internal directories.
Click to hide internal directories.