waveterm/wavesrv
Cole Lashley 6c3e5b8746
Block store (#578)
Contains the implementation of the block store

In this pr is a simple way to send and receive data through a database

I have implemented the base functionality as well as quite a few tests
to make sure that everything works
 
There are a few methods that have yet to be implemented, but
theoretically they should be implemented as calls to the other
functions, ie append should just be a call to WriteAt

This doesn't affect anything yet so it can safely be merged whenever. I
don't want this pr to stagnate like file view, so I'm happy to write
multiple prs for this
2024-04-30 18:21:31 -07:00
..
cmd Fixed separator code in config path (#616) 2024-04-29 12:40:36 -07:00
db force our exit trap to always run (for rtnstate commands) (#556) 2024-04-09 11:33:23 -07:00
pkg Block store (#578) 2024-04-30 18:21:31 -07:00
go.mod Block store (#578) 2024-04-30 18:21:31 -07:00
go.sum Block store (#578) 2024-04-30 18:21:31 -07:00