module
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: May 30, 2022
License: MIT
Opens a new window with license information.
README
¶
jkframe

English | 中文文档
jkstack golang basic framework
modules
- api: http handler interface, includes arguments parser and response reply
- l2cache: cache with memory and disk, when write data size more than values seted, the cache data will write to the disk
- kvconf: supported configure file with key=value
- yaml: supported yaml file parse, added #include keyword to include another yaml file
- daemon: daemon process supported, supported change run user in child process, supported restart when child process exited
- logging: log library, supported log level of each format, supported log rotate by date and log file size
- mysqlschema: mysql table schema and initialize data management tools, supported table schema version and initialize data version
- utils: common function, like UUID, assert, get callstack
- prometheus: prometheus library(developing)
usage
go get -u github.com/jkstack/jkframe
Click to show internal directories.
Click to hide internal directories.