Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AMQPConfig ¶
type AMQPConfig struct {
User string `yaml:"user"`
Password string `yaml:"password"`
Host string `yaml:"host"`
Port int `yaml:"port"`
VHost string `yaml:"vhost"`
}
func (*AMQPConfig) Endpoint ¶
func (r *AMQPConfig) Endpoint() string
type Clientset ¶
type Clientset struct {
*kubernetes.Clientset
Namespace string
}
type DatastoreConfig ¶
type DatastoreConfig struct {
Database string `mapstructure:"database"`
Mongo *mongodb.Config `mapstructure:"mongo"`
}
func (*DatastoreConfig) StorageProvider ¶
func (r *DatastoreConfig) StorageProvider() (datastore.Provider, error)
type Endpoint ¶
type LedgerStoreConfig ¶
func (*LedgerStoreConfig) StorageProvider ¶
func (r *LedgerStoreConfig) StorageProvider() (storage.Provider, error)
type SimpleProvider ¶
type SimpleProvider struct {
// contains filtered or unexported fields
}
func NewSimpleProvider ¶
func NewSimpleProvider(ctx *ariescontext.Provider) *SimpleProvider
func (*SimpleProvider) GetCredentialClient ¶
func (r *SimpleProvider) GetCredentialClient() (*issuecredential.Client, error)
func (*SimpleProvider) GetDIDClient ¶
func (r *SimpleProvider) GetDIDClient() (*didexchange.Client, error)
func (*SimpleProvider) GetPresentProofClient ¶
func (r *SimpleProvider) GetPresentProofClient() (*presentproof.Client, error)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.