# Functions
No description provided by the author
NewIndexBasedSegment will init a new segment.
NewObject will create a new object with client.
No description provided by the author
No description provided by the author
NewStorageMeta will create a new StorageMeta.
No description provided by the author
NewStorageStatistic will create a new StorageStatistic.
# Constants
ObjectTypeDir means this object is a dir object which doesn't have content.
ObjectTypeFile means this object is file-alike object which owns content.
ObjectTypeLink means this object is a link object which contains a link target to another object.
ObjectTypeUnknown means storager can't recognize which type of this object.
# Variables
IterateDone means this iterator has returned all data.
# Structs
IndexBasedPart is a part of segment.
IndexBasedSegment will hold the whole segment operations.
No description provided by the author
No description provided by the author
No description provided by the author
Pair will store option for storage service.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
Copier is the interface for Copy.
DirLister is used for directory based storage service to list objects under a dir.
DirSegmentsLister is used for directory based storage service to list segments under a dir.
IndexSegmenter is the interface for index based segment.
Mover is the interface for Move.
PrefixLister is used for prefix based storage service to list objects under a prefix.
PrefixSegmentsLister is used for prefix based storage service to list segments under a prefix.
Reacher is the interface for Reach.
Segment is carries basic segment info.
Servicer can maintain multipart storage services.
Statistician is the interface for Statistical.
Storager is the interface for storage service.
# Type aliases
No description provided by the author
NextObjectFunc is the func used in iterator.
NextObjectFunc is the func used in iterator.
NextObjectFunc is the func used in iterator.
ObjectType is the type for object, under layer type is string.