Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProxySegmentStorageMock ¶
func (*ProxySegmentStorageMock) ChangesSince ¶
func (p *ProxySegmentStorageMock) ChangesSince(name string, since int64) (*dtos.SegmentChangesDTO, error)
func (*ProxySegmentStorageMock) CountRemovedKeys ¶
func (p *ProxySegmentStorageMock) CountRemovedKeys(segmentName string) int
func (*ProxySegmentStorageMock) SegmentsFor ¶
func (p *ProxySegmentStorageMock) SegmentsFor(key string) ([]string, error)
type ProxySplitStorageMock ¶
func (*ProxySplitStorageMock) ChangesSince ¶
func (p *ProxySplitStorageMock) ChangesSince(since int64, sets []string) (*dtos.SplitChangesDTO, error)
func (*ProxySplitStorageMock) RegisterOlderCn ¶
func (p *ProxySplitStorageMock) RegisterOlderCn(payload *dtos.SplitChangesDTO)
Click to show internal directories.
Click to hide internal directories.