Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SSIService ¶
type SSIService struct { KeyStore *keystore.Service DID *did.Service Schema *schema.Service Issuance *issuance.Service Credential *credential.Service Manifest *manifest.Service Presentation *presentation.Service Operation *operation.Service Webhook *webhook.Service BatchDID *did.BatchService DIDConfiguration *wellknown.DIDConfigurationService // contains filtered or unexported fields }
SSIService represents all services and their dependencies independent of transport
func InstantiateSSIService ¶
func InstantiateSSIService(config config.ServicesConfig) (*SSIService, error)
InstantiateSSIService creates a new instance of the SSIS which instantiates all services and their dependencies independent of transport.
func (*SSIService) GetServices ¶
func (s *SSIService) GetServices() []framework.Service
GetServices returns all services
func (*SSIService) GetStorage ¶
func (s *SSIService) GetStorage() storage.ServiceStorage
Click to show internal directories.
Click to hide internal directories.