Categorygithub.com/ronmi/rtoolkit
repository
0.0.4
Repository: https://github.com/ronmi/rtoolkit.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Here are few tools helping my daily life

  • async: Provides few looping tools like run a function every few seconds.
  • jsonapi: Create json-based HTTP API.
  • middleware: Middleware compatible with net/http, heavily used in jsonapi.
  • ratelimit: Token-Bucket based rate limitation.
  • reflkit: Convert string values to anything (customizable).
  • sam: Semi-Auto database initializer.
  • sdm: Mapping Go struct to Database. Now moved to sdm
  • session: Cookie-based session implementation compitable with net/http and jsonapi.
  • tgwriter: Log to Telegram Messenger.