通用包

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

README.md

简要说明

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

主要目的

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

代码内容

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