Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSLService ¶ added in v1.12.0
type CSLService interface {
SignCSL(profileID, profileVersion string, csl *verifiable.Credential) ([]byte, error)
GetCSLVCWrapper(ctx context.Context, cslURL string) (*credentialstatus.CSLVCWrapper, error)
UpsertCSLVCWrapper(ctx context.Context, cslURL string, wrapper *credentialstatus.CSLVCWrapper) error
}
type Config ¶
type Config struct {
CSLService CSLService
}
Click to show internal directories.
Click to hide internal directories.