Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StoreProvider ¶
StoreProvider is a transient data store provider
func New ¶
func New(gossipProvider collcommon.GossipProvider, idProvider collcommon.IdentityDeserializerProvider) *StoreProvider
New returns a new transient data store provider
func (*StoreProvider) OpenStore ¶
func (sp *StoreProvider) OpenStore(channelID string) (api.Store, error)
OpenStore opens the transient data store for the given channel
func (*StoreProvider) StoreForChannel ¶
func (sp *StoreProvider) StoreForChannel(channelID string) api.Store
StoreForChannel returns the transient data store for the given channel
Click to show internal directories.
Click to hide internal directories.