Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewOffLedgerProvider ¶ added in v0.1.1
func NewOffLedgerProvider(providers *collcommon.Providers) olapi.Provider
NewOffLedgerProvider returns a new off-ledger retriever provider that supports DCAS
Types ¶
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
Provider is a transient data provider.
func NewProvider ¶
func NewProvider() *Provider
NewProvider returns a new transient data Retriever provider
func (*Provider) Initialize ¶ added in v0.1.1
Initialize is called at startup by the resource manager
type Support ¶
type Support interface { Config(channelID, ns, coll string) (*pb.StaticCollectionConfig, error) Policy(channel, ns, collection string) (privdata.CollectionAccessPolicy, error) BlockPublisher(channelID string) gossipapi.BlockPublisher }
Support defines the supporting functions required by the transient data provider
Click to show internal directories.
Click to hide internal directories.