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
- Host: GitHub
- URL: https://github.com/neflyte/configmap
- Owner: neflyte
- License: mit
- Created: 2019-12-07T16:29:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-04T14:56:38.000Z (over 2 years ago)
- Last Synced: 2024-04-20T14:15:49.136Z (about 2 years ago)
- Topics: configmap, golang
- Language: Go
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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