Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type File ¶
type File struct {
Dir string
}
File is database implementation which stores data to a file. Real world app would use real database instead, which supports atomic write with some kind of optimistic locking (version-check, compare and swap etc.) to always have data in consistent state.
Click to show internal directories.
Click to hide internal directories.