Versions in this module Expand all Collapse all v0 v0.1.0 Jan 28, 2021 Changes in this version + type AMQPConfig struct + Host string + Password string + Port int + User string + VHost string + func (r *AMQPConfig) Endpoint() string + type Clientset struct + Namespace string + type DatastoreConfig struct + Database string + Mongo *mongodb.Config + func (r *DatastoreConfig) StorageProvider() (datastore.Provider, error) + type Endpoint struct + Host string + Password string + Port int + Token string + Username string + func (r Endpoint) Address() string + type LedgerStoreConfig struct + Database string + URL string + func (r *LedgerStoreConfig) StorageProvider() (storage.Provider, error) + type SimpleProvider struct + func NewSimpleProvider(ctx *ariescontext.Provider) *SimpleProvider + func (r *SimpleProvider) GetCredentialClient() (*issuecredential.Client, error) + func (r *SimpleProvider) GetDIDClient() (*didexchange.Client, error) + func (r *SimpleProvider) GetPresentProofClient() (*presentproof.Client, error)