An open API service indexing awesome lists of open source software.

https://github.com/neflyte/configmap

A golang prototype for generic object storage and retrieval
https://github.com/neflyte/configmap

configmap golang

Last synced: 5 months ago
JSON representation

A golang prototype for generic object storage and retrieval

Awesome Lists containing this project

README

          

ConfigMap
-

ConfigMap is a golang prototype of overlaying an interface on a MapSI (`map[string]interface{}`) that allows for generic objects to be more easily stored and retrieved.

The intention is to wrap commonly used type casts in first-class methods to reduce boilerplate.

License: MIT