Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kvtools/template
Valkeyrie: template
https://github.com/kvtools/template
repo-template valkeyrie
Last synced: about 1 month ago
JSON representation
Valkeyrie: template
- Host: GitHub
- URL: https://github.com/kvtools/template
- Owner: kvtools
- License: apache-2.0
- Created: 2022-09-07T16:25:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-30T01:22:05.000Z (6 months ago)
- Last Synced: 2024-06-30T16:23:04.308Z (6 months ago)
- Topics: repo-template, valkeyrie
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Store Repository Template
[![Go Reference](https://pkg.go.dev/badge/github.com/kvtools/template.svg)](https://pkg.go.dev/github.com/kvtools/template)
**This package is a template only.**
Store repository template to create a [Valkeyrie store](https://github.com/kvtools/valkeyrie).
| Calls | Example |
|-----------------------|:-------:|
| Put | 🔴 |
| Get | 🔴 |
| Delete | 🔴 |
| Exists | 🔴 |
| Watch | 🔴 |
| WatchTree | 🔴 |
| NewLock (Lock/Unlock) | 🔴 |
| List | 🔴 |
| DeleteTree | 🔴 |
| AtomicPut | 🔴 |
| AtomicDelete | 🔴 |