The Wayback Machine - https://web.archive.org/web/20210802024620/https://github.com/topics/venom
Skip to content
#

venom

Here are 16 public repositories matching this topic...

moogar0880
moogar0880 commented Mar 9, 2019

The purpose of this issue is to expand upon the existing ConfigStore API to add methods for removing and renaming keys in the ConfigStore.

API

Currently there is no mechanism for performing these operations within venom, however, the logic to implement them should be fairly simple. Two new methods should be added to the ConfigStore interface:

func Move(from, to string) err

Improve this page

Add a description, image, and links to the venom topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the venom topic, visit your repo's landing page and select "manage topics."

Learn more