Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Combined ¶
type Combined struct {
// contains filtered or unexported fields
}
Combined combines transfers from two storages Originally we had our own storage implementation in JSON file. Later libDrop introduced an integrated storage solution, so we migrated to that. But to not lose transfer history when updating the app, we still load transfers from the original file storage.
type JsonFile ¶
type JsonFile struct {
// contains filtered or unexported fields
}
JsonFile is a implementation of user's fileshare history storage.
func NewJsonFile ¶
Click to show internal directories.
Click to hide internal directories.