framework

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 28, 2021 License: Apache-2.0 Imports: 13 Imported by: 0

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 Endpoint struct {
	Host     string `mapstructure:"host"`
	Port     int    `mapstructure:"port"`
	Username string `mapstructure:"username"`
	Password string `mapstructure:"password"`
	Token    string `mapstructure:"token"`
}

func (Endpoint) Address

func (r Endpoint) Address() string

type LedgerStoreConfig

type LedgerStoreConfig struct {
	Database string
	URL      string
}

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)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL