module
0.0.0-20151215094434-9aa9c3bf18f3
Repository: https://github.com/itshosted/mcore.git
Documentation: pkg.go.dev
# README
mcore - Microservice Core
Re-usable codebase for Go microservices. This is the codebase used at XSNews for quickly creating microservices without re-inventing the wheel everytime with regards to the outside/infrastructure.
-
config Abstract the repetetive JSON config parsing.
-
dates Simple string interval parser. Converting '1w', time.Now() to next week's time.Time.
-
log Abstract logging policy (stdout/stderr/prefix/debugmsg)
-
metrics Abstract counter and gauge implementations
-
valid Validate user input by validating the in-memory struct's annotations.
Microservice inspiration: https://talks.bitexpert.de/phpbnl15-microservices/#/
# Packages
Calculate 95th.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Metric library abstraction.
Sort map by value https://gist.github.com/kylelemons/1236125.
No description provided by the author