package
0.0.0-20210210111443-b47ea920f5ab
Repository: https://github.com/bnclabs/gostore.git
Documentation: pkg.go.dev

# README

API definitions

GoDoc

Package api/ define common interface points with gostore library. Except for creating a new storage instance, applications should use methods defined under this package.

Memory APIs

  • Allocate memory chunks.
  • Free memory once it become unused.
  • Statistics on memory arena.

Although minor updates are to be expected on APIs, they are stable enough for building storage application.