Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 536 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 536 Bytes

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.