Commit cca60a59a5bb81c03d53049199adc2fbc1d979bc
1 parent
6d6d85bc
Exists in
master
and in
1 other branch
feat:util-lx相关库整理
Showing
13 changed files
with
26 additions
and
25 deletions
Show diff stats
.gitignore
api-common/config/api.go
dto/ht-cardholder.go
dto/inits.go
| 1 | 1 | package dto |
| 2 | 2 | |
| 3 | 3 | import ( |
| 4 | - "apigame/lx-util/lxalilog" | |
| 5 | - "apigame/lx-util/lxbeego" | |
| 6 | - "apigame/lx-util/lxmysql" | |
| 7 | 4 | "apigame/service/constd" |
| 5 | + "apigame/util/util-lx/lxalilog" | |
| 6 | + "apigame/util/util-lx/lxbeego" | |
| 7 | + "apigame/util/util-lx/lxmysql" | |
| 8 | 8 | "fmt" |
| 9 | 9 | "github.com/astaxie/beego" |
| 10 | 10 | lalilog "github.com/lixu-any/go-tools/ali/log" | ... | ... |
sdk/sdk.go
service/constd/index.go
service/ht-cardholder/config-registry.go
service/ht-cardholder/configs.go
service/ht-cardholder/logic.go
| ... | ... | @@ -2,9 +2,9 @@ package ht_cardholder |
| 2 | 2 | |
| 3 | 3 | import ( |
| 4 | 4 | "apigame/dto" |
| 5 | - "apigame/lx-util/lxalilog" | |
| 6 | - "apigame/lx-util/lxtime" | |
| 7 | 5 | "apigame/service/constd" |
| 6 | + "apigame/util/util-lx/lxalilog" | |
| 7 | + "apigame/util/util-lx/lxtime" | |
| 8 | 8 | "apigame/util/uttype" |
| 9 | 9 | "github.com/astaxie/beego/orm" |
| 10 | 10 | ) | ... | ... |
sign/index.go
| ... | ... | @@ -2,13 +2,13 @@ package sign |
| 2 | 2 | |
| 3 | 3 | import ( |
| 4 | 4 | "apigame/api-common/config" |
| 5 | - "apigame/lx-util/lxalilog" | |
| 6 | - "apigame/lx-util/lxarray" | |
| 7 | - "apigame/lx-util/lxconv" | |
| 8 | - "apigame/lx-util/lxlimit" | |
| 9 | - "apigame/lx-util/lxtime" | |
| 10 | 5 | "apigame/sdk" |
| 11 | 6 | "apigame/service/constd" |
| 7 | + "apigame/util/util-lx/lxalilog" | |
| 8 | + "apigame/util/util-lx/lxarray" | |
| 9 | + "apigame/util/util-lx/lxconv" | |
| 10 | + "apigame/util/util-lx/lxlimit" | |
| 11 | + "apigame/util/util-lx/lxtime" | |
| 12 | 12 | "encoding/json" |
| 13 | 13 | "errors" |
| 14 | 14 | "fmt" | ... | ... |
util/util-lx/lxlimit/index.go
util/util-lx/lxmysql/fx.go