Skip to content

boring-wozniak

Pre-release
Pre-release
Compare
Choose a tag to compare
@simar7 simar7 released this 14 Nov 22:35
· 26 commits to master since this release
00290f0

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.