boring-wozniak
Pre-release
Pre-release
This is the first release for gokv. The current interface defines the following methods:
Set(input types.SetItemInput) error
BatchSet(input types.BatchSetItemInput) error
Get(input types.GetItemInput) (found bool, err error)
Delete(input types.DeleteItemInput) error
Close() error
Scan(input types.ScanInput) (types.ScanOutput, error)
The name of this release is inspired by this line of code.