Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Storage ¶
type Storage struct {
BucketName string
ExistsMap sync.Map
Fp *os.File
FpMutex sync.Mutex
C chan LinkPair
WG sync.WaitGroup
CoroutineSize int
}
Storage model
func (*Storage) CloseAndWait ¶
func (receiver *Storage) CloseAndWait()
CloseAndWait close C and wait
Click to show internal directories.
Click to hide internal directories.