package
1.3.0
Repository: https://github.com/trustbloc/did-go.git
Documentation: pkg.go.dev

# Functions

NewContextStore returns a new instance of ContextStoreImpl.
NewRemoteProviderStore returns a new instance of RemoteProviderStoreImpl.

# Constants

ContextRecordTag is a tag associated with every record in the store.
ContextStoreName is a JSON-LD context store name.
RemoteProviderRecordTag is a tag associated with every record in the store.
RemoteProviderStoreName is a remote provider store name.

# Structs

ContextStoreImpl is a default implementation of JSON-LD context repository.
RemoteProviderRecord is a record in store with remote provider info.
RemoteProviderStoreImpl is a default implementation of remote provider repository.

# Interfaces

ContextStore represents a repository for JSON-LD context operations.
RemoteProviderStore represents a repository for remote context provider operations.