Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NullStorage ¶
type NullStorage struct { }
NullStorage doesn't persist ranges. Read returns no ranges, and Write does nothing. This is useful for clients which don't care about range persistance across restarts.
func (*NullStorage) Read ¶
func (s *NullStorage) Read() []*api.RangeInfo
func (*NullStorage) Write ¶
func (s *NullStorage) Write()
Click to show internal directories.
Click to hide internal directories.