Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ContextStoreName is a JSON-LD context store name. ContextStoreName = store.ContextStoreName // ContextRecordTag is a tag associated with every record in the store. ContextRecordTag = store.ContextRecordTag // RemoteProviderStoreName is a remote provider store name. RemoteProviderStoreName = store.RemoteProviderStoreName // RemoteProviderRecordTag is a tag associated with every record in the store. RemoteProviderRecordTag = store.RemoteProviderRecordTag )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContextStore ¶
type ContextStore = store.ContextStore
ContextStore represents a repository for JSON-LD context operations.
type ContextStoreImpl ¶
type ContextStoreImpl = store.ContextStoreImpl
ContextStoreImpl is a default implementation of JSON-LD context repository.
func NewContextStore ¶
func NewContextStore(storageProvider storage.Provider) (*ContextStoreImpl, error)
NewContextStore returns a new instance of ContextStoreImpl.
type RemoteProviderRecord ¶
type RemoteProviderRecord = store.RemoteProviderRecord
RemoteProviderRecord is a record in store with remote provider info.
type RemoteProviderStore ¶
type RemoteProviderStore = store.RemoteProviderStore
RemoteProviderStore represents a repository for remote context provider operations.
type RemoteProviderStoreImpl ¶
type RemoteProviderStoreImpl = store.RemoteProviderStoreImpl
RemoteProviderStoreImpl is a default implementation of remote provider repository.
func NewRemoteProviderStore ¶
func NewRemoteProviderStore(storageProvider storage.Provider) (*RemoteProviderStoreImpl, error)
NewRemoteProviderStore returns a new instance of RemoteProviderStoreImpl.
Click to show internal directories.
Click to hide internal directories.