Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewNoopStores ¶
func NewNoopStores() store.StoreProvider
Types ¶
type PBQNoOpStore ¶
type PBQNoOpStore struct { }
PBQNoOpStore is a no-op pbq store which does not do any operation but can be safely invoked.
func NewPBQNoOpStore ¶
func NewPBQNoOpStore() (*PBQNoOpStore, error)
func (*PBQNoOpStore) Close ¶
func (p *PBQNoOpStore) Close() error
func (*PBQNoOpStore) Read ¶
func (p *PBQNoOpStore) Read(size int64) ([]*isb.ReadMessage, bool, error)
func (*PBQNoOpStore) Write ¶
func (p *PBQNoOpStore) Write(msg *isb.ReadMessage) error
Click to show internal directories.
Click to hide internal directories.