https://github.com/elek/go-utils
https://github.com/elek/go-utils
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/elek/go-utils
- Owner: elek
- License: apache-2.0
- Created: 2020-07-20T21:54:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-15T20:44:42.000Z (about 5 years ago)
- Last Synced: 2025-02-12T10:55:26.391Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Generic scripting utilities
Following helper methods are used for scripting like utilities.
Main parts:
* `json`: simple helpers to handle *unstructured* json object (`map[string]interface{}`)
* `github`: helpers to call Github API
* `jira`: helpers to call Jira API
* `kv`: key value
* `cache`: disk based cache to cache results of operations