Commit Graph

3 Commits

Author SHA1 Message Date
dependabot[bot] 03b917cd1e
build(deps): bump go.uber.org/atomic from 1.7.0 to 1.9.0 (#19)
Bumps [go.uber.org/atomic](https://github.com/uber-go/atomic) from 1.7.0 to 1.9.0.
- [Release notes](https://github.com/uber-go/atomic/releases)
- [Changelog](https://github.com/uber-go/atomic/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uber-go/atomic/compare/v1.7.0...v1.9.0)

---
updated-dependencies:
- dependency-name: go.uber.org/atomic
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-02 17:31:52 +08:00
Xuanwo fe7973fa7f
feat: Add cache layer for write operations (#16)
* feat: Add cache layer for write operations

Signed-off-by: Xuanwo <github@xuanwo.io>

* fix: Cache not started

Signed-off-by: Xuanwo <github@xuanwo.io>

* fix write not correctly

Signed-off-by: Xuanwo <github@xuanwo.io>

* format imports

Signed-off-by: Xuanwo <github@xuanwo.io>
2021-08-02 17:11:12 +08:00
Xuanwo 55e69864a9
Implement basic operations (#7)
* Implement basic operations

Signed-off-by: Xuanwo <github@xuanwo.io>

* Remove build on windows

Signed-off-by: Xuanwo <github@xuanwo.io>

* Fix build

Signed-off-by: Xuanwo <github@xuanwo.io>

* Update badger

Signed-off-by: Xuanwo <github@xuanwo.io>

* Readdir is work

Signed-off-by: Xuanwo <github@xuanwo.io>

* Fix inode not found

Signed-off-by: Xuanwo <github@xuanwo.io>
2021-07-15 17:59:57 +08:00