ld

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: May 9, 2023 License: Apache-2.0 Imports: 2 Imported by: 37

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.

Jump to

Keyboard shortcuts

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