通用包

jason d8c409cb11 gormv2 logmode 3 年之前
cache 900d4d7b7b redis 集合增加接口 3 年之前
cloudstorage 770c9a7f46 init 3 年之前
database d8c409cb11 gormv2 logmode 3 年之前
databasev1 969d04207b databasev1 3 年之前
elastic 770c9a7f46 init 3 年之前
id 770c9a7f46 init 3 年之前
influxdb 770c9a7f46 init 3 年之前
jwtwrapper 770c9a7f46 init 3 年之前
logger 770c9a7f46 init 3 年之前
mqtt 770c9a7f46 init 3 年之前
prefix 770c9a7f46 init 3 年之前
tasker 770c9a7f46 init 3 年之前
trace 770c9a7f46 init 3 年之前
util 770c9a7f46 init 3 年之前
README.md 770c9a7f46 init 3 年之前
go.mod 6e0659b7c3 new gorm 3 年之前
go.sum 6e0659b7c3 new gorm 3 年之前

README.md

简要说明

本工程是golang公共代码库,应用于所有golang工程。

主要目的

  1. 减少代码冗余;
  2. 实现公共代码统一;
  3. 确保代码安全;

代码内容

  1. 封装第三方库的接口;
  2. 公共方法/函数;
  3. ...