frostfs-node/pkg/local_object_storage/blobovnicza
Leonard Lyubich 56d4410913 [] Update to Go 1.16
Changes:

  * replace `iotuil` elements with the ones from `os` package;
  * replace `os.Filemode` with `fs.FileMode`;
  * use `signal.NotifyContext` instead of `NewGracefulContext` (removed).

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-06-29 13:44:59 +03:00
..
blobovnicza.go [] Update to Go 1.16 2021-06-29 13:44:59 +03:00
blobovnicza_test.go [] *: Use generator of test container IDs from API Go lib 2021-05-31 20:45:15 +03:00
control.go [] *: use stdlib errors package 2021-05-19 16:42:54 +03:00
delete.go [] localstorage: Replace basic errors to core library 2020-12-11 17:19:37 +03:00
get.go [] blobovnicza: Store objects in a binary format 2020-12-11 17:19:37 +03:00
get_range.go [] pkg: Sync method names and commentaries to them 2021-06-24 16:10:44 +03:00
id.go [] blobovnicza: Change ID stringer 2020-12-11 17:19:37 +03:00
iterate.go [] *: use stdlib errors package 2021-05-19 16:42:54 +03:00
put.go [] *: use stdlib errors package 2021-05-19 16:42:54 +03:00
sizes.go [] blobovnicza: Simplify byte size stringer 2021-06-16 12:14:04 +03:00
sizes_test.go [] blobovnicza: Implement main methods and logic 2020-12-11 17:19:37 +03:00