mirror of
https://gitee.com/johng/gf
synced 2026-07-02 19:31:07 +08:00
Compare commits
80 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4fb739615b | |||
| ba39323d30 | |||
| 383937fe69 | |||
| f919f90bf5 | |||
| b4f6f06ab5 | |||
| 73fbca40ca | |||
| e8d3fcac6b | |||
| f87182d5b8 | |||
| 951f8921cd | |||
| d26b7c5437 | |||
| 9407fda197 | |||
| 905913f7be | |||
| 4b8eaac73f | |||
| ca242ff401 | |||
| 42e3c5f39a | |||
| 4f4d2c2f8e | |||
| 5a01798481 | |||
| 8af1eb693e | |||
| 335ccb32af | |||
| e1f2666499 | |||
| 22fcfdf755 | |||
| 1e21b61a19 | |||
| 6abd8bd864 | |||
| 4876ae0e2b | |||
| 63bdf41d40 | |||
| 984cca8b82 | |||
| 9f7ce42c74 | |||
| 16a43bcb6c | |||
| 85d95e3e27 | |||
| 4cce8557e6 | |||
| d60d7674d7 | |||
| 7f9467d1f8 | |||
| d08e3ef838 | |||
| 645c5ff5b5 | |||
| 7975e391f0 | |||
| 565790036e | |||
| 44819b135e | |||
| bb19877430 | |||
| fc02e06423 | |||
| dd8a5dcf32 | |||
| 33584506ab | |||
| ee2cf92479 | |||
| 0b6dd6fb13 | |||
| 993467bb3c | |||
| c7c9f0011a | |||
| 9aa872e705 | |||
| ea5d52cb2f | |||
| b1754f8254 | |||
| 83f08b3135 | |||
| d3d1f94e40 | |||
| fc8572e8dd | |||
| 85acd3d31d | |||
| 9694a68211 | |||
| 0be8b29e42 | |||
| 5580ac9475 | |||
| 84ed66018e | |||
| 4d7f9552fe | |||
| d4b14fd717 | |||
| 0bd15bdab5 | |||
| 0b407c5e6d | |||
| 5f5b82188c | |||
| a17849bc39 | |||
| f3e3a5af5a | |||
| dc71c0d28f | |||
| eb99f5ebfe | |||
| 007fe0ea1a | |||
| 50b04c658c | |||
| cbea89e6f7 | |||
| e2e12fadb0 | |||
| 47eaa513c0 | |||
| 3bbc0fdd21 | |||
| 9393072745 | |||
| e42aa64d75 | |||
| b6935a7285 | |||
| b0367e4a62 | |||
| 0b71bc43a8 | |||
| afeca8cf9d | |||
| 33c396fb74 | |||
| 4903ef7887 | |||
| ab5ab4c675 |
38
.github/ISSUE_TEMPLATE.MD
vendored
38
.github/ISSUE_TEMPLATE.MD
vendored
@ -1,38 +0,0 @@
|
|||||||
<!-- Please answer these questions before submitting your issue. Thanks! -->
|
|
||||||
|
|
||||||
<!-- 为高效处理您的疑问,如果觉得是BUG类问题,请您务必提供可复现该问题的最小可运行代码!否则issue可能会被延期处理! -->
|
|
||||||
<!-- 为高效处理您的疑问,如果觉得是BUG类问题,请您务必提供可复现该问题的最小可运行代码!否则issue可能会被延期处理! -->
|
|
||||||
<!-- 为高效处理您的疑问,如果觉得是BUG类问题,请您务必提供可复现该问题的最小可运行代码!否则issue可能会被延期处理! -->
|
|
||||||
<!-- 重要的事情说三遍! -->
|
|
||||||
|
|
||||||
### 1. What version of `Go` and system type/arch are you using?
|
|
||||||
<!--
|
|
||||||
Please paste the output of command `go version` from your terminal.
|
|
||||||
What expect to see is like: `go 1.12, linux/amd64`
|
|
||||||
-->
|
|
||||||
|
|
||||||
|
|
||||||
### 2. What version of `GoFrame` are you using?
|
|
||||||
<!-- You can find the GF version from your `go.mod`, or from the `version.go` in `GF` -->
|
|
||||||
|
|
||||||
|
|
||||||
### 3. Can this issue be re-produced with the latest release?
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### 4. What did you do?
|
|
||||||
<!--
|
|
||||||
If possible, provide a copy of shortest codes for reproducing the error.
|
|
||||||
A complete runnable program is best.
|
|
||||||
-->
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### 5. What did you expect to see?
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### 6. What did you see instead?
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
41
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
41
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a report to help us improve
|
||||||
|
title: ''
|
||||||
|
labels: bug
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- Please answer these questions before submitting your issue. Thanks! -->
|
||||||
|
|
||||||
|
<!-- 为高效处理 Bug,请您务必提供可复现该问题的最小可运行代码!否则 issue 可能会被延期处理! -->
|
||||||
|
<!-- 为高效处理 Bug,请您务必提供可复现该问题的最小可运行代码!否则 issue 可能会被延期处理! -->
|
||||||
|
<!-- 为高效处理 Bug,如请您务必提供可复现该问题的最小可运行代码!否则 issue 可能会被延期处理! -->
|
||||||
|
<!-- 重要的事情说三遍! -->
|
||||||
|
|
||||||
|
**What version of `Go` and system type/arch are you using?**
|
||||||
|
<!--
|
||||||
|
Please paste the output of command `go version` from your terminal.
|
||||||
|
What expects to see is like: `go 1.12, linux/amd64`
|
||||||
|
-->
|
||||||
|
|
||||||
|
|
||||||
|
**What version of `GoFrame` are you using?**
|
||||||
|
<!-- You can find the GF version from your `go.mod`, or from the `version.go` in `GF` -->
|
||||||
|
|
||||||
|
|
||||||
|
**Can this bug be re-produced with the latest release?**
|
||||||
|
|
||||||
|
|
||||||
|
**What did you do?**
|
||||||
|
<!--
|
||||||
|
If possible, provide a copy of shortest codes for reproducing the error.
|
||||||
|
A complete runnable program is best.
|
||||||
|
-->
|
||||||
|
|
||||||
|
|
||||||
|
**What did you expect to see?**
|
||||||
|
|
||||||
|
|
||||||
|
**What did you see instead?**
|
||||||
16
.github/ISSUE_TEMPLATE/enhancement-request.md
vendored
Normal file
16
.github/ISSUE_TEMPLATE/enhancement-request.md
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: Enhancement request
|
||||||
|
about: Enhance an idea for this project
|
||||||
|
title: ''
|
||||||
|
labels: enhancement
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Package that You wish to enhance**
|
||||||
|
|
||||||
|
|
||||||
|
**Enhancement description**
|
||||||
|
|
||||||
|
|
||||||
|
**Additional**
|
||||||
19
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
19
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Suggest an idea for this project
|
||||||
|
title: ''
|
||||||
|
labels: feature
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Is your feature request related to a problem? Please describe.**
|
||||||
|
|
||||||
|
|
||||||
|
**Describe the solution you'd like**
|
||||||
|
|
||||||
|
|
||||||
|
**Describe alternatives you've considered**
|
||||||
|
|
||||||
|
|
||||||
|
**Additional**
|
||||||
11
.github/ISSUE_TEMPLATE/question.md
vendored
Normal file
11
.github/ISSUE_TEMPLATE/question.md
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
name: Question
|
||||||
|
about: I want to ask a question
|
||||||
|
title: ''
|
||||||
|
labels: question
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- 请优先仔细阅读文档 -->
|
||||||
|
**What do you want to ask**
|
||||||
6
.github/workflows/gitee-sync.yml
vendored
6
.github/workflows/gitee-sync.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- master
|
||||||
tags:
|
tags:
|
||||||
- "*"
|
- "*"
|
||||||
|
|
||||||
@ -13,8 +13,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout source code
|
- name: Checkout source code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Mirror Github to Gitee
|
- name: Mirror GitHub to Gitee
|
||||||
uses: Yikun/hub-mirror-action@v1.2
|
uses: Yikun/hub-mirror-action@v1.3
|
||||||
with:
|
with:
|
||||||
src: github/gogf
|
src: github/gogf
|
||||||
dst: gitee/johng
|
dst: gitee/johng
|
||||||
|
|||||||
2
.github/workflows/golangci-lint.yml
vendored
2
.github/workflows/golangci-lint.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
|||||||
golangci:
|
golangci:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [ '1.18','1.19','1.20','1.21' ]
|
go-version: [ '1.18','1.19','1.20','1.21.4' ]
|
||||||
name: golangci-lint
|
name: golangci-lint
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
if [ $# -ne 2 ]; then
|
if [ $# -ne 2 ]; then
|
||||||
echo "Parameter exception, please execute in the format of $0 [directory] [version number]"
|
echo "Parameter exception, please execute in the format of $0 [directory] [version number]"
|
||||||
echo "PS:$0 ./ v2.4.0"
|
echo "PS:$0 ./ v2.4.0"
|
||||||
@ -20,6 +19,13 @@ workdir=.
|
|||||||
newVersion=$2
|
newVersion=$2
|
||||||
echo "Prepare to replace the GF library version numbers in all go.mod files in the ${workdir} directory with ${newVersion}"
|
echo "Prepare to replace the GF library version numbers in all go.mod files in the ${workdir} directory with ${newVersion}"
|
||||||
|
|
||||||
|
# check find command support or not
|
||||||
|
output=$(find "${workdir}" -name go.mod 2>&1)
|
||||||
|
if [[ $? -ne 0 ]]; then
|
||||||
|
echo "Error: please use bash or zsh to run!"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
if [[ true ]]; then
|
if [[ true ]]; then
|
||||||
echo "package gf" > version.go
|
echo "package gf" > version.go
|
||||||
echo "" >> version.go
|
echo "" >> version.go
|
||||||
|
|||||||
11
README.MD
11
README.MD
@ -7,8 +7,17 @@
|
|||||||
[](https://github.com/gogf/gf/actions/workflows/ci-main.yml)
|
[](https://github.com/gogf/gf/actions/workflows/ci-main.yml)
|
||||||
[](https://goreportcard.com/report/github.com/gogf/gf/v2)
|
[](https://goreportcard.com/report/github.com/gogf/gf/v2)
|
||||||
[](https://codecov.io/gh/gogf/gf)
|
[](https://codecov.io/gh/gogf/gf)
|
||||||
[](https://github.com/gogf/gf)
|
[](https://github.com/gogf/gf)
|
||||||
[](https://github.com/gogf/gf)
|
[](https://github.com/gogf/gf)
|
||||||
|
|
||||||
|
[](https://github.com/gogf/gf/releases)
|
||||||
|
[](https://github.com/gogf/gf/pulls)
|
||||||
|
[](https://github.com/gogf/gf/pulls?q=is%3Apr+is%3Aclosed)
|
||||||
|
[](https://github.com/gogf/gf/issues)
|
||||||
|
[](https://github.com/gogf/gf/issues?q=is%3Aissue+is%3Aclosed)
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
`GoFrame` is a modular, powerful, high-performance and enterprise-class application development framework of Golang.
|
`GoFrame` is a modular, powerful, high-performance and enterprise-class application development framework of Golang.
|
||||||
|
|||||||
@ -7,20 +7,21 @@
|
|||||||
package gfcmd
|
package gfcmd
|
||||||
|
|
||||||
import (
|
import (
|
||||||
_ "github.com/gogf/gf/cmd/gf/v2/internal/packed"
|
"context"
|
||||||
|
"runtime"
|
||||||
|
|
||||||
"github.com/gogf/gf/v2/errors/gcode"
|
"github.com/gogf/gf/v2/errors/gcode"
|
||||||
"github.com/gogf/gf/v2/errors/gerror"
|
"github.com/gogf/gf/v2/errors/gerror"
|
||||||
|
|
||||||
"context"
|
|
||||||
|
|
||||||
"github.com/gogf/gf/cmd/gf/v2/internal/cmd"
|
|
||||||
"github.com/gogf/gf/cmd/gf/v2/internal/utility/allyes"
|
|
||||||
"github.com/gogf/gf/cmd/gf/v2/internal/utility/mlog"
|
|
||||||
"github.com/gogf/gf/v2/frame/g"
|
"github.com/gogf/gf/v2/frame/g"
|
||||||
"github.com/gogf/gf/v2/os/gcfg"
|
"github.com/gogf/gf/v2/os/gcfg"
|
||||||
"github.com/gogf/gf/v2/os/gcmd"
|
"github.com/gogf/gf/v2/os/gcmd"
|
||||||
"github.com/gogf/gf/v2/os/gfile"
|
"github.com/gogf/gf/v2/os/gfile"
|
||||||
"github.com/gogf/gf/v2/text/gstr"
|
"github.com/gogf/gf/v2/text/gstr"
|
||||||
|
|
||||||
|
"github.com/gogf/gf/cmd/gf/v2/internal/cmd"
|
||||||
|
_ "github.com/gogf/gf/cmd/gf/v2/internal/packed"
|
||||||
|
"github.com/gogf/gf/cmd/gf/v2/internal/utility/allyes"
|
||||||
|
"github.com/gogf/gf/cmd/gf/v2/internal/utility/mlog"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
@ -99,6 +100,9 @@ func GetCommand(ctx context.Context) (*Command, error) {
|
|||||||
|
|
||||||
// zsh alias "git fetch" conflicts checks.
|
// zsh alias "git fetch" conflicts checks.
|
||||||
func handleZshAlias() {
|
func handleZshAlias() {
|
||||||
|
if runtime.GOOS == "windows" {
|
||||||
|
return
|
||||||
|
}
|
||||||
if home, err := gfile.Home(); err == nil {
|
if home, err := gfile.Home(); err == nil {
|
||||||
zshPath := gfile.Join(home, ".zshrc")
|
zshPath := gfile.Join(home, ".zshrc")
|
||||||
if gfile.Exists(zshPath) {
|
if gfile.Exists(zshPath) {
|
||||||
|
|||||||
@ -3,14 +3,14 @@ module github.com/gogf/gf/cmd/gf/v2
|
|||||||
go 1.18
|
go 1.18
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/gogf/gf/contrib/drivers/clickhouse/v2 v2.5.6
|
github.com/gogf/gf/contrib/drivers/clickhouse/v2 v2.6.2
|
||||||
github.com/gogf/gf/contrib/drivers/mssql/v2 v2.5.6
|
github.com/gogf/gf/contrib/drivers/mssql/v2 v2.6.2
|
||||||
github.com/gogf/gf/contrib/drivers/mysql/v2 v2.5.6
|
github.com/gogf/gf/contrib/drivers/mysql/v2 v2.6.2
|
||||||
github.com/gogf/gf/contrib/drivers/oracle/v2 v2.5.6
|
github.com/gogf/gf/contrib/drivers/oracle/v2 v2.6.2
|
||||||
github.com/gogf/gf/contrib/drivers/pgsql/v2 v2.5.6
|
github.com/gogf/gf/contrib/drivers/pgsql/v2 v2.6.2
|
||||||
github.com/gogf/gf/contrib/drivers/sqlite/v2 v2.5.6
|
github.com/gogf/gf/contrib/drivers/sqlite/v2 v2.6.2
|
||||||
github.com/gogf/gf/v2 v2.5.6
|
github.com/gogf/gf/v2 v2.6.2
|
||||||
github.com/minio/selfupdate v0.6.0
|
github.com/gogf/selfupdate v0.0.0-20231215043001-5c48c528462f
|
||||||
github.com/olekukonko/tablewriter v0.0.5
|
github.com/olekukonko/tablewriter v0.0.5
|
||||||
golang.org/x/mod v0.9.0
|
golang.org/x/mod v0.9.0
|
||||||
golang.org/x/tools v0.7.0
|
golang.org/x/tools v0.7.0
|
||||||
@ -24,7 +24,7 @@ require (
|
|||||||
github.com/denisenkom/go-mssqldb v0.12.3 // indirect
|
github.com/denisenkom/go-mssqldb v0.12.3 // indirect
|
||||||
github.com/dustin/go-humanize v1.0.1 // indirect
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
||||||
github.com/fatih/color v1.15.0 // indirect
|
github.com/fatih/color v1.15.0 // indirect
|
||||||
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
||||||
github.com/glebarez/go-sqlite v1.21.2 // indirect
|
github.com/glebarez/go-sqlite v1.21.2 // indirect
|
||||||
github.com/go-logr/logr v1.2.4 // indirect
|
github.com/go-logr/logr v1.2.4 // indirect
|
||||||
github.com/go-logr/stdr v1.2.2 // indirect
|
github.com/go-logr/stdr v1.2.2 // indirect
|
||||||
@ -37,7 +37,7 @@ require (
|
|||||||
github.com/lib/pq v1.10.9 // indirect
|
github.com/lib/pq v1.10.9 // indirect
|
||||||
github.com/magiconair/properties v1.8.6 // indirect
|
github.com/magiconair/properties v1.8.6 // indirect
|
||||||
github.com/mattn/go-colorable v0.1.13 // indirect
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
||||||
github.com/mattn/go-isatty v0.0.19 // indirect
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||||
github.com/mattn/go-runewidth v0.0.15 // indirect
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
||||||
github.com/paulmach/orb v0.7.1 // indirect
|
github.com/paulmach/orb v0.7.1 // indirect
|
||||||
github.com/pierrec/lz4/v4 v4.1.14 // indirect
|
github.com/pierrec/lz4/v4 v4.1.14 // indirect
|
||||||
|
|||||||
@ -23,8 +23,8 @@ github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkp
|
|||||||
github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
|
github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
|
||||||
github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs=
|
github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs=
|
||||||
github.com/fatih/color v1.15.0/go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw=
|
github.com/fatih/color v1.15.0/go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw=
|
||||||
github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=
|
github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=
|
||||||
github.com/fsnotify/fsnotify v1.6.0/go.mod h1:sl3t1tCWJFWoRz9R8WJCbQihKKwmorjAbSClcnxKAGw=
|
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
|
||||||
github.com/glebarez/go-sqlite v1.21.2 h1:3a6LFC4sKahUunAmynQKLZceZCOzUthkRkEAl9gAXWo=
|
github.com/glebarez/go-sqlite v1.21.2 h1:3a6LFC4sKahUunAmynQKLZceZCOzUthkRkEAl9gAXWo=
|
||||||
github.com/glebarez/go-sqlite v1.21.2/go.mod h1:sfxdZyhQjTM2Wry3gVYWaW072Ri1WMdWJi0k6+3382k=
|
github.com/glebarez/go-sqlite v1.21.2/go.mod h1:sfxdZyhQjTM2Wry3gVYWaW072Ri1WMdWJi0k6+3382k=
|
||||||
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
|
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
|
||||||
@ -38,6 +38,8 @@ github.com/go-ole/go-ole v1.2.6/go.mod h1:pprOEPIfldk/42T2oK7lQ4v4JSDwmV0As9GaiU
|
|||||||
github.com/go-sql-driver/mysql v1.4.0/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w=
|
github.com/go-sql-driver/mysql v1.4.0/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w=
|
||||||
github.com/go-sql-driver/mysql v1.7.1 h1:lUIinVbN1DY0xBg0eMOzmmtGoHwWBbvnWubQUrtU8EI=
|
github.com/go-sql-driver/mysql v1.7.1 h1:lUIinVbN1DY0xBg0eMOzmmtGoHwWBbvnWubQUrtU8EI=
|
||||||
github.com/go-sql-driver/mysql v1.7.1/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI=
|
github.com/go-sql-driver/mysql v1.7.1/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI=
|
||||||
|
github.com/gogf/selfupdate v0.0.0-20231215043001-5c48c528462f h1:7xfXR/BhG3JDqO1s45n65Oyx9t4E/UqDOXep6jXdLCM=
|
||||||
|
github.com/gogf/selfupdate v0.0.0-20231215043001-5c48c528462f/go.mod h1:HnYoio6S7VaFJdryKcD/r9HgX+4QzYfr00XiXUo/xz0=
|
||||||
github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
|
github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
|
||||||
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe h1:lXe2qZdvpiX5WZkZR4hgp4KJVfY3nMkvmwbVkpv1rVY=
|
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe h1:lXe2qZdvpiX5WZkZR4hgp4KJVfY3nMkvmwbVkpv1rVY=
|
||||||
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe/go.mod h1:8vg3r2VgvsThLBIFL93Qb5yWzgyZWhEmBwUJWevAkK0=
|
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe/go.mod h1:8vg3r2VgvsThLBIFL93Qb5yWzgyZWhEmBwUJWevAkK0=
|
||||||
@ -67,14 +69,12 @@ github.com/magiconair/properties v1.8.6/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPK
|
|||||||
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
|
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
|
||||||
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
|
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
|
||||||
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
|
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
|
||||||
github.com/mattn/go-isatty v0.0.19 h1:JITubQf0MOLdlGRuRq+jtsDlekdYPia9ZFsB8h/APPA=
|
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
|
||||||
github.com/mattn/go-isatty v0.0.19/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
|
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
|
||||||
github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI=
|
github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI=
|
||||||
github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=
|
github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=
|
||||||
github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
|
github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
|
||||||
github.com/mattn/go-sqlite3 v1.9.0/go.mod h1:FPy6KqzDD04eiIsT53CuJW3U88zkxoIYsOqkbpncsNc=
|
github.com/mattn/go-sqlite3 v1.9.0/go.mod h1:FPy6KqzDD04eiIsT53CuJW3U88zkxoIYsOqkbpncsNc=
|
||||||
github.com/minio/selfupdate v0.6.0 h1:i76PgT0K5xO9+hjzKcacQtO7+MjJ4JKA8Ak8XQ9DDwU=
|
|
||||||
github.com/minio/selfupdate v0.6.0/go.mod h1:bO02GTIPCMQFTEvE5h4DjYB58bCoZ35XLeBf0buTDdM=
|
|
||||||
github.com/mkevac/debugcharts v0.0.0-20191222103121-ae1c48aa8615/go.mod h1:Ad7oeElCZqA1Ufj0U9/liOF4BtVepxRcTvr2ey7zTvM=
|
github.com/mkevac/debugcharts v0.0.0-20191222103121-ae1c48aa8615/go.mod h1:Ad7oeElCZqA1Ufj0U9/liOF4BtVepxRcTvr2ey7zTvM=
|
||||||
github.com/modocache/gover v0.0.0-20171022184752-b58185e213c5/go.mod h1:caMODM3PzxT8aQXRPkAt8xlV/e7d7w8GM5g0fa5F0D8=
|
github.com/modocache/gover v0.0.0-20171022184752-b58185e213c5/go.mod h1:caMODM3PzxT8aQXRPkAt8xlV/e7d7w8GM5g0fa5F0D8=
|
||||||
github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec=
|
github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec=
|
||||||
@ -126,7 +126,6 @@ golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8U
|
|||||||
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
|
||||||
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
|
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
|
||||||
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83/go.mod h1:jdWPYTVW3xRLrWPugEBEK3UY2ZEsg3UU495nc5E+M+I=
|
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83/go.mod h1:jdWPYTVW3xRLrWPugEBEK3UY2ZEsg3UU495nc5E+M+I=
|
||||||
golang.org/x/crypto v0.0.0-20211209193657-4570a0811e8b/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
|
|
||||||
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
|
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
|
||||||
golang.org/x/crypto v0.14.0 h1:wBqGXzWJW6m1XrIKlAH0Hs1JJ7+9KBwnIO8v66Q9cHc=
|
golang.org/x/crypto v0.14.0 h1:wBqGXzWJW6m1XrIKlAH0Hs1JJ7+9KBwnIO8v66Q9cHc=
|
||||||
golang.org/x/crypto v0.14.0/go.mod h1:MVFd36DqK4CsrnJYDkBA3VC4m2GkXAM0PvzMCn4JQf4=
|
golang.org/x/crypto v0.14.0/go.mod h1:MVFd36DqK4CsrnJYDkBA3VC4m2GkXAM0PvzMCn4JQf4=
|
||||||
@ -159,7 +158,6 @@ golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBc
|
|||||||
golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.0.0-20220429233432-b5fbb4746d32/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.0.0-20220429233432-b5fbb4746d32/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
|
||||||
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=
|
golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=
|
||||||
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
|
|||||||
@ -55,6 +55,7 @@ func (c cGF) Index(ctx context.Context, in cGFInput) (out *cGFOutput, err error)
|
|||||||
_, err = Version.Index(ctx, cVersionInput{})
|
_, err = Version.Index(ctx, cVersionInput{})
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
answer := "n"
|
answer := "n"
|
||||||
// No argument or option, do installation checks.
|
// No argument or option, do installation checks.
|
||||||
if data, isInstalled := service.Install.IsInstalled(); !isInstalled {
|
if data, isInstalled := service.Install.IsInstalled(); !isInstalled {
|
||||||
@ -71,6 +72,7 @@ func (c cGF) Index(ctx context.Context, in cGFInput) (out *cGFOutput, err error)
|
|||||||
gcmd.Scan("press `Enter` to exit...")
|
gcmd.Scan("press `Enter` to exit...")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// Print help content.
|
// Print help content.
|
||||||
gcmd.CommandFromCtx(ctx).Print()
|
gcmd.CommandFromCtx(ctx).Print()
|
||||||
return
|
return
|
||||||
|
|||||||
@ -44,8 +44,9 @@ type cBuild struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
cBuildBrief = `cross-building go project for lots of platforms`
|
cBuildDefaultFile = "main.go"
|
||||||
cBuildEg = `
|
cBuildBrief = `cross-building go project for lots of platforms`
|
||||||
|
cBuildEg = `
|
||||||
gf build main.go
|
gf build main.go
|
||||||
gf build main.go --ps public,template
|
gf build main.go --ps public,template
|
||||||
gf build main.go --cgo
|
gf build main.go --cgo
|
||||||
@ -123,7 +124,7 @@ type cBuildInput struct {
|
|||||||
Arch string `short:"a" name:"arch" brief:"output binary architecture, multiple arch separated with ','"`
|
Arch string `short:"a" name:"arch" brief:"output binary architecture, multiple arch separated with ','"`
|
||||||
System string `short:"s" name:"system" brief:"output binary system, multiple os separated with ','"`
|
System string `short:"s" name:"system" brief:"output binary system, multiple os separated with ','"`
|
||||||
Output string `short:"o" name:"output" brief:"output binary path, used when building single binary file"`
|
Output string `short:"o" name:"output" brief:"output binary path, used when building single binary file"`
|
||||||
Path string `short:"p" name:"path" brief:"output binary directory path, default is './temp'" d:"./temp"`
|
Path string `short:"p" name:"path" brief:"output binary directory path, default is '.'" d:"."`
|
||||||
Extra string `short:"e" name:"extra" brief:"extra custom \"go build\" options"`
|
Extra string `short:"e" name:"extra" brief:"extra custom \"go build\" options"`
|
||||||
Mod string `short:"m" name:"mod" brief:"like \"-mod\" option of \"go build\", use \"-m none\" to disable go module"`
|
Mod string `short:"m" name:"mod" brief:"like \"-mod\" option of \"go build\", use \"-m none\" to disable go module"`
|
||||||
Cgo bool `short:"c" name:"cgo" brief:"enable or disable cgo feature, it's disabled in default" orphan:"true"`
|
Cgo bool `short:"c" name:"cgo" brief:"enable or disable cgo feature, it's disabled in default" orphan:"true"`
|
||||||
@ -152,14 +153,15 @@ func (c cBuild) Index(ctx context.Context, in cBuildInput) (out *cBuildOutput, e
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
parser = gcmd.ParserFromCtx(ctx)
|
parser = gcmd.ParserFromCtx(ctx)
|
||||||
file = parser.GetArg(2).String()
|
file = in.File
|
||||||
)
|
)
|
||||||
if len(file) < 1 {
|
if file == "" {
|
||||||
|
file = parser.GetArg(2).String()
|
||||||
// Check and use the main.go file.
|
// Check and use the main.go file.
|
||||||
if gfile.Exists("main.go") {
|
if gfile.Exists(cBuildDefaultFile) {
|
||||||
file = "main.go"
|
file = cBuildDefaultFile
|
||||||
} else {
|
} else {
|
||||||
mlog.Fatal("build file path cannot be empty")
|
mlog.Fatal("build file path is empty or main.go not found in current working directory")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if in.Name == "" {
|
if in.Name == "" {
|
||||||
@ -239,13 +241,7 @@ func (c cBuild) Index(ctx context.Context, in cBuildInput) (out *cBuildOutput, e
|
|||||||
} else {
|
} else {
|
||||||
genv.MustSet("CGO_ENABLED", "0")
|
genv.MustSet("CGO_ENABLED", "0")
|
||||||
}
|
}
|
||||||
var (
|
|
||||||
cmd = ""
|
|
||||||
ext = ""
|
|
||||||
)
|
|
||||||
for system, item := range platformMap {
|
for system, item := range platformMap {
|
||||||
cmd = ""
|
|
||||||
ext = ""
|
|
||||||
if len(customSystems) > 0 && customSystems[0] != "all" && !gstr.InArray(customSystems, system) {
|
if len(customSystems) > 0 && customSystems[0] != "all" && !gstr.InArray(customSystems, system) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
@ -254,44 +250,25 @@ func (c cBuild) Index(ctx context.Context, in cBuildInput) (out *cBuildOutput, e
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if len(customSystems) == 0 && len(customArches) == 0 {
|
if len(customSystems) == 0 && len(customArches) == 0 {
|
||||||
if runtime.GOOS == "windows" {
|
|
||||||
ext = ".exe"
|
|
||||||
}
|
|
||||||
// Single binary building, output the binary to current working folder.
|
// Single binary building, output the binary to current working folder.
|
||||||
output := ""
|
// For example:
|
||||||
if len(in.Output) > 0 {
|
// `gf build`
|
||||||
output = "-o " + in.Output + ext
|
// `gf build -o main.exe`
|
||||||
} else {
|
c.doBinaryBuild(
|
||||||
output = "-o " + in.Name + ext
|
ctx, file,
|
||||||
}
|
in.Output, in.Path,
|
||||||
cmd = fmt.Sprintf(`go build %s -ldflags "%s" %s %s`, output, ldFlags, in.Extra, file)
|
runtime.GOOS, runtime.GOARCH, in.Name, ldFlags, in.Extra,
|
||||||
} else {
|
in.ExitWhenError,
|
||||||
// Cross-building, output the compiled binary to specified path.
|
true,
|
||||||
if system == "windows" {
|
|
||||||
ext = ".exe"
|
|
||||||
}
|
|
||||||
genv.MustSet("GOOS", system)
|
|
||||||
genv.MustSet("GOARCH", arch)
|
|
||||||
cmd = fmt.Sprintf(
|
|
||||||
`go build -o %s/%s/%s%s -ldflags "%s" %s%s`,
|
|
||||||
in.Path, system+"_"+arch, in.Name, ext, ldFlags, in.Extra, file,
|
|
||||||
)
|
)
|
||||||
}
|
|
||||||
mlog.Debug(cmd)
|
|
||||||
// It's not necessary printing the complete command string.
|
|
||||||
cmdShow, _ := gregex.ReplaceString(`\s+(-ldflags ".+?")\s+`, " ", cmd)
|
|
||||||
mlog.Print(cmdShow)
|
|
||||||
if result, err := gproc.ShellExec(ctx, cmd); err != nil {
|
|
||||||
mlog.Printf(
|
|
||||||
"failed to build, os:%s, arch:%s, error:\n%s\n\n%s\n",
|
|
||||||
system, arch, gstr.Trim(result),
|
|
||||||
`you may use command option "--debug" to enable debug info and check the details`,
|
|
||||||
)
|
|
||||||
if in.ExitWhenError {
|
|
||||||
os.Exit(1)
|
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
mlog.Debug(gstr.Trim(result))
|
c.doBinaryBuild(
|
||||||
|
ctx, file,
|
||||||
|
in.Output, in.Path,
|
||||||
|
system, arch, in.Name, ldFlags, in.Extra,
|
||||||
|
in.ExitWhenError,
|
||||||
|
false,
|
||||||
|
)
|
||||||
}
|
}
|
||||||
// single binary building.
|
// single binary building.
|
||||||
if len(customSystems) == 0 && len(customArches) == 0 {
|
if len(customSystems) == 0 && len(customArches) == 0 {
|
||||||
@ -305,6 +282,68 @@ buildDone:
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (c cBuild) doBinaryBuild(
|
||||||
|
ctx context.Context,
|
||||||
|
filePath string,
|
||||||
|
outputPath, dirPath string,
|
||||||
|
system, arch, name, ldFlags, extra string,
|
||||||
|
exitWhenError bool,
|
||||||
|
singleBuild bool,
|
||||||
|
) {
|
||||||
|
var (
|
||||||
|
cmd string
|
||||||
|
ext string
|
||||||
|
)
|
||||||
|
// Cross-building, output the compiled binary to specified path.
|
||||||
|
if system == "windows" {
|
||||||
|
ext = ".exe"
|
||||||
|
}
|
||||||
|
genv.MustSet("GOOS", system)
|
||||||
|
genv.MustSet("GOARCH", arch)
|
||||||
|
|
||||||
|
if outputPath != "" {
|
||||||
|
outputPath = "-o " + outputPath
|
||||||
|
} else {
|
||||||
|
if dirPath == "" {
|
||||||
|
dirPath = "."
|
||||||
|
} else {
|
||||||
|
dirPath = gstr.TrimRight(dirPath, "/")
|
||||||
|
}
|
||||||
|
if singleBuild {
|
||||||
|
outputPath = fmt.Sprintf(
|
||||||
|
"-o %s/%s%s",
|
||||||
|
dirPath, name, ext,
|
||||||
|
)
|
||||||
|
} else {
|
||||||
|
outputPath = fmt.Sprintf(
|
||||||
|
"-o %s/%s/%s%s",
|
||||||
|
dirPath, system+"_"+arch, name, ext,
|
||||||
|
)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
cmd = fmt.Sprintf(
|
||||||
|
`go build %s -ldflags "%s" %s%s`,
|
||||||
|
outputPath, ldFlags, extra, filePath,
|
||||||
|
)
|
||||||
|
mlog.Debug(fmt.Sprintf("build for GOOS=%s GOARCH=%s", system, arch))
|
||||||
|
mlog.Debug(cmd)
|
||||||
|
// It's not necessary printing the complete command string, filtering ldFlags.
|
||||||
|
cmdShow, _ := gregex.ReplaceString(`\s+(-ldflags ".+?")\s+`, " ", cmd)
|
||||||
|
mlog.Print(cmdShow)
|
||||||
|
if result, err := gproc.ShellExec(ctx, cmd); err != nil {
|
||||||
|
mlog.Printf(
|
||||||
|
"failed to build, os:%s, arch:%s, error:\n%s\n\n%s\n",
|
||||||
|
system, arch, gstr.Trim(result),
|
||||||
|
`you may use command option "--debug" to enable debug info and check the details`,
|
||||||
|
)
|
||||||
|
if exitWhenError {
|
||||||
|
os.Exit(1)
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
mlog.Debug(gstr.Trim(result))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// getBuildInVarStr retrieves and returns the custom build-in variables in configuration
|
// getBuildInVarStr retrieves and returns the custom build-in variables in configuration
|
||||||
// file as json.
|
// file as json.
|
||||||
func (c cBuild) getBuildInVarStr(ctx context.Context, in cBuildInput) string {
|
func (c cBuild) getBuildInVarStr(ctx context.Context, in cBuildInput) string {
|
||||||
|
|||||||
@ -82,11 +82,11 @@ func init() {
|
|||||||
type (
|
type (
|
||||||
cRunInput struct {
|
cRunInput struct {
|
||||||
g.Meta `name:"run"`
|
g.Meta `name:"run"`
|
||||||
File string `name:"FILE" arg:"true" brief:"{cRunFileBrief}" v:"required"`
|
File string `name:"FILE" arg:"true" brief:"{cRunFileBrief}" v:"required"`
|
||||||
Path string `name:"path" short:"p" brief:"{cRunPathBrief}" d:"./"`
|
Path string `name:"path" short:"p" brief:"{cRunPathBrief}" d:"./"`
|
||||||
Extra string `name:"extra" short:"e" brief:"{cRunExtraBrief}"`
|
Extra string `name:"extra" short:"e" brief:"{cRunExtraBrief}"`
|
||||||
Args string `name:"args" short:"a" brief:"{cRunArgsBrief}"`
|
Args string `name:"args" short:"a" brief:"{cRunArgsBrief}"`
|
||||||
WatchPaths string `name:"watchPaths" short:"w" brief:"{cRunWatchPathsBrief}"`
|
WatchPaths []string `name:"watchPaths" short:"w" brief:"{cRunWatchPathsBrief}"`
|
||||||
}
|
}
|
||||||
cRunOutput struct{}
|
cRunOutput struct{}
|
||||||
)
|
)
|
||||||
@ -97,12 +97,16 @@ func (c cRun) Index(ctx context.Context, in cRunInput) (out *cRunOutput, err err
|
|||||||
mlog.Fatalf(`command "go" not found in your environment, please install golang first to proceed this command`)
|
mlog.Fatalf(`command "go" not found in your environment, please install golang first to proceed this command`)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if len(in.WatchPaths) == 1 {
|
||||||
|
in.WatchPaths = strings.Split(in.WatchPaths[0], ",")
|
||||||
|
}
|
||||||
|
|
||||||
app := &cRunApp{
|
app := &cRunApp{
|
||||||
File: in.File,
|
File: in.File,
|
||||||
Path: in.Path,
|
Path: in.Path,
|
||||||
Options: in.Extra,
|
Options: in.Extra,
|
||||||
Args: in.Args,
|
Args: in.Args,
|
||||||
WatchPaths: strings.Split(in.WatchPaths, ","),
|
WatchPaths: in.WatchPaths,
|
||||||
}
|
}
|
||||||
dirty := gtype.NewBool()
|
dirty := gtype.NewBool()
|
||||||
_, err = gfsnotify.Add(gfile.RealPath("."), func(event *gfsnotify.Event) {
|
_, err = gfsnotify.Add(gfile.RealPath("."), func(event *gfsnotify.Event) {
|
||||||
|
|||||||
@ -11,7 +11,7 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"runtime"
|
"runtime"
|
||||||
|
|
||||||
"github.com/minio/selfupdate"
|
"github.com/gogf/selfupdate"
|
||||||
|
|
||||||
"github.com/gogf/gf/cmd/gf/v2/internal/utility/mlog"
|
"github.com/gogf/gf/cmd/gf/v2/internal/utility/mlog"
|
||||||
"github.com/gogf/gf/cmd/gf/v2/internal/utility/utils"
|
"github.com/gogf/gf/cmd/gf/v2/internal/utility/utils"
|
||||||
|
|||||||
@ -7,14 +7,19 @@
|
|||||||
package cmd
|
package cmd
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"bytes"
|
||||||
"context"
|
"context"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"runtime"
|
||||||
|
"strings"
|
||||||
|
"time"
|
||||||
|
|
||||||
"github.com/gogf/gf/v2"
|
"github.com/gogf/gf/v2"
|
||||||
"github.com/gogf/gf/v2/errors/gerror"
|
"github.com/gogf/gf/v2/errors/gerror"
|
||||||
"github.com/gogf/gf/v2/frame/g"
|
"github.com/gogf/gf/v2/frame/g"
|
||||||
"github.com/gogf/gf/v2/os/gbuild"
|
"github.com/gogf/gf/v2/os/gbuild"
|
||||||
"github.com/gogf/gf/v2/os/gfile"
|
"github.com/gogf/gf/v2/os/gfile"
|
||||||
|
"github.com/gogf/gf/v2/os/gproc"
|
||||||
"github.com/gogf/gf/v2/text/gregex"
|
"github.com/gogf/gf/v2/text/gregex"
|
||||||
"github.com/gogf/gf/v2/text/gstr"
|
"github.com/gogf/gf/v2/text/gstr"
|
||||||
|
|
||||||
@ -25,6 +30,10 @@ var (
|
|||||||
Version = cVersion{}
|
Version = cVersion{}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
const (
|
||||||
|
defaultIndent = "{{indent}}"
|
||||||
|
)
|
||||||
|
|
||||||
type cVersion struct {
|
type cVersion struct {
|
||||||
g.Meta `name:"version" brief:"show version information of current binary"`
|
g.Meta `name:"version" brief:"show version information of current binary"`
|
||||||
}
|
}
|
||||||
@ -36,34 +45,90 @@ type cVersionInput struct {
|
|||||||
type cVersionOutput struct{}
|
type cVersionOutput struct{}
|
||||||
|
|
||||||
func (c cVersion) Index(ctx context.Context, in cVersionInput) (*cVersionOutput, error) {
|
func (c cVersion) Index(ctx context.Context, in cVersionInput) (*cVersionOutput, error) {
|
||||||
info := gbuild.Info()
|
detailBuffer := &detailBuffer{}
|
||||||
if info.Git == "" {
|
detailBuffer.WriteString(fmt.Sprintf("%s", gf.VERSION))
|
||||||
info.Git = "none"
|
|
||||||
}
|
detailBuffer.appendLine(0, "Welcome to GoFrame!")
|
||||||
mlog.Printf(`GoFrame CLI Tool %s, https://goframe.org`, gf.VERSION)
|
|
||||||
gfVersion, err := c.getGFVersionOfCurrentProject()
|
detailBuffer.appendLine(0, "Env Detail:")
|
||||||
if err != nil {
|
goVersion, ok := getGoVersion()
|
||||||
gfVersion = err.Error()
|
if ok {
|
||||||
|
detailBuffer.appendLine(1, fmt.Sprintf("Go Version: %s", goVersion))
|
||||||
|
detailBuffer.appendLine(1, fmt.Sprintf("GF Version(go.mod): %s", getGoFrameVersion(2)))
|
||||||
} else {
|
} else {
|
||||||
gfVersion = gfVersion + " in current go.mod"
|
v, err := c.getGFVersionOfCurrentProject()
|
||||||
}
|
if err == nil {
|
||||||
mlog.Printf(`GoFrame Version: %s`, gfVersion)
|
detailBuffer.appendLine(1, fmt.Sprintf("GF Version(go.mod): %s", v))
|
||||||
mlog.Printf(`CLI Installed At: %s`, gfile.SelfPath())
|
} else {
|
||||||
if info.GoFrame == "" {
|
detailBuffer.appendLine(1, fmt.Sprintf("GF Version(go.mod): %s", err.Error()))
|
||||||
mlog.Print(`Current is a custom installed version, no installation information.`)
|
}
|
||||||
return nil, nil
|
|
||||||
}
|
}
|
||||||
|
|
||||||
mlog.Print(gstr.Trim(fmt.Sprintf(`
|
detailBuffer.appendLine(0, "CLI Detail:")
|
||||||
CLI Built Detail:
|
detailBuffer.appendLine(1, fmt.Sprintf("Installed At: %s", gfile.SelfPath()))
|
||||||
Go Version: %s
|
info := gbuild.Info()
|
||||||
GF Version: %s
|
if info.GoFrame == "" {
|
||||||
Git Commit: %s
|
detailBuffer.appendLine(1, fmt.Sprintf("Built Go Version: %s", runtime.Version()))
|
||||||
Build Time: %s
|
detailBuffer.appendLine(1, fmt.Sprintf("Built GF Version: %s", gf.VERSION))
|
||||||
`, info.Golang, info.GoFrame, info.Git, info.Time)))
|
} else {
|
||||||
|
if info.Git == "" {
|
||||||
|
info.Git = "none"
|
||||||
|
}
|
||||||
|
detailBuffer.appendLine(1, fmt.Sprintf("Built Go Version: %s", info.Golang))
|
||||||
|
detailBuffer.appendLine(1, fmt.Sprintf("Built GF Version: %s", info.GoFrame))
|
||||||
|
detailBuffer.appendLine(1, fmt.Sprintf("Git Commit: %s", info.Git))
|
||||||
|
detailBuffer.appendLine(1, fmt.Sprintf("Built Time: %s", info.Time))
|
||||||
|
}
|
||||||
|
|
||||||
|
detailBuffer.appendLine(0, "Others Detail:")
|
||||||
|
detailBuffer.appendLine(1, "Docs: https://goframe.org")
|
||||||
|
detailBuffer.appendLine(1, fmt.Sprintf("Now : %s", time.Now().Format(time.RFC3339)))
|
||||||
|
|
||||||
|
mlog.Print(detailBuffer.replaceAllIndent(" "))
|
||||||
return nil, nil
|
return nil, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// detailBuffer is a buffer for detail information.
|
||||||
|
type detailBuffer struct {
|
||||||
|
bytes.Buffer
|
||||||
|
}
|
||||||
|
|
||||||
|
// appendLine appends a line to the buffer with given indent level.
|
||||||
|
func (d *detailBuffer) appendLine(indentLevel int, line string) {
|
||||||
|
d.WriteString(fmt.Sprintf("\n%s%s", strings.Repeat(defaultIndent, indentLevel), line))
|
||||||
|
}
|
||||||
|
|
||||||
|
// replaceAllIndent replaces the tab with given indent string and prints the buffer content.
|
||||||
|
func (d *detailBuffer) replaceAllIndent(indentStr string) string {
|
||||||
|
return strings.ReplaceAll(d.String(), defaultIndent, indentStr)
|
||||||
|
}
|
||||||
|
|
||||||
|
// getGoFrameVersion returns the goframe version of current project using.
|
||||||
|
func getGoFrameVersion(indentLevel int) (gfVersion string) {
|
||||||
|
pkgInfo, err := gproc.ShellExec(context.Background(), `go list -f "{{if (not .Main)}}{{.Path}}@{{.Version}}{{end}}" -m all`)
|
||||||
|
if err != nil {
|
||||||
|
return "cannot find go.mod"
|
||||||
|
}
|
||||||
|
pkgList := gstr.Split(pkgInfo, "\n")
|
||||||
|
for _, v := range pkgList {
|
||||||
|
if strings.HasPrefix(v, "github.com/gogf/gf") {
|
||||||
|
gfVersion += fmt.Sprintf("\n%s%s", strings.Repeat(defaultIndent, indentLevel), v)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
// getGoVersion returns the go version
|
||||||
|
func getGoVersion() (goVersion string, ok bool) {
|
||||||
|
goVersion, err := gproc.ShellExec(context.Background(), "go version")
|
||||||
|
if err != nil {
|
||||||
|
return "", false
|
||||||
|
}
|
||||||
|
goVersion = gstr.TrimLeftStr(goVersion, "go version ")
|
||||||
|
goVersion = gstr.TrimRightStr(goVersion, "\n")
|
||||||
|
return goVersion, true
|
||||||
|
}
|
||||||
|
|
||||||
// getGFVersionOfCurrentProject checks and returns the GoFrame version current project using.
|
// getGFVersionOfCurrentProject checks and returns the GoFrame version current project using.
|
||||||
func (c cVersion) getGFVersionOfCurrentProject() (string, error) {
|
func (c cVersion) getGFVersionOfCurrentProject() (string, error) {
|
||||||
goModPath := gfile.Join(gfile.Pwd(), "go.mod")
|
goModPath := gfile.Join(gfile.Pwd(), "go.mod")
|
||||||
|
|||||||
38
cmd/gf/internal/cmd/cmd_z_init_test.go
Normal file
38
cmd/gf/internal/cmd/cmd_z_init_test.go
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
// Copyright GoFrame gf Author(https://goframe.org). All Rights Reserved.
|
||||||
|
//
|
||||||
|
// This Source Code Form is subject to the terms of the MIT License.
|
||||||
|
// If a copy of the MIT was not distributed with this file,
|
||||||
|
// You can obtain one at https://github.com/gogf/gf.
|
||||||
|
|
||||||
|
package cmd
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
"fmt"
|
||||||
|
|
||||||
|
"github.com/gogf/gf/v2/database/gdb"
|
||||||
|
"github.com/gogf/gf/v2/test/gtest"
|
||||||
|
)
|
||||||
|
|
||||||
|
var (
|
||||||
|
ctx = context.Background()
|
||||||
|
testDB gdb.DB
|
||||||
|
link = "mysql:root:12345678@tcp(127.0.0.1:3306)/test?loc=Local&parseTime=true"
|
||||||
|
)
|
||||||
|
|
||||||
|
func init() {
|
||||||
|
var err error
|
||||||
|
testDB, err = gdb.New(gdb.ConfigNode{
|
||||||
|
Link: link,
|
||||||
|
})
|
||||||
|
if err != nil {
|
||||||
|
panic(err)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func dropTableWithDb(db gdb.DB, table string) {
|
||||||
|
dropTableStmt := fmt.Sprintf("DROP TABLE IF EXISTS `%s`", table)
|
||||||
|
if _, err := db.Exec(ctx, dropTableStmt); err != nil {
|
||||||
|
gtest.Error(err)
|
||||||
|
}
|
||||||
|
}
|
||||||
151
cmd/gf/internal/cmd/cmd_z_unit_build_test.go
Normal file
151
cmd/gf/internal/cmd/cmd_z_unit_build_test.go
Normal file
@ -0,0 +1,151 @@
|
|||||||
|
// Copyright GoFrame gf Author(https://goframe.org). All Rights Reserved.
|
||||||
|
//
|
||||||
|
// This Source Code Form is subject to the terms of the MIT License.
|
||||||
|
// If a copy of the MIT was not distributed with this file,
|
||||||
|
// You can obtain one at https://github.com/gogf/gf.
|
||||||
|
|
||||||
|
package cmd
|
||||||
|
|
||||||
|
import (
|
||||||
|
"testing"
|
||||||
|
|
||||||
|
"github.com/gogf/gf/v2/os/gfile"
|
||||||
|
"github.com/gogf/gf/v2/os/gproc"
|
||||||
|
"github.com/gogf/gf/v2/test/gtest"
|
||||||
|
"github.com/gogf/gf/v2/text/gstr"
|
||||||
|
)
|
||||||
|
|
||||||
|
func Test_Build_Single(t *testing.T) {
|
||||||
|
gtest.C(t, func(t *gtest.T) {
|
||||||
|
var (
|
||||||
|
buildPath = gtest.DataPath(`build`, `single`)
|
||||||
|
pwd = gfile.Pwd()
|
||||||
|
binaryName = `t.test`
|
||||||
|
binaryPath = gtest.DataPath(`build`, `single`, binaryName)
|
||||||
|
f = cBuild{}
|
||||||
|
)
|
||||||
|
defer gfile.Chdir(pwd)
|
||||||
|
defer gfile.Remove(binaryPath)
|
||||||
|
err := gfile.Chdir(buildPath)
|
||||||
|
t.AssertNil(err)
|
||||||
|
|
||||||
|
t.Assert(gfile.Exists(binaryPath), false)
|
||||||
|
_, err = f.Index(ctx, cBuildInput{
|
||||||
|
File: cBuildDefaultFile,
|
||||||
|
Name: binaryName,
|
||||||
|
})
|
||||||
|
t.AssertNil(err)
|
||||||
|
t.Assert(gfile.Exists(binaryPath), true)
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
func Test_Build_Single_Output(t *testing.T) {
|
||||||
|
gtest.C(t, func(t *gtest.T) {
|
||||||
|
var (
|
||||||
|
buildPath = gtest.DataPath(`build`, `single`)
|
||||||
|
pwd = gfile.Pwd()
|
||||||
|
binaryName = `tt`
|
||||||
|
binaryDirPath = gtest.DataPath(`build`, `single`, `tt`)
|
||||||
|
binaryPath = gtest.DataPath(`build`, `single`, `tt`, binaryName)
|
||||||
|
f = cBuild{}
|
||||||
|
)
|
||||||
|
defer gfile.Chdir(pwd)
|
||||||
|
defer gfile.Remove(binaryDirPath)
|
||||||
|
err := gfile.Chdir(buildPath)
|
||||||
|
t.AssertNil(err)
|
||||||
|
|
||||||
|
t.Assert(gfile.Exists(binaryPath), false)
|
||||||
|
_, err = f.Index(ctx, cBuildInput{
|
||||||
|
Output: "./tt/tt",
|
||||||
|
})
|
||||||
|
t.AssertNil(err)
|
||||||
|
t.Assert(gfile.Exists(binaryPath), true)
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
func Test_Build_Single_Path(t *testing.T) {
|
||||||
|
gtest.C(t, func(t *gtest.T) {
|
||||||
|
var (
|
||||||
|
buildPath = gtest.DataPath(`build`, `single`)
|
||||||
|
pwd = gfile.Pwd()
|
||||||
|
dirName = "ttt"
|
||||||
|
binaryName = `main`
|
||||||
|
binaryDirPath = gtest.DataPath(`build`, `single`, dirName)
|
||||||
|
binaryPath = gtest.DataPath(`build`, `single`, dirName, binaryName)
|
||||||
|
f = cBuild{}
|
||||||
|
)
|
||||||
|
defer gfile.Chdir(pwd)
|
||||||
|
defer gfile.Remove(binaryDirPath)
|
||||||
|
err := gfile.Chdir(buildPath)
|
||||||
|
t.AssertNil(err)
|
||||||
|
|
||||||
|
t.Assert(gfile.Exists(binaryPath), false)
|
||||||
|
_, err = f.Index(ctx, cBuildInput{
|
||||||
|
Path: "ttt",
|
||||||
|
})
|
||||||
|
t.AssertNil(err)
|
||||||
|
t.Assert(gfile.Exists(binaryPath), true)
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
func Test_Build_Single_VarMap(t *testing.T) {
|
||||||
|
gtest.C(t, func(t *gtest.T) {
|
||||||
|
var (
|
||||||
|
buildPath = gtest.DataPath(`build`, `varmap`)
|
||||||
|
pwd = gfile.Pwd()
|
||||||
|
binaryName = `main`
|
||||||
|
binaryPath = gtest.DataPath(`build`, `varmap`, binaryName)
|
||||||
|
f = cBuild{}
|
||||||
|
)
|
||||||
|
defer gfile.Chdir(pwd)
|
||||||
|
defer gfile.Remove(binaryPath)
|
||||||
|
err := gfile.Chdir(buildPath)
|
||||||
|
t.AssertNil(err)
|
||||||
|
|
||||||
|
t.Assert(gfile.Exists(binaryPath), false)
|
||||||
|
_, err = f.Index(ctx, cBuildInput{
|
||||||
|
VarMap: map[string]interface{}{
|
||||||
|
"a": "1",
|
||||||
|
"b": "2",
|
||||||
|
},
|
||||||
|
})
|
||||||
|
t.AssertNil(err)
|
||||||
|
t.Assert(gfile.Exists(binaryPath), true)
|
||||||
|
|
||||||
|
result, err := gproc.ShellExec(ctx, binaryPath)
|
||||||
|
t.AssertNil(err)
|
||||||
|
t.Assert(gstr.Contains(result, `a: 1`), true)
|
||||||
|
t.Assert(gstr.Contains(result, `b: 2`), true)
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
func Test_Build_Multiple(t *testing.T) {
|
||||||
|
gtest.C(t, func(t *gtest.T) {
|
||||||
|
var (
|
||||||
|
buildPath = gtest.DataPath(`build`, `multiple`)
|
||||||
|
pwd = gfile.Pwd()
|
||||||
|
binaryDirPath = gtest.DataPath(`build`, `multiple`, `temp`)
|
||||||
|
binaryPathLinux = gtest.DataPath(`build`, `multiple`, `temp`, `v1.1`, `linux_amd64`, `ttt`)
|
||||||
|
binaryPathWindows = gtest.DataPath(`build`, `multiple`, `temp`, `v1.1`, `windows_amd64`, `ttt.exe`)
|
||||||
|
f = cBuild{}
|
||||||
|
)
|
||||||
|
defer gfile.Chdir(pwd)
|
||||||
|
defer gfile.Remove(binaryDirPath)
|
||||||
|
err := gfile.Chdir(buildPath)
|
||||||
|
t.AssertNil(err)
|
||||||
|
|
||||||
|
t.Assert(gfile.Exists(binaryPathLinux), false)
|
||||||
|
t.Assert(gfile.Exists(binaryPathWindows), false)
|
||||||
|
_, err = f.Index(ctx, cBuildInput{
|
||||||
|
File: "multiple.go",
|
||||||
|
Name: "ttt",
|
||||||
|
Version: "v1.1",
|
||||||
|
Arch: "amd64",
|
||||||
|
System: "linux, windows",
|
||||||
|
Path: "temp",
|
||||||
|
})
|
||||||
|
t.AssertNil(err)
|
||||||
|
t.Assert(gfile.Exists(binaryPathLinux), true)
|
||||||
|
t.Assert(gfile.Exists(binaryPathWindows), true)
|
||||||
|
})
|
||||||
|
}
|
||||||
86
cmd/gf/internal/cmd/cmd_z_unit_gen_ctrl_test.go
Normal file
86
cmd/gf/internal/cmd/cmd_z_unit_gen_ctrl_test.go
Normal file
@ -0,0 +1,86 @@
|
|||||||
|
// Copyright GoFrame gf Author(https://goframe.org). All Rights Reserved.
|
||||||
|
//
|
||||||
|
// This Source Code Form is subject to the terms of the MIT License.
|
||||||
|
// If a copy of the MIT was not distributed with this file,
|
||||||
|
// You can obtain one at https://github.com/gogf/gf.
|
||||||
|
|
||||||
|
package cmd
|
||||||
|
|
||||||
|
import (
|
||||||
|
"path/filepath"
|
||||||
|
"testing"
|
||||||
|
|
||||||
|
"github.com/gogf/gf/cmd/gf/v2/internal/cmd/genctrl"
|
||||||
|
"github.com/gogf/gf/v2/os/gfile"
|
||||||
|
"github.com/gogf/gf/v2/test/gtest"
|
||||||
|
"github.com/gogf/gf/v2/util/guid"
|
||||||
|
"github.com/gogf/gf/v2/util/gutil"
|
||||||
|
)
|
||||||
|
|
||||||
|
func Test_Gen_Ctrl_Default(t *testing.T) {
|
||||||
|
gtest.C(t, func(t *gtest.T) {
|
||||||
|
var (
|
||||||
|
path = gfile.Temp(guid.S())
|
||||||
|
apiFolder = gtest.DataPath("genctrl", "api")
|
||||||
|
in = genctrl.CGenCtrlInput{
|
||||||
|
SrcFolder: apiFolder,
|
||||||
|
DstFolder: path,
|
||||||
|
WatchFile: "",
|
||||||
|
SdkPath: "",
|
||||||
|
SdkStdVersion: false,
|
||||||
|
SdkNoV1: false,
|
||||||
|
Clear: false,
|
||||||
|
Merge: false,
|
||||||
|
}
|
||||||
|
)
|
||||||
|
err := gutil.FillStructWithDefault(&in)
|
||||||
|
t.AssertNil(err)
|
||||||
|
|
||||||
|
err = gfile.Mkdir(path)
|
||||||
|
t.AssertNil(err)
|
||||||
|
defer gfile.Remove(path)
|
||||||
|
|
||||||
|
_, err = genctrl.CGenCtrl{}.Ctrl(ctx, in)
|
||||||
|
if err != nil {
|
||||||
|
panic(err)
|
||||||
|
}
|
||||||
|
|
||||||
|
// apiInterface file
|
||||||
|
var (
|
||||||
|
genApi = apiFolder + filepath.FromSlash("/article/article.go")
|
||||||
|
genApiExpect = apiFolder + filepath.FromSlash("/article/article_expect.go")
|
||||||
|
)
|
||||||
|
defer gfile.Remove(genApi)
|
||||||
|
t.Assert(gfile.GetContents(genApi), gfile.GetContents(genApiExpect))
|
||||||
|
|
||||||
|
// files
|
||||||
|
files, err := gfile.ScanDir(path, "*.go", true)
|
||||||
|
t.AssertNil(err)
|
||||||
|
t.Assert(files, []string{
|
||||||
|
path + filepath.FromSlash("/article/article.go"),
|
||||||
|
path + filepath.FromSlash("/article/article_new.go"),
|
||||||
|
path + filepath.FromSlash("/article/article_v1_create.go"),
|
||||||
|
path + filepath.FromSlash("/article/article_v1_get_list.go"),
|
||||||
|
path + filepath.FromSlash("/article/article_v1_get_one.go"),
|
||||||
|
path + filepath.FromSlash("/article/article_v1_update.go"),
|
||||||
|
path + filepath.FromSlash("/article/article_v2_create.go"),
|
||||||
|
path + filepath.FromSlash("/article/article_v2_update.go"),
|
||||||
|
})
|
||||||
|
|
||||||
|
// content
|
||||||
|
testPath := gtest.DataPath("genctrl", "controller")
|
||||||
|
expectFiles := []string{
|
||||||
|
testPath + filepath.FromSlash("/article/article.go"),
|
||||||
|
testPath + filepath.FromSlash("/article/article_new.go"),
|
||||||
|
testPath + filepath.FromSlash("/article/article_v1_create.go"),
|
||||||
|
testPath + filepath.FromSlash("/article/article_v1_get_list.go"),
|
||||||
|
testPath + filepath.FromSlash("/article/article_v1_get_one.go"),
|
||||||
|
testPath + filepath.FromSlash("/article/article_v1_update.go"),
|
||||||
|
testPath + filepath.FromSlash("/article/article_v2_create.go"),
|
||||||
|
testPath + filepath.FromSlash("/article/article_v2_update.go"),
|
||||||
|
}
|
||||||
|
for i := range files {
|
||||||
|
t.Assert(gfile.GetContents(files[i]), gfile.GetContents(expectFiles[i]))
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
@ -7,13 +7,11 @@
|
|||||||
package cmd
|
package cmd
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
|
||||||
"fmt"
|
"fmt"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/gogf/gf/cmd/gf/v2/internal/cmd/gendao"
|
"github.com/gogf/gf/cmd/gf/v2/internal/cmd/gendao"
|
||||||
"github.com/gogf/gf/v2/database/gdb"
|
|
||||||
"github.com/gogf/gf/v2/os/gfile"
|
"github.com/gogf/gf/v2/os/gfile"
|
||||||
"github.com/gogf/gf/v2/test/gtest"
|
"github.com/gogf/gf/v2/test/gtest"
|
||||||
"github.com/gogf/gf/v2/text/gstr"
|
"github.com/gogf/gf/v2/text/gstr"
|
||||||
@ -21,24 +19,11 @@ import (
|
|||||||
"github.com/gogf/gf/v2/util/gutil"
|
"github.com/gogf/gf/v2/util/gutil"
|
||||||
)
|
)
|
||||||
|
|
||||||
var ctx = context.Background()
|
|
||||||
|
|
||||||
func dropTableWithDb(db gdb.DB, table string) {
|
|
||||||
dropTableStmt := fmt.Sprintf("DROP TABLE IF EXISTS `%s`", table)
|
|
||||||
if _, err := db.Exec(ctx, dropTableStmt); err != nil {
|
|
||||||
gtest.Error(err)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
func Test_Gen_Dao_Default(t *testing.T) {
|
func Test_Gen_Dao_Default(t *testing.T) {
|
||||||
link := "mysql:root:12345678@tcp(127.0.0.1:3306)/test?loc=Local&parseTime=true"
|
|
||||||
db, err := gdb.New(gdb.ConfigNode{
|
|
||||||
Link: link,
|
|
||||||
})
|
|
||||||
gtest.AssertNil(err)
|
|
||||||
|
|
||||||
gtest.C(t, func(t *gtest.T) {
|
gtest.C(t, func(t *gtest.T) {
|
||||||
var (
|
var (
|
||||||
|
err error
|
||||||
|
db = testDB
|
||||||
table = "table_user"
|
table = "table_user"
|
||||||
sqlContent = fmt.Sprintf(
|
sqlContent = fmt.Sprintf(
|
||||||
gtest.DataContent(`gendao`, `user.tpl.sql`),
|
gtest.DataContent(`gendao`, `user.tpl.sql`),
|
||||||
@ -126,14 +111,10 @@ func Test_Gen_Dao_Default(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func Test_Gen_Dao_TypeMapping(t *testing.T) {
|
func Test_Gen_Dao_TypeMapping(t *testing.T) {
|
||||||
link := "mysql:root:12345678@tcp(127.0.0.1:3306)/test?loc=Local&parseTime=true"
|
|
||||||
db, err := gdb.New(gdb.ConfigNode{
|
|
||||||
Link: link,
|
|
||||||
})
|
|
||||||
gtest.AssertNil(err)
|
|
||||||
|
|
||||||
gtest.C(t, func(t *gtest.T) {
|
gtest.C(t, func(t *gtest.T) {
|
||||||
var (
|
var (
|
||||||
|
err error
|
||||||
|
db = testDB
|
||||||
table = "table_user"
|
table = "table_user"
|
||||||
sqlContent = fmt.Sprintf(
|
sqlContent = fmt.Sprintf(
|
||||||
gtest.DataContent(`gendao`, `user.tpl.sql`),
|
gtest.DataContent(`gendao`, `user.tpl.sql`),
|
||||||
70
cmd/gf/internal/cmd/cmd_z_unit_gen_pbentity_test.go
Normal file
70
cmd/gf/internal/cmd/cmd_z_unit_gen_pbentity_test.go
Normal file
@ -0,0 +1,70 @@
|
|||||||
|
// Copyright GoFrame gf Author(https://goframe.org). All Rights Reserved.
|
||||||
|
//
|
||||||
|
// This Source Code Form is subject to the terms of the MIT License.
|
||||||
|
// If a copy of the MIT was not distributed with this file,
|
||||||
|
// You can obtain one at https://github.com/gogf/gf.
|
||||||
|
|
||||||
|
package cmd
|
||||||
|
|
||||||
|
import (
|
||||||
|
"fmt"
|
||||||
|
"os"
|
||||||
|
"path/filepath"
|
||||||
|
"testing"
|
||||||
|
|
||||||
|
"github.com/gogf/gf/v2/os/gcmd"
|
||||||
|
"github.com/gogf/gf/v2/os/gfile"
|
||||||
|
"github.com/gogf/gf/v2/test/gtest"
|
||||||
|
"github.com/gogf/gf/v2/text/gstr"
|
||||||
|
"github.com/gogf/gf/v2/util/guid"
|
||||||
|
)
|
||||||
|
|
||||||
|
func Test_Gen_Pbentity_NameCase(t *testing.T) {
|
||||||
|
gtest.C(t, func(t *gtest.T) {
|
||||||
|
var (
|
||||||
|
err error
|
||||||
|
db = testDB
|
||||||
|
table = "table_user"
|
||||||
|
sqlContent = fmt.Sprintf(
|
||||||
|
gtest.DataContent(`genpbentity`, `user.tpl.sql`),
|
||||||
|
table,
|
||||||
|
)
|
||||||
|
)
|
||||||
|
dropTableWithDb(db, table)
|
||||||
|
array := gstr.SplitAndTrim(sqlContent, ";")
|
||||||
|
for _, v := range array {
|
||||||
|
if _, err = db.Exec(ctx, v); err != nil {
|
||||||
|
t.AssertNil(err)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
defer dropTableWithDb(db, table)
|
||||||
|
var path = gfile.Temp(guid.S())
|
||||||
|
err = gfile.Mkdir(path)
|
||||||
|
t.AssertNil(err)
|
||||||
|
defer gfile.Remove(path)
|
||||||
|
|
||||||
|
root, err := gcmd.NewFromObject(GF)
|
||||||
|
t.AssertNil(err)
|
||||||
|
err = root.AddObject(
|
||||||
|
Gen,
|
||||||
|
)
|
||||||
|
t.AssertNil(err)
|
||||||
|
os.Args = []string{"gf", "gen", "pbentity", "-l", link, "-p", path, "-package=unittest", "-nameCase=SnakeScreaming"}
|
||||||
|
|
||||||
|
err = root.RunWithError(ctx)
|
||||||
|
t.AssertNil(err)
|
||||||
|
|
||||||
|
files := []string{
|
||||||
|
filepath.FromSlash(path + "/table_user.proto"),
|
||||||
|
}
|
||||||
|
|
||||||
|
testPath := gtest.DataPath("genpbentity", "generated_user")
|
||||||
|
expectFiles := []string{
|
||||||
|
filepath.FromSlash(testPath + "/table_user.proto"),
|
||||||
|
}
|
||||||
|
// check files content
|
||||||
|
for i := range files {
|
||||||
|
t.Assert(gfile.GetContents(files[i]), gfile.GetContents(expectFiles[i]))
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
73
cmd/gf/internal/cmd/cmd_z_unit_gen_service_test.go
Normal file
73
cmd/gf/internal/cmd/cmd_z_unit_gen_service_test.go
Normal file
@ -0,0 +1,73 @@
|
|||||||
|
// Copyright GoFrame gf Author(https://goframe.org). All Rights Reserved.
|
||||||
|
//
|
||||||
|
// This Source Code Form is subject to the terms of the MIT License.
|
||||||
|
// If a copy of the MIT was not distributed with this file,
|
||||||
|
// You can obtain one at https://github.com/gogf/gf.
|
||||||
|
|
||||||
|
package cmd
|
||||||
|
|
||||||
|
import (
|
||||||
|
"path/filepath"
|
||||||
|
"testing"
|
||||||
|
|
||||||
|
"github.com/gogf/gf/cmd/gf/v2/internal/cmd/genservice"
|
||||||
|
"github.com/gogf/gf/v2/os/gfile"
|
||||||
|
"github.com/gogf/gf/v2/test/gtest"
|
||||||
|
"github.com/gogf/gf/v2/util/guid"
|
||||||
|
"github.com/gogf/gf/v2/util/gutil"
|
||||||
|
)
|
||||||
|
|
||||||
|
func Test_Gen_Service_Default(t *testing.T) {
|
||||||
|
gtest.C(t, func(t *gtest.T) {
|
||||||
|
var (
|
||||||
|
path = gfile.Temp(guid.S())
|
||||||
|
dstFolder = path + filepath.FromSlash("/service")
|
||||||
|
apiFolder = gtest.DataPath("genservice", "logic")
|
||||||
|
in = genservice.CGenServiceInput{
|
||||||
|
SrcFolder: apiFolder,
|
||||||
|
DstFolder: dstFolder,
|
||||||
|
DstFileNameCase: "Snake",
|
||||||
|
WatchFile: "",
|
||||||
|
StPattern: "",
|
||||||
|
Packages: nil,
|
||||||
|
ImportPrefix: "",
|
||||||
|
Clear: false,
|
||||||
|
}
|
||||||
|
)
|
||||||
|
err := gutil.FillStructWithDefault(&in)
|
||||||
|
t.AssertNil(err)
|
||||||
|
|
||||||
|
err = gfile.Mkdir(path)
|
||||||
|
t.AssertNil(err)
|
||||||
|
defer gfile.Remove(path)
|
||||||
|
|
||||||
|
_, err = genservice.CGenService{}.Service(ctx, in)
|
||||||
|
if err != nil {
|
||||||
|
panic(err)
|
||||||
|
}
|
||||||
|
|
||||||
|
// logic file
|
||||||
|
var (
|
||||||
|
genApi = apiFolder + filepath.FromSlash("/logic.go")
|
||||||
|
genApiExpect = apiFolder + filepath.FromSlash("/logic_expect.go")
|
||||||
|
)
|
||||||
|
defer gfile.Remove(genApi)
|
||||||
|
t.Assert(gfile.GetContents(genApi), gfile.GetContents(genApiExpect))
|
||||||
|
|
||||||
|
// files
|
||||||
|
files, err := gfile.ScanDir(dstFolder, "*.go", true)
|
||||||
|
t.AssertNil(err)
|
||||||
|
t.Assert(files, []string{
|
||||||
|
dstFolder + filepath.FromSlash("/article.go"),
|
||||||
|
})
|
||||||
|
|
||||||
|
// contents
|
||||||
|
testPath := gtest.DataPath("genservice", "service")
|
||||||
|
expectFiles := []string{
|
||||||
|
testPath + filepath.FromSlash("/article.go"),
|
||||||
|
}
|
||||||
|
for i := range files {
|
||||||
|
t.Assert(gfile.GetContents(files[i]), gfile.GetContents(expectFiles[i]))
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
@ -38,7 +38,7 @@ gf gen ctrl
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
PatternApiDefinition = `type\s+(\w+)Req\s+struct\s+{([\s\S]+?)}`
|
PatternApiDefinition = `type[\s\(]+(\w+)Req\s+struct\s+{([\s\S]+?)}`
|
||||||
PatternCtrlDefinition = `func\s+\(.+?\)\s+\w+\(.+?\*(\w+)\.(\w+)Req\)\s+\(.+?\*(\w+)\.(\w+)Res,\s+\w+\s+error\)\s+{`
|
PatternCtrlDefinition = `func\s+\(.+?\)\s+\w+\(.+?\*(\w+)\.(\w+)Req\)\s+\(.+?\*(\w+)\.(\w+)Res,\s+\w+\s+error\)\s+{`
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -74,7 +74,7 @@ type (
|
|||||||
SdkStdVersion bool `short:"v" name:"sdkStdVersion" brief:"{CGenCtrlBriefSdkStdVersion}" orphan:"true"`
|
SdkStdVersion bool `short:"v" name:"sdkStdVersion" brief:"{CGenCtrlBriefSdkStdVersion}" orphan:"true"`
|
||||||
SdkNoV1 bool `short:"n" name:"sdkNoV1" brief:"{CGenCtrlBriefSdkNoV1}" orphan:"true"`
|
SdkNoV1 bool `short:"n" name:"sdkNoV1" brief:"{CGenCtrlBriefSdkNoV1}" orphan:"true"`
|
||||||
Clear bool `short:"c" name:"clear" brief:"{CGenCtrlBriefClear}" orphan:"true"`
|
Clear bool `short:"c" name:"clear" brief:"{CGenCtrlBriefClear}" orphan:"true"`
|
||||||
Merge bool `short:"m" name:"merge" brief:"{CGenCtrlControllerMerge}" orphan:"true"`
|
Merge bool `short:"m" name:"merge" brief:"{CGenCtrlControllerMerge}" orphan:"true"`
|
||||||
}
|
}
|
||||||
CGenCtrlOutput struct{}
|
CGenCtrlOutput struct{}
|
||||||
)
|
)
|
||||||
|
|||||||
@ -108,7 +108,7 @@ func (c *controllerGenerator) doGenerateCtrlNewByModuleAndVersion(
|
|||||||
"{NewFuncName}": newFuncName,
|
"{NewFuncName}": newFuncName,
|
||||||
"{InterfaceName}": interfaceName,
|
"{InterfaceName}": interfaceName,
|
||||||
})
|
})
|
||||||
err = gfile.PutContentsAppend(moduleFilePathNew, gstr.TrimLeft(content))
|
err = gfile.PutContentsAppend(moduleFilePathNew, content)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|||||||
@ -50,8 +50,7 @@ func (c *apiInterfaceGenerator) doGenerate(apiModuleFolderPath string, module st
|
|||||||
moduleFilePath = filepath.FromSlash(gfile.Join(apiModuleFolderPath, fmt.Sprintf(`%s.if.go`, module)))
|
moduleFilePath = filepath.FromSlash(gfile.Join(apiModuleFolderPath, fmt.Sprintf(`%s.if.go`, module)))
|
||||||
}
|
}
|
||||||
// all import paths.
|
// all import paths.
|
||||||
importPathMap.Set("\t"+`"context"`, 1)
|
importPathMap.Set("\t"+`"context"`+"\n", 1)
|
||||||
importPathMap.Set("\t"+``, 1)
|
|
||||||
for _, item := range items {
|
for _, item := range items {
|
||||||
importPathMap.Set(fmt.Sprintf("\t"+`"%s"`, item.Import), 1)
|
importPathMap.Set(fmt.Sprintf("\t"+`"%s"`, item.Import), 1)
|
||||||
}
|
}
|
||||||
@ -92,7 +91,7 @@ func (c *apiInterfaceGenerator) doGenerate(apiModuleFolderPath string, module st
|
|||||||
interfaceDefinition += "\n\n"
|
interfaceDefinition += "\n\n"
|
||||||
}
|
}
|
||||||
interfaceContent = gstr.TrimLeft(gstr.ReplaceByMap(interfaceContent, g.MapStrStr{
|
interfaceContent = gstr.TrimLeft(gstr.ReplaceByMap(interfaceContent, g.MapStrStr{
|
||||||
"{Interfaces}": interfaceDefinition,
|
"{Interfaces}": gstr.TrimRightStr(interfaceDefinition, "\n", 2),
|
||||||
}))
|
}))
|
||||||
err = gfile.PutContents(moduleFilePath, interfaceContent)
|
err = gfile.PutContents(moduleFilePath, interfaceContent)
|
||||||
mlog.Printf(`generated: %s`, moduleFilePath)
|
mlog.Printf(`generated: %s`, moduleFilePath)
|
||||||
|
|||||||
@ -9,9 +9,10 @@ package gendao
|
|||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"fmt"
|
"fmt"
|
||||||
"golang.org/x/mod/modfile"
|
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
|
"golang.org/x/mod/modfile"
|
||||||
|
|
||||||
"github.com/gogf/gf/cmd/gf/v2/internal/utility/utils"
|
"github.com/gogf/gf/cmd/gf/v2/internal/utility/utils"
|
||||||
"github.com/gogf/gf/v2/container/garray"
|
"github.com/gogf/gf/v2/container/garray"
|
||||||
"github.com/gogf/gf/v2/database/gdb"
|
"github.com/gogf/gf/v2/database/gdb"
|
||||||
@ -58,28 +59,29 @@ CONFIGURATION SUPPORT
|
|||||||
numeric:
|
numeric:
|
||||||
type: string
|
type: string
|
||||||
`
|
`
|
||||||
CGenDaoBriefPath = `directory path for generated files`
|
CGenDaoBriefPath = `directory path for generated files`
|
||||||
CGenDaoBriefLink = `database configuration, the same as the ORM configuration of GoFrame`
|
CGenDaoBriefLink = `database configuration, the same as the ORM configuration of GoFrame`
|
||||||
CGenDaoBriefTables = `generate models only for given tables, multiple table names separated with ','`
|
CGenDaoBriefTables = `generate models only for given tables, multiple table names separated with ','`
|
||||||
CGenDaoBriefTablesEx = `generate models excluding given tables, multiple table names separated with ','`
|
CGenDaoBriefTablesEx = `generate models excluding given tables, multiple table names separated with ','`
|
||||||
CGenDaoBriefPrefix = `add prefix for all table of specified link/database tables`
|
CGenDaoBriefPrefix = `add prefix for all table of specified link/database tables`
|
||||||
CGenDaoBriefRemovePrefix = `remove specified prefix of the table, multiple prefix separated with ','`
|
CGenDaoBriefRemovePrefix = `remove specified prefix of the table, multiple prefix separated with ','`
|
||||||
CGenDaoBriefStdTime = `use time.Time from stdlib instead of gtime.Time for generated time/date fields of tables`
|
CGenDaoBriefRemoveFieldPrefix = `remove specified prefix of the field, multiple prefix separated with ','`
|
||||||
CGenDaoBriefWithTime = `add created time for auto produced go files`
|
CGenDaoBriefStdTime = `use time.Time from stdlib instead of gtime.Time for generated time/date fields of tables`
|
||||||
CGenDaoBriefGJsonSupport = `use gJsonSupport to use *gjson.Json instead of string for generated json fields of tables`
|
CGenDaoBriefWithTime = `add created time for auto produced go files`
|
||||||
CGenDaoBriefImportPrefix = `custom import prefix for generated go files`
|
CGenDaoBriefGJsonSupport = `use gJsonSupport to use *gjson.Json instead of string for generated json fields of tables`
|
||||||
CGenDaoBriefDaoPath = `directory path for storing generated dao files under path`
|
CGenDaoBriefImportPrefix = `custom import prefix for generated go files`
|
||||||
CGenDaoBriefDoPath = `directory path for storing generated do files under path`
|
CGenDaoBriefDaoPath = `directory path for storing generated dao files under path`
|
||||||
CGenDaoBriefEntityPath = `directory path for storing generated entity files under path`
|
CGenDaoBriefDoPath = `directory path for storing generated do files under path`
|
||||||
CGenDaoBriefOverwriteDao = `overwrite all dao files both inside/outside internal folder`
|
CGenDaoBriefEntityPath = `directory path for storing generated entity files under path`
|
||||||
CGenDaoBriefModelFile = `custom file name for storing generated model content`
|
CGenDaoBriefOverwriteDao = `overwrite all dao files both inside/outside internal folder`
|
||||||
CGenDaoBriefModelFileForDao = `custom file name generating model for DAO operations like Where/Data. It's empty in default`
|
CGenDaoBriefModelFile = `custom file name for storing generated model content`
|
||||||
CGenDaoBriefDescriptionTag = `add comment to description tag for each field`
|
CGenDaoBriefModelFileForDao = `custom file name generating model for DAO operations like Where/Data. It's empty in default`
|
||||||
CGenDaoBriefNoJsonTag = `no json tag will be added for each field`
|
CGenDaoBriefDescriptionTag = `add comment to description tag for each field`
|
||||||
CGenDaoBriefNoModelComment = `no model comment will be added for each field`
|
CGenDaoBriefNoJsonTag = `no json tag will be added for each field`
|
||||||
CGenDaoBriefClear = `delete all generated go files that do not exist in database`
|
CGenDaoBriefNoModelComment = `no model comment will be added for each field`
|
||||||
CGenDaoBriefTypeMapping = `custom local type mapping for generated struct attributes relevant to fields of table`
|
CGenDaoBriefClear = `delete all generated go files that do not exist in database`
|
||||||
CGenDaoBriefGroup = `
|
CGenDaoBriefTypeMapping = `custom local type mapping for generated struct attributes relevant to fields of table`
|
||||||
|
CGenDaoBriefGroup = `
|
||||||
specifying the configuration group name of database for generated ORM instance,
|
specifying the configuration group name of database for generated ORM instance,
|
||||||
it's not necessary and the default value is "default"
|
it's not necessary and the default value is "default"
|
||||||
`
|
`
|
||||||
@ -144,6 +146,7 @@ func init() {
|
|||||||
`CGenDaoBriefTablesEx`: CGenDaoBriefTablesEx,
|
`CGenDaoBriefTablesEx`: CGenDaoBriefTablesEx,
|
||||||
`CGenDaoBriefPrefix`: CGenDaoBriefPrefix,
|
`CGenDaoBriefPrefix`: CGenDaoBriefPrefix,
|
||||||
`CGenDaoBriefRemovePrefix`: CGenDaoBriefRemovePrefix,
|
`CGenDaoBriefRemovePrefix`: CGenDaoBriefRemovePrefix,
|
||||||
|
`CGenDaoBriefRemoveFieldPrefix`: CGenDaoBriefRemoveFieldPrefix,
|
||||||
`CGenDaoBriefStdTime`: CGenDaoBriefStdTime,
|
`CGenDaoBriefStdTime`: CGenDaoBriefStdTime,
|
||||||
`CGenDaoBriefWithTime`: CGenDaoBriefWithTime,
|
`CGenDaoBriefWithTime`: CGenDaoBriefWithTime,
|
||||||
`CGenDaoBriefDaoPath`: CGenDaoBriefDaoPath,
|
`CGenDaoBriefDaoPath`: CGenDaoBriefDaoPath,
|
||||||
@ -179,6 +182,7 @@ type (
|
|||||||
Group string `name:"group" short:"g" brief:"{CGenDaoBriefGroup}" d:"default"`
|
Group string `name:"group" short:"g" brief:"{CGenDaoBriefGroup}" d:"default"`
|
||||||
Prefix string `name:"prefix" short:"f" brief:"{CGenDaoBriefPrefix}"`
|
Prefix string `name:"prefix" short:"f" brief:"{CGenDaoBriefPrefix}"`
|
||||||
RemovePrefix string `name:"removePrefix" short:"r" brief:"{CGenDaoBriefRemovePrefix}"`
|
RemovePrefix string `name:"removePrefix" short:"r" brief:"{CGenDaoBriefRemovePrefix}"`
|
||||||
|
RemoveFieldPrefix string `name:"removeFieldPrefix" short:"rf" brief:"{CGenDaoBriefRemoveFieldPrefix}"`
|
||||||
JsonCase string `name:"jsonCase" short:"j" brief:"{CGenDaoBriefJsonCase}" d:"CamelLower"`
|
JsonCase string `name:"jsonCase" short:"j" brief:"{CGenDaoBriefJsonCase}" d:"CamelLower"`
|
||||||
ImportPrefix string `name:"importPrefix" short:"i" brief:"{CGenDaoBriefImportPrefix}"`
|
ImportPrefix string `name:"importPrefix" short:"i" brief:"{CGenDaoBriefImportPrefix}"`
|
||||||
DaoPath string `name:"daoPath" short:"d" brief:"{CGenDaoBriefDaoPath}" d:"dao"`
|
DaoPath string `name:"daoPath" short:"d" brief:"{CGenDaoBriefDaoPath}" d:"dao"`
|
||||||
|
|||||||
@ -138,6 +138,7 @@ type generateDaoInternalInput struct {
|
|||||||
|
|
||||||
func generateDaoInternal(in generateDaoInternalInput) {
|
func generateDaoInternal(in generateDaoInternalInput) {
|
||||||
path := filepath.FromSlash(gfile.Join(in.DirPathDaoInternal, in.FileName+".go"))
|
path := filepath.FromSlash(gfile.Join(in.DirPathDaoInternal, in.FileName+".go"))
|
||||||
|
removeFieldPrefixArray := gstr.SplitAndTrim(in.RemoveFieldPrefix, ",")
|
||||||
modelContent := gstr.ReplaceByMap(
|
modelContent := gstr.ReplaceByMap(
|
||||||
getTemplateFromPathOrDefault(in.TplDaoInternalPath, consts.TemplateGenDaoInternalContent),
|
getTemplateFromPathOrDefault(in.TplDaoInternalPath, consts.TemplateGenDaoInternalContent),
|
||||||
g.MapStrStr{
|
g.MapStrStr{
|
||||||
@ -146,8 +147,8 @@ func generateDaoInternal(in generateDaoInternalInput) {
|
|||||||
tplVarGroupName: in.Group,
|
tplVarGroupName: in.Group,
|
||||||
tplVarTableNameCamelCase: in.TableNameCamelCase,
|
tplVarTableNameCamelCase: in.TableNameCamelCase,
|
||||||
tplVarTableNameCamelLowerCase: in.TableNameCamelLowerCase,
|
tplVarTableNameCamelLowerCase: in.TableNameCamelLowerCase,
|
||||||
tplVarColumnDefine: gstr.Trim(generateColumnDefinitionForDao(in.FieldMap)),
|
tplVarColumnDefine: gstr.Trim(generateColumnDefinitionForDao(in.FieldMap, removeFieldPrefixArray)),
|
||||||
tplVarColumnNames: gstr.Trim(generateColumnNamesForDao(in.FieldMap)),
|
tplVarColumnNames: gstr.Trim(generateColumnNamesForDao(in.FieldMap, removeFieldPrefixArray)),
|
||||||
})
|
})
|
||||||
modelContent = replaceDefaultVar(in.CGenDaoInternalInput, modelContent)
|
modelContent = replaceDefaultVar(in.CGenDaoInternalInput, modelContent)
|
||||||
if err := gfile.PutContents(path, strings.TrimSpace(modelContent)); err != nil {
|
if err := gfile.PutContents(path, strings.TrimSpace(modelContent)); err != nil {
|
||||||
@ -160,16 +161,23 @@ func generateDaoInternal(in generateDaoInternalInput) {
|
|||||||
|
|
||||||
// generateColumnNamesForDao generates and returns the column names assignment content of column struct
|
// generateColumnNamesForDao generates and returns the column names assignment content of column struct
|
||||||
// for specified table.
|
// for specified table.
|
||||||
func generateColumnNamesForDao(fieldMap map[string]*gdb.TableField) string {
|
func generateColumnNamesForDao(fieldMap map[string]*gdb.TableField, removeFieldPrefixArray []string) string {
|
||||||
var (
|
var (
|
||||||
buffer = bytes.NewBuffer(nil)
|
buffer = bytes.NewBuffer(nil)
|
||||||
array = make([][]string, len(fieldMap))
|
array = make([][]string, len(fieldMap))
|
||||||
names = sortFieldKeyForDao(fieldMap)
|
names = sortFieldKeyForDao(fieldMap)
|
||||||
)
|
)
|
||||||
|
|
||||||
for index, name := range names {
|
for index, name := range names {
|
||||||
field := fieldMap[name]
|
field := fieldMap[name]
|
||||||
|
|
||||||
|
newFiledName := field.Name
|
||||||
|
for _, v := range removeFieldPrefixArray {
|
||||||
|
newFiledName = gstr.TrimLeftStr(newFiledName, v, 1)
|
||||||
|
}
|
||||||
|
|
||||||
array[index] = []string{
|
array[index] = []string{
|
||||||
" #" + gstr.CaseCamel(field.Name) + ":",
|
" #" + gstr.CaseCamel(newFiledName) + ":",
|
||||||
fmt.Sprintf(` #"%s",`, field.Name),
|
fmt.Sprintf(` #"%s",`, field.Name),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -189,12 +197,13 @@ func generateColumnNamesForDao(fieldMap map[string]*gdb.TableField) string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// generateColumnDefinitionForDao generates and returns the column names definition for specified table.
|
// generateColumnDefinitionForDao generates and returns the column names definition for specified table.
|
||||||
func generateColumnDefinitionForDao(fieldMap map[string]*gdb.TableField) string {
|
func generateColumnDefinitionForDao(fieldMap map[string]*gdb.TableField, removeFieldPrefixArray []string) string {
|
||||||
var (
|
var (
|
||||||
buffer = bytes.NewBuffer(nil)
|
buffer = bytes.NewBuffer(nil)
|
||||||
array = make([][]string, len(fieldMap))
|
array = make([][]string, len(fieldMap))
|
||||||
names = sortFieldKeyForDao(fieldMap)
|
names = sortFieldKeyForDao(fieldMap)
|
||||||
)
|
)
|
||||||
|
|
||||||
for index, name := range names {
|
for index, name := range names {
|
||||||
var (
|
var (
|
||||||
field = fieldMap[name]
|
field = fieldMap[name]
|
||||||
@ -203,8 +212,12 @@ func generateColumnDefinitionForDao(fieldMap map[string]*gdb.TableField) string
|
|||||||
"\r", " ",
|
"\r", " ",
|
||||||
}))
|
}))
|
||||||
)
|
)
|
||||||
|
newFiledName := field.Name
|
||||||
|
for _, v := range removeFieldPrefixArray {
|
||||||
|
newFiledName = gstr.TrimLeftStr(newFiledName, v, 1)
|
||||||
|
}
|
||||||
array[index] = []string{
|
array[index] = []string{
|
||||||
" #" + gstr.CaseCamel(field.Name),
|
" #" + gstr.CaseCamel(newFiledName),
|
||||||
" # " + "string",
|
" # " + "string",
|
||||||
" #" + fmt.Sprintf(`// %s`, comment),
|
" #" + fmt.Sprintf(`// %s`, comment),
|
||||||
}
|
}
|
||||||
|
|||||||
@ -10,9 +10,10 @@ import (
|
|||||||
"bytes"
|
"bytes"
|
||||||
"context"
|
"context"
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/olekukonko/tablewriter"
|
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
|
"github.com/olekukonko/tablewriter"
|
||||||
|
|
||||||
"github.com/gogf/gf/v2/database/gdb"
|
"github.com/gogf/gf/v2/database/gdb"
|
||||||
"github.com/gogf/gf/v2/frame/g"
|
"github.com/gogf/gf/v2/frame/g"
|
||||||
"github.com/gogf/gf/v2/text/gregex"
|
"github.com/gogf/gf/v2/text/gregex"
|
||||||
@ -70,7 +71,7 @@ func generateStructFieldDefinition(
|
|||||||
err error
|
err error
|
||||||
localTypeName gdb.LocalType
|
localTypeName gdb.LocalType
|
||||||
localTypeNameStr string
|
localTypeNameStr string
|
||||||
jsonTag = getJsonTagFromCase(field.Name, in.JsonCase)
|
jsonTag = gstr.CaseConvert(field.Name, gstr.CaseTypeMatch(in.JsonCase))
|
||||||
)
|
)
|
||||||
|
|
||||||
if in.TypeMapping != nil && len(in.TypeMapping) > 0 {
|
if in.TypeMapping != nil && len(in.TypeMapping) > 0 {
|
||||||
@ -125,8 +126,13 @@ func generateStructFieldDefinition(
|
|||||||
tagKey = "`"
|
tagKey = "`"
|
||||||
descriptionTag = gstr.Replace(formatComment(field.Comment), `"`, `\"`)
|
descriptionTag = gstr.Replace(formatComment(field.Comment), `"`, `\"`)
|
||||||
)
|
)
|
||||||
|
removeFieldPrefixArray := gstr.SplitAndTrim(in.RemoveFieldPrefix, ",")
|
||||||
|
newFiledName := field.Name
|
||||||
|
for _, v := range removeFieldPrefixArray {
|
||||||
|
newFiledName = gstr.TrimLeftStr(newFiledName, v, 1)
|
||||||
|
}
|
||||||
attrLines = []string{
|
attrLines = []string{
|
||||||
" #" + gstr.CaseCamel(field.Name),
|
" #" + gstr.CaseCamel(newFiledName),
|
||||||
" #" + localTypeNameStr,
|
" #" + localTypeNameStr,
|
||||||
}
|
}
|
||||||
attrLines = append(attrLines, " #"+fmt.Sprintf(tagKey+`json:"%s"`, jsonTag))
|
attrLines = append(attrLines, " #"+fmt.Sprintf(tagKey+`json:"%s"`, jsonTag))
|
||||||
@ -158,30 +164,3 @@ func formatComment(comment string) string {
|
|||||||
comment = gstr.Trim(comment)
|
comment = gstr.Trim(comment)
|
||||||
return comment
|
return comment
|
||||||
}
|
}
|
||||||
|
|
||||||
// getJsonTagFromCase call gstr.Case* function to convert the s to specified case.
|
|
||||||
func getJsonTagFromCase(str, caseStr string) string {
|
|
||||||
switch gstr.ToLower(caseStr) {
|
|
||||||
case gstr.ToLower("Camel"):
|
|
||||||
return gstr.CaseCamel(str)
|
|
||||||
|
|
||||||
case gstr.ToLower("CamelLower"):
|
|
||||||
return gstr.CaseCamelLower(str)
|
|
||||||
|
|
||||||
case gstr.ToLower("Kebab"):
|
|
||||||
return gstr.CaseKebab(str)
|
|
||||||
|
|
||||||
case gstr.ToLower("KebabScreaming"):
|
|
||||||
return gstr.CaseKebabScreaming(str)
|
|
||||||
|
|
||||||
case gstr.ToLower("Snake"):
|
|
||||||
return gstr.CaseSnake(str)
|
|
||||||
|
|
||||||
case gstr.ToLower("SnakeFirstUpper"):
|
|
||||||
return gstr.CaseSnakeFirstUpper(str)
|
|
||||||
|
|
||||||
case gstr.ToLower("SnakeScreaming"):
|
|
||||||
return gstr.CaseSnakeScreaming(str)
|
|
||||||
}
|
|
||||||
return str
|
|
||||||
}
|
|
||||||
|
|||||||
@ -19,9 +19,10 @@ import (
|
|||||||
const pkgLoadMode = 0xffffff
|
const pkgLoadMode = 0xffffff
|
||||||
|
|
||||||
type EnumsParser struct {
|
type EnumsParser struct {
|
||||||
enums []EnumItem
|
enums []EnumItem
|
||||||
parsedPkg map[string]struct{}
|
parsedPkg map[string]struct{}
|
||||||
prefixes []string
|
prefixes []string
|
||||||
|
standardPackages map[string]struct{}
|
||||||
}
|
}
|
||||||
|
|
||||||
type EnumItem struct {
|
type EnumItem struct {
|
||||||
@ -31,23 +32,12 @@ type EnumItem struct {
|
|||||||
Type string // Pkg.ID + TypeName
|
Type string // Pkg.ID + TypeName
|
||||||
}
|
}
|
||||||
|
|
||||||
var standardPackages = make(map[string]struct{})
|
|
||||||
|
|
||||||
func init() {
|
|
||||||
stdPackages, err := packages.Load(nil, "std")
|
|
||||||
if err != nil {
|
|
||||||
panic(err)
|
|
||||||
}
|
|
||||||
for _, p := range stdPackages {
|
|
||||||
standardPackages[p.ID] = struct{}{}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
func NewEnumsParser(prefixes []string) *EnumsParser {
|
func NewEnumsParser(prefixes []string) *EnumsParser {
|
||||||
return &EnumsParser{
|
return &EnumsParser{
|
||||||
enums: make([]EnumItem, 0),
|
enums: make([]EnumItem, 0),
|
||||||
parsedPkg: make(map[string]struct{}),
|
parsedPkg: make(map[string]struct{}),
|
||||||
prefixes: prefixes,
|
prefixes: prefixes,
|
||||||
|
standardPackages: getStandardPackages(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -59,7 +49,7 @@ func (p *EnumsParser) ParsePackages(pkgs []*packages.Package) {
|
|||||||
|
|
||||||
func (p *EnumsParser) ParsePackage(pkg *packages.Package) {
|
func (p *EnumsParser) ParsePackage(pkg *packages.Package) {
|
||||||
// Ignore std packages.
|
// Ignore std packages.
|
||||||
if _, ok := standardPackages[pkg.ID]; ok {
|
if _, ok := p.standardPackages[pkg.ID]; ok {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
// Ignore pared packages.
|
// Ignore pared packages.
|
||||||
@ -144,3 +134,15 @@ func (p *EnumsParser) Export() string {
|
|||||||
}
|
}
|
||||||
return gjson.MustEncodeString(typeEnumMap)
|
return gjson.MustEncodeString(typeEnumMap)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func getStandardPackages() map[string]struct{} {
|
||||||
|
standardPackages := make(map[string]struct{})
|
||||||
|
stdPackages, err := packages.Load(nil, "std")
|
||||||
|
if err != nil {
|
||||||
|
panic(err)
|
||||||
|
}
|
||||||
|
for _, p := range stdPackages {
|
||||||
|
standardPackages[p.ID] = struct{}{}
|
||||||
|
}
|
||||||
|
return standardPackages
|
||||||
|
}
|
||||||
|
|||||||
@ -31,16 +31,17 @@ import (
|
|||||||
type (
|
type (
|
||||||
CGenPbEntity struct{}
|
CGenPbEntity struct{}
|
||||||
CGenPbEntityInput struct {
|
CGenPbEntityInput struct {
|
||||||
g.Meta `name:"pbentity" config:"{CGenPbEntityConfig}" brief:"{CGenPbEntityBrief}" eg:"{CGenPbEntityEg}" ad:"{CGenPbEntityAd}"`
|
g.Meta `name:"pbentity" config:"{CGenPbEntityConfig}" brief:"{CGenPbEntityBrief}" eg:"{CGenPbEntityEg}" ad:"{CGenPbEntityAd}"`
|
||||||
Path string `name:"path" short:"p" brief:"{CGenPbEntityBriefPath}" d:"manifest/protobuf/pbentity"`
|
Path string `name:"path" short:"p" brief:"{CGenPbEntityBriefPath}" d:"manifest/protobuf/pbentity"`
|
||||||
Package string `name:"package" short:"k" brief:"{CGenPbEntityBriefPackage}"`
|
Package string `name:"package" short:"k" brief:"{CGenPbEntityBriefPackage}"`
|
||||||
Link string `name:"link" short:"l" brief:"{CGenPbEntityBriefLink}"`
|
Link string `name:"link" short:"l" brief:"{CGenPbEntityBriefLink}"`
|
||||||
Tables string `name:"tables" short:"t" brief:"{CGenPbEntityBriefTables}"`
|
Tables string `name:"tables" short:"t" brief:"{CGenPbEntityBriefTables}"`
|
||||||
Prefix string `name:"prefix" short:"f" brief:"{CGenPbEntityBriefPrefix}"`
|
Prefix string `name:"prefix" short:"f" brief:"{CGenPbEntityBriefPrefix}"`
|
||||||
RemovePrefix string `name:"removePrefix" short:"r" brief:"{CGenPbEntityBriefRemovePrefix}"`
|
RemovePrefix string `name:"removePrefix" short:"r" brief:"{CGenPbEntityBriefRemovePrefix}"`
|
||||||
NameCase string `name:"nameCase" short:"n" brief:"{CGenPbEntityBriefNameCase}" d:"Camel"`
|
RemoveFieldPrefix string `name:"removeFieldPrefix" short:"rf" brief:"{CGenPbEntityBriefRemoveFieldPrefix}"`
|
||||||
JsonCase string `name:"jsonCase" short:"j" brief:"{CGenPbEntityBriefJsonCase}" d:"CamelLower"`
|
NameCase string `name:"nameCase" short:"n" brief:"{CGenPbEntityBriefNameCase}" d:"Camel"`
|
||||||
Option string `name:"option" short:"o" brief:"{CGenPbEntityBriefOption}"`
|
JsonCase string `name:"jsonCase" short:"j" brief:"{CGenPbEntityBriefJsonCase}" d:"none"`
|
||||||
|
Option string `name:"option" short:"o" brief:"{CGenPbEntityBriefOption}"`
|
||||||
}
|
}
|
||||||
CGenPbEntityOutput struct{}
|
CGenPbEntityOutput struct{}
|
||||||
|
|
||||||
@ -87,14 +88,15 @@ CONFIGURATION SUPPORT
|
|||||||
option java_package = "protobuf/demos";
|
option java_package = "protobuf/demos";
|
||||||
option php_namespace = "protobuf/demos";
|
option php_namespace = "protobuf/demos";
|
||||||
`
|
`
|
||||||
CGenPbEntityBriefPath = `directory path for generated files storing`
|
CGenPbEntityBriefPath = `directory path for generated files storing`
|
||||||
CGenPbEntityBriefPackage = `package path for all entity proto files`
|
CGenPbEntityBriefPackage = `package path for all entity proto files`
|
||||||
CGenPbEntityBriefLink = `database configuration, the same as the ORM configuration of GoFrame`
|
CGenPbEntityBriefLink = `database configuration, the same as the ORM configuration of GoFrame`
|
||||||
CGenPbEntityBriefTables = `generate models only for given tables, multiple table names separated with ','`
|
CGenPbEntityBriefTables = `generate models only for given tables, multiple table names separated with ','`
|
||||||
CGenPbEntityBriefPrefix = `add specified prefix for all entity names and entity proto files`
|
CGenPbEntityBriefPrefix = `add specified prefix for all entity names and entity proto files`
|
||||||
CGenPbEntityBriefRemovePrefix = `remove specified prefix of the table, multiple prefix separated with ','`
|
CGenPbEntityBriefRemovePrefix = `remove specified prefix of the table, multiple prefix separated with ','`
|
||||||
CGenPbEntityBriefOption = `extra protobuf options`
|
CGenPbEntityBriefRemoveFieldPrefix = `remove specified prefix of the field, multiple prefix separated with ','`
|
||||||
CGenPbEntityBriefGroup = `
|
CGenPbEntityBriefOption = `extra protobuf options`
|
||||||
|
CGenPbEntityBriefGroup = `
|
||||||
specifying the configuration group name of database for generated ORM instance,
|
specifying the configuration group name of database for generated ORM instance,
|
||||||
it's not necessary and the default value is "default"
|
it's not necessary and the default value is "default"
|
||||||
`
|
`
|
||||||
@ -120,20 +122,21 @@ set it to "none" to ignore json tag generating.
|
|||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
gtag.Sets(g.MapStrStr{
|
gtag.Sets(g.MapStrStr{
|
||||||
`CGenPbEntityConfig`: CGenPbEntityConfig,
|
`CGenPbEntityConfig`: CGenPbEntityConfig,
|
||||||
`CGenPbEntityBrief`: CGenPbEntityBrief,
|
`CGenPbEntityBrief`: CGenPbEntityBrief,
|
||||||
`CGenPbEntityEg`: CGenPbEntityEg,
|
`CGenPbEntityEg`: CGenPbEntityEg,
|
||||||
`CGenPbEntityAd`: CGenPbEntityAd,
|
`CGenPbEntityAd`: CGenPbEntityAd,
|
||||||
`CGenPbEntityBriefPath`: CGenPbEntityBriefPath,
|
`CGenPbEntityBriefPath`: CGenPbEntityBriefPath,
|
||||||
`CGenPbEntityBriefPackage`: CGenPbEntityBriefPackage,
|
`CGenPbEntityBriefPackage`: CGenPbEntityBriefPackage,
|
||||||
`CGenPbEntityBriefLink`: CGenPbEntityBriefLink,
|
`CGenPbEntityBriefLink`: CGenPbEntityBriefLink,
|
||||||
`CGenPbEntityBriefTables`: CGenPbEntityBriefTables,
|
`CGenPbEntityBriefTables`: CGenPbEntityBriefTables,
|
||||||
`CGenPbEntityBriefPrefix`: CGenPbEntityBriefPrefix,
|
`CGenPbEntityBriefPrefix`: CGenPbEntityBriefPrefix,
|
||||||
`CGenPbEntityBriefRemovePrefix`: CGenPbEntityBriefRemovePrefix,
|
`CGenPbEntityBriefRemovePrefix`: CGenPbEntityBriefRemovePrefix,
|
||||||
`CGenPbEntityBriefGroup`: CGenPbEntityBriefGroup,
|
`CGenPbEntityBriefRemoveFieldPrefix`: CGenPbEntityBriefRemoveFieldPrefix,
|
||||||
`CGenPbEntityBriefNameCase`: CGenPbEntityBriefNameCase,
|
`CGenPbEntityBriefGroup`: CGenPbEntityBriefGroup,
|
||||||
`CGenPbEntityBriefJsonCase`: CGenPbEntityBriefJsonCase,
|
`CGenPbEntityBriefNameCase`: CGenPbEntityBriefNameCase,
|
||||||
`CGenPbEntityBriefOption`: CGenPbEntityBriefOption,
|
`CGenPbEntityBriefJsonCase`: CGenPbEntityBriefJsonCase,
|
||||||
|
`CGenPbEntityBriefOption`: CGenPbEntityBriefOption,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -198,7 +201,7 @@ func doGenPbEntityForArray(ctx context.Context, index int, in CGenPbEntityInput)
|
|||||||
if len(match) == 3 {
|
if len(match) == 3 {
|
||||||
gdb.AddConfigNode(tempGroup, gdb.ConfigNode{
|
gdb.AddConfigNode(tempGroup, gdb.ConfigNode{
|
||||||
Type: gstr.Trim(match[1]),
|
Type: gstr.Trim(match[1]),
|
||||||
Link: gstr.Trim(match[2]),
|
Link: in.Link,
|
||||||
})
|
})
|
||||||
db, _ = gdb.Instance(tempGroup)
|
db, _ = gdb.Instance(tempGroup)
|
||||||
}
|
}
|
||||||
@ -339,6 +342,7 @@ func generateMessageFieldForPbEntity(index int, field *gdb.TableField, in CGenPb
|
|||||||
comment = gstr.Replace(comment, `\n`, " ")
|
comment = gstr.Replace(comment, `\n`, " ")
|
||||||
comment, _ = gregex.ReplaceString(`\s{2,}`, ` `, comment)
|
comment, _ = gregex.ReplaceString(`\s{2,}`, ` `, comment)
|
||||||
if jsonTagName := formatCase(field.Name, in.JsonCase); jsonTagName != "" {
|
if jsonTagName := formatCase(field.Name, in.JsonCase); jsonTagName != "" {
|
||||||
|
jsonTagStr = fmt.Sprintf(`[json_name = "%s"]`, jsonTagName)
|
||||||
// beautiful indent.
|
// beautiful indent.
|
||||||
if index < 10 {
|
if index < 10 {
|
||||||
// 3 spaces
|
// 3 spaces
|
||||||
@ -351,9 +355,16 @@ func generateMessageFieldForPbEntity(index int, field *gdb.TableField, in CGenPb
|
|||||||
jsonTagStr = " " + jsonTagStr
|
jsonTagStr = " " + jsonTagStr
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
removeFieldPrefixArray := gstr.SplitAndTrim(in.RemoveFieldPrefix, ",")
|
||||||
|
newFiledName := field.Name
|
||||||
|
for _, v := range removeFieldPrefixArray {
|
||||||
|
newFiledName = gstr.TrimLeftStr(newFiledName, v, 1)
|
||||||
|
}
|
||||||
|
|
||||||
return []string{
|
return []string{
|
||||||
" #" + localTypeNameStr,
|
" #" + localTypeNameStr,
|
||||||
" #" + formatCase(field.Name, in.NameCase),
|
" #" + formatCase(newFiledName, in.NameCase),
|
||||||
" #= " + gconv.String(index) + jsonTagStr + ";",
|
" #= " + gconv.String(index) + jsonTagStr + ";",
|
||||||
" #" + fmt.Sprintf(`// %s`, comment),
|
" #" + fmt.Sprintf(`// %s`, comment),
|
||||||
}
|
}
|
||||||
@ -368,32 +379,10 @@ func getTplPbEntityContent(tplEntityPath string) string {
|
|||||||
|
|
||||||
// formatCase call gstr.Case* function to convert the s to specified case.
|
// formatCase call gstr.Case* function to convert the s to specified case.
|
||||||
func formatCase(str, caseStr string) string {
|
func formatCase(str, caseStr string) string {
|
||||||
switch gstr.ToLower(caseStr) {
|
if caseStr == "none" {
|
||||||
case gstr.ToLower("Camel"):
|
|
||||||
return gstr.CaseCamel(str)
|
|
||||||
|
|
||||||
case gstr.ToLower("CamelLower"):
|
|
||||||
return gstr.CaseCamelLower(str)
|
|
||||||
|
|
||||||
case gstr.ToLower("Kebab"):
|
|
||||||
return gstr.CaseKebab(str)
|
|
||||||
|
|
||||||
case gstr.ToLower("KebabScreaming"):
|
|
||||||
return gstr.CaseKebabScreaming(str)
|
|
||||||
|
|
||||||
case gstr.ToLower("Snake"):
|
|
||||||
return gstr.CaseSnake(str)
|
|
||||||
|
|
||||||
case gstr.ToLower("SnakeFirstUpper"):
|
|
||||||
return gstr.CaseSnakeFirstUpper(str)
|
|
||||||
|
|
||||||
case gstr.ToLower("SnakeScreaming"):
|
|
||||||
return gstr.CaseSnakeScreaming(str)
|
|
||||||
|
|
||||||
case "none":
|
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
return str
|
return gstr.CaseConvert(str, gstr.CaseTypeMatch(caseStr))
|
||||||
}
|
}
|
||||||
|
|
||||||
func sortFieldKeyForPbEntity(fieldMap map[string]*gdb.TableField) []string {
|
func sortFieldKeyForPbEntity(fieldMap map[string]*gdb.TableField) []string {
|
||||||
|
|||||||
@ -9,6 +9,7 @@ package genservice
|
|||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"path/filepath"
|
||||||
|
|
||||||
"github.com/gogf/gf/v2/container/garray"
|
"github.com/gogf/gf/v2/container/garray"
|
||||||
"github.com/gogf/gf/v2/container/gmap"
|
"github.com/gogf/gf/v2/container/gmap"
|
||||||
@ -93,10 +94,10 @@ const (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func (c CGenService) Service(ctx context.Context, in CGenServiceInput) (out *CGenServiceOutput, err error) {
|
func (c CGenService) Service(ctx context.Context, in CGenServiceInput) (out *CGenServiceOutput, err error) {
|
||||||
in.SrcFolder = gstr.TrimRight(in.SrcFolder, `\/`)
|
in.SrcFolder = filepath.ToSlash(in.SrcFolder)
|
||||||
in.SrcFolder = gstr.Replace(in.SrcFolder, "\\", "/")
|
in.SrcFolder = gstr.TrimRight(in.SrcFolder, `/`)
|
||||||
in.WatchFile = gstr.TrimRight(in.WatchFile, `\/`)
|
in.WatchFile = filepath.ToSlash(in.WatchFile)
|
||||||
in.WatchFile = gstr.Replace(in.WatchFile, "\\", "/")
|
in.WatchFile = gstr.TrimRight(in.WatchFile, `/`)
|
||||||
|
|
||||||
// Watch file handling.
|
// Watch file handling.
|
||||||
if in.WatchFile != "" {
|
if in.WatchFile != "" {
|
||||||
@ -173,7 +174,7 @@ func (c CGenService) Service(ctx context.Context, in CGenServiceInput) (out *CGe
|
|||||||
// Parse single logic package folder.
|
// Parse single logic package folder.
|
||||||
var (
|
var (
|
||||||
// StructName => FunctionDefinitions
|
// StructName => FunctionDefinitions
|
||||||
srcPkgInterfaceMap = make(map[string]*garray.StrArray)
|
srcPkgInterfaceMap = gmap.NewListMap()
|
||||||
srcImportedPackages = garray.NewSortedStrArray().SetUnique(true)
|
srcImportedPackages = garray.NewSortedStrArray().SetUnique(true)
|
||||||
importAliasToPathMap = gmap.NewStrStrMap() // for conflict imports check. alias => import path(with `"`)
|
importAliasToPathMap = gmap.NewStrStrMap() // for conflict imports check. alias => import path(with `"`)
|
||||||
importPathToAliasMap = gmap.NewStrStrMap() // for conflict imports check. import path(with `"`) => alias
|
importPathToAliasMap = gmap.NewStrStrMap() // for conflict imports check. import path(with `"`) => alias
|
||||||
|
|||||||
@ -12,6 +12,7 @@ import (
|
|||||||
"go/token"
|
"go/token"
|
||||||
|
|
||||||
"github.com/gogf/gf/v2/container/garray"
|
"github.com/gogf/gf/v2/container/garray"
|
||||||
|
"github.com/gogf/gf/v2/container/gmap"
|
||||||
"github.com/gogf/gf/v2/text/gregex"
|
"github.com/gogf/gf/v2/text/gregex"
|
||||||
"github.com/gogf/gf/v2/text/gstr"
|
"github.com/gogf/gf/v2/text/gstr"
|
||||||
)
|
)
|
||||||
@ -99,10 +100,9 @@ func (c CGenService) calculateCodeCommented(in CGenServiceInput, fileContent str
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (c CGenService) calculateInterfaceFunctions(
|
func (c CGenService) calculateInterfaceFunctions(
|
||||||
in CGenServiceInput, fileContent string, srcPkgInterfaceMap map[string]*garray.StrArray,
|
in CGenServiceInput, fileContent string, srcPkgInterfaceMap *gmap.ListMap,
|
||||||
) (err error) {
|
) (err error) {
|
||||||
var (
|
var (
|
||||||
ok bool
|
|
||||||
matches [][]string
|
matches [][]string
|
||||||
srcPkgInterfaceFuncArray *garray.StrArray
|
srcPkgInterfaceFuncArray *garray.StrArray
|
||||||
)
|
)
|
||||||
@ -142,9 +142,11 @@ func (c CGenService) calculateInterfaceFunctions(
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
structName = gstr.CaseCamel(structMatch[1])
|
structName = gstr.CaseCamel(structMatch[1])
|
||||||
if srcPkgInterfaceFuncArray, ok = srcPkgInterfaceMap[structName]; !ok {
|
if !srcPkgInterfaceMap.Contains(structName) {
|
||||||
srcPkgInterfaceMap[structName] = garray.NewStrArray()
|
srcPkgInterfaceFuncArray = garray.NewStrArray()
|
||||||
srcPkgInterfaceFuncArray = srcPkgInterfaceMap[structName]
|
srcPkgInterfaceMap.Set(structName, srcPkgInterfaceFuncArray)
|
||||||
|
} else {
|
||||||
|
srcPkgInterfaceFuncArray = srcPkgInterfaceMap.Get(structName).(*garray.StrArray)
|
||||||
}
|
}
|
||||||
srcPkgInterfaceFuncArray.Append(functionHead)
|
srcPkgInterfaceFuncArray.Append(functionHead)
|
||||||
}
|
}
|
||||||
@ -165,8 +167,8 @@ func (c CGenService) calculateInterfaceFunctions(
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
structName = gstr.CaseCamel(structMatch[1])
|
structName = gstr.CaseCamel(structMatch[1])
|
||||||
if srcPkgInterfaceFuncArray, ok = srcPkgInterfaceMap[structName]; !ok {
|
if !srcPkgInterfaceMap.Contains(structName) {
|
||||||
srcPkgInterfaceMap[structName] = garray.NewStrArray()
|
srcPkgInterfaceMap.Set(structName, garray.NewStrArray())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
|
|||||||
@ -10,6 +10,7 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
"github.com/gogf/gf/v2/container/garray"
|
"github.com/gogf/gf/v2/container/garray"
|
||||||
|
"github.com/gogf/gf/v2/container/gmap"
|
||||||
"github.com/gogf/gf/v2/frame/g"
|
"github.com/gogf/gf/v2/frame/g"
|
||||||
"github.com/gogf/gf/v2/os/gfile"
|
"github.com/gogf/gf/v2/os/gfile"
|
||||||
"github.com/gogf/gf/v2/text/gregex"
|
"github.com/gogf/gf/v2/text/gregex"
|
||||||
@ -23,7 +24,7 @@ import (
|
|||||||
type generateServiceFilesInput struct {
|
type generateServiceFilesInput struct {
|
||||||
CGenServiceInput
|
CGenServiceInput
|
||||||
DstFilePath string // Absolute file path for generated service go file.
|
DstFilePath string // Absolute file path for generated service go file.
|
||||||
SrcStructFunctions map[string]*garray.StrArray
|
SrcStructFunctions *gmap.ListMap
|
||||||
SrcImportedPackages []string
|
SrcImportedPackages []string
|
||||||
SrcPackageName string
|
SrcPackageName string
|
||||||
DstPackageName string
|
DstPackageName string
|
||||||
@ -46,7 +47,8 @@ func (c CGenService) generateServiceFile(in generateServiceFilesInput) (ok bool,
|
|||||||
// Type definitions.
|
// Type definitions.
|
||||||
generatedContent += "type("
|
generatedContent += "type("
|
||||||
generatedContent += "\n"
|
generatedContent += "\n"
|
||||||
for structName, funcArray := range in.SrcStructFunctions {
|
in.SrcStructFunctions.Iterator(func(key, value interface{}) bool {
|
||||||
|
structName, funcArray := key.(string), value.(*garray.StrArray)
|
||||||
allFuncArray.Append(funcArray.Slice()...)
|
allFuncArray.Append(funcArray.Slice()...)
|
||||||
// Add comments to a method.
|
// Add comments to a method.
|
||||||
for index, funcName := range funcArray.Slice() {
|
for index, funcName := range funcArray.Slice() {
|
||||||
@ -60,7 +62,8 @@ func (c CGenService) generateServiceFile(in generateServiceFilesInput) (ok bool,
|
|||||||
"{FuncDefinition}": funcArray.Join("\n\t"),
|
"{FuncDefinition}": funcArray.Join("\n\t"),
|
||||||
}))
|
}))
|
||||||
generatedContent += "\n"
|
generatedContent += "\n"
|
||||||
}
|
return true
|
||||||
|
})
|
||||||
generatedContent += ")"
|
generatedContent += ")"
|
||||||
generatedContent += "\n"
|
generatedContent += "\n"
|
||||||
|
|
||||||
@ -70,17 +73,19 @@ func (c CGenService) generateServiceFile(in generateServiceFilesInput) (ok bool,
|
|||||||
generatingInterfaceCheck string
|
generatingInterfaceCheck string
|
||||||
)
|
)
|
||||||
// Variable definitions.
|
// Variable definitions.
|
||||||
for structName := range in.SrcStructFunctions {
|
in.SrcStructFunctions.Iterator(func(key, value interface{}) bool {
|
||||||
|
structName := key.(string)
|
||||||
generatingInterfaceCheck = fmt.Sprintf(`[^\w\d]+%s.I%s[^\w\d]`, in.DstPackageName, structName)
|
generatingInterfaceCheck = fmt.Sprintf(`[^\w\d]+%s.I%s[^\w\d]`, in.DstPackageName, structName)
|
||||||
if gregex.IsMatchString(generatingInterfaceCheck, generatedContent) {
|
if gregex.IsMatchString(generatingInterfaceCheck, generatedContent) {
|
||||||
continue
|
return true
|
||||||
}
|
}
|
||||||
variableContent += gstr.Trim(gstr.ReplaceByMap(consts.TemplateGenServiceContentVariable, g.MapStrStr{
|
variableContent += gstr.Trim(gstr.ReplaceByMap(consts.TemplateGenServiceContentVariable, g.MapStrStr{
|
||||||
"{StructName}": structName,
|
"{StructName}": structName,
|
||||||
"{InterfaceName}": "I" + structName,
|
"{InterfaceName}": "I" + structName,
|
||||||
}))
|
}))
|
||||||
variableContent += "\n"
|
variableContent += "\n"
|
||||||
}
|
return true
|
||||||
|
})
|
||||||
if variableContent != "" {
|
if variableContent != "" {
|
||||||
generatedContent += "var("
|
generatedContent += "var("
|
||||||
generatedContent += "\n"
|
generatedContent += "\n"
|
||||||
@ -89,17 +94,19 @@ func (c CGenService) generateServiceFile(in generateServiceFilesInput) (ok bool,
|
|||||||
generatedContent += "\n"
|
generatedContent += "\n"
|
||||||
}
|
}
|
||||||
// Variable register function definitions.
|
// Variable register function definitions.
|
||||||
for structName := range in.SrcStructFunctions {
|
in.SrcStructFunctions.Iterator(func(key, value interface{}) bool {
|
||||||
|
structName := key.(string)
|
||||||
generatingInterfaceCheck = fmt.Sprintf(`[^\w\d]+%s.I%s[^\w\d]`, in.DstPackageName, structName)
|
generatingInterfaceCheck = fmt.Sprintf(`[^\w\d]+%s.I%s[^\w\d]`, in.DstPackageName, structName)
|
||||||
if gregex.IsMatchString(generatingInterfaceCheck, generatedContent) {
|
if gregex.IsMatchString(generatingInterfaceCheck, generatedContent) {
|
||||||
continue
|
return true
|
||||||
}
|
}
|
||||||
generatedContent += gstr.Trim(gstr.ReplaceByMap(consts.TemplateGenServiceContentRegister, g.MapStrStr{
|
generatedContent += gstr.Trim(gstr.ReplaceByMap(consts.TemplateGenServiceContentRegister, g.MapStrStr{
|
||||||
"{StructName}": structName,
|
"{StructName}": structName,
|
||||||
"{InterfaceName}": "I" + structName,
|
"{InterfaceName}": "I" + structName,
|
||||||
}))
|
}))
|
||||||
generatedContent += "\n\n"
|
generatedContent += "\n\n"
|
||||||
}
|
return true
|
||||||
|
})
|
||||||
|
|
||||||
// Replace empty braces that have new line.
|
// Replace empty braces that have new line.
|
||||||
generatedContent, _ = gregex.ReplaceString(`{[\s\t]+}`, `{}`, generatedContent)
|
generatedContent, _ = gregex.ReplaceString(`{[\s\t]+}`, `{}`, generatedContent)
|
||||||
@ -194,28 +201,9 @@ func (c CGenService) generateInitializationFile(in CGenServiceInput, importSrcPa
|
|||||||
}
|
}
|
||||||
|
|
||||||
// getDstFileNameCase call gstr.Case* function to convert the s to specified case.
|
// getDstFileNameCase call gstr.Case* function to convert the s to specified case.
|
||||||
func (c CGenService) getDstFileNameCase(str, caseStr string) string {
|
func (c CGenService) getDstFileNameCase(str, caseStr string) (newStr string) {
|
||||||
switch gstr.ToLower(caseStr) {
|
if newStr := gstr.CaseConvert(str, gstr.CaseTypeMatch(caseStr)); newStr != str {
|
||||||
case gstr.ToLower("Lower"):
|
return newStr
|
||||||
return gstr.ToLower(str)
|
|
||||||
|
|
||||||
case gstr.ToLower("Camel"):
|
|
||||||
return gstr.CaseCamel(str)
|
|
||||||
|
|
||||||
case gstr.ToLower("CamelLower"):
|
|
||||||
return gstr.CaseCamelLower(str)
|
|
||||||
|
|
||||||
case gstr.ToLower("Kebab"):
|
|
||||||
return gstr.CaseKebab(str)
|
|
||||||
|
|
||||||
case gstr.ToLower("KebabScreaming"):
|
|
||||||
return gstr.CaseKebabScreaming(str)
|
|
||||||
|
|
||||||
case gstr.ToLower("SnakeFirstUpper"):
|
|
||||||
return gstr.CaseSnakeFirstUpper(str)
|
|
||||||
|
|
||||||
case gstr.ToLower("SnakeScreaming"):
|
|
||||||
return gstr.CaseSnakeScreaming(str)
|
|
||||||
}
|
}
|
||||||
return gstr.CaseSnake(str)
|
return gstr.CaseSnake(str)
|
||||||
}
|
}
|
||||||
|
|||||||
5
cmd/gf/internal/cmd/testdata/build/multiple/multiple.go
vendored
Normal file
5
cmd/gf/internal/cmd/testdata/build/multiple/multiple.go
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
|
||||||
|
}
|
||||||
5
cmd/gf/internal/cmd/testdata/build/single/main.go
vendored
Normal file
5
cmd/gf/internal/cmd/testdata/build/single/main.go
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
|
||||||
|
}
|
||||||
12
cmd/gf/internal/cmd/testdata/build/varmap/go.mod
vendored
Normal file
12
cmd/gf/internal/cmd/testdata/build/varmap/go.mod
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
module github.com/gogf/gf/cmd/gf/cmd/gf/testdata/vardump/v2
|
||||||
|
|
||||||
|
go 1.18
|
||||||
|
|
||||||
|
require github.com/gogf/gf/v2 v2.6.1
|
||||||
|
|
||||||
|
require (
|
||||||
|
go.opentelemetry.io/otel v1.14.0 // indirect
|
||||||
|
go.opentelemetry.io/otel/trace v1.14.0 // indirect
|
||||||
|
)
|
||||||
|
|
||||||
|
replace github.com/gogf/gf/v2 => ../../../../../../../
|
||||||
27
cmd/gf/internal/cmd/testdata/build/varmap/go.sum
vendored
Normal file
27
cmd/gf/internal/cmd/testdata/build/varmap/go.sum
vendored
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
github.com/BurntSushi/toml v1.2.0 h1:Rt8g24XnyGTyglgET/PRUNlrUeu9F5L+7FilkXfZgs0=
|
||||||
|
github.com/clbanning/mxj/v2 v2.7.0 h1:WA/La7UGCanFe5NpHF0Q3DNtnCsVoxbPKuyBNHWRyME=
|
||||||
|
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
|
||||||
|
github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs=
|
||||||
|
github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=
|
||||||
|
github.com/go-logr/logr v1.2.4 h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ=
|
||||||
|
github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=
|
||||||
|
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
|
||||||
|
github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=
|
||||||
|
github.com/grokify/html-strip-tags-go v0.0.1 h1:0fThFwLbW7P/kOiTBs03FsJSV9RM2M/Q/MOnCQxKMo0=
|
||||||
|
github.com/magiconair/properties v1.8.6 h1:5ibWZ6iY0NctNGWo87LalDlEZ6R41TqbbDamhfG/Qzo=
|
||||||
|
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
|
||||||
|
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
|
||||||
|
github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=
|
||||||
|
github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec=
|
||||||
|
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
|
||||||
|
github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis=
|
||||||
|
github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ8=
|
||||||
|
go.opentelemetry.io/otel v1.14.0 h1:/79Huy8wbf5DnIPhemGB+zEPVwnN6fuQybr/SRXa6hM=
|
||||||
|
go.opentelemetry.io/otel v1.14.0/go.mod h1:o4buv+dJzx8rohcUeRmWUZhqupFvzWis188WlggnNeU=
|
||||||
|
go.opentelemetry.io/otel/sdk v1.14.0 h1:PDCppFRDq8A1jL9v6KMI6dYesaq+DFcDZvjsoGvxGzY=
|
||||||
|
go.opentelemetry.io/otel/trace v1.14.0 h1:wp2Mmvj41tDsyAJXiWDWpfNsOiIyd38fy85pyKcFq/M=
|
||||||
|
go.opentelemetry.io/otel/trace v1.14.0/go.mod h1:8avnQLK+CG77yNLUae4ea2JDQ6iT+gozhnZjy/rw9G8=
|
||||||
|
golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM=
|
||||||
|
golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=
|
||||||
|
golang.org/x/text v0.13.0 h1:ablQoSUd0tRdKxZewP80B+BaqeKJuVhuRxj/dkrun3k=
|
||||||
|
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
|
||||||
13
cmd/gf/internal/cmd/testdata/build/varmap/main.go
vendored
Normal file
13
cmd/gf/internal/cmd/testdata/build/varmap/main.go
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
import (
|
||||||
|
"fmt"
|
||||||
|
|
||||||
|
"github.com/gogf/gf/v2/os/gbuild"
|
||||||
|
)
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
for k, v := range gbuild.Data() {
|
||||||
|
fmt.Printf("%s: %v\n", k, v)
|
||||||
|
}
|
||||||
|
}
|
||||||
24
cmd/gf/internal/cmd/testdata/genctrl/api/article/article_expect.go
vendored
Normal file
24
cmd/gf/internal/cmd/testdata/genctrl/api/article/article_expect.go
vendored
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
// =================================================================================
|
||||||
|
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||||
|
// =================================================================================
|
||||||
|
|
||||||
|
package article
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
|
||||||
|
"github.com/gogf/gf/cmd/gf/v2/internal/cmd/testdata/genctrl/api/article/v1"
|
||||||
|
"github.com/gogf/gf/cmd/gf/v2/internal/cmd/testdata/genctrl/api/article/v2"
|
||||||
|
)
|
||||||
|
|
||||||
|
type IArticleV1 interface {
|
||||||
|
Create(ctx context.Context, req *v1.CreateReq) (res *v1.CreateRes, err error)
|
||||||
|
Update(ctx context.Context, req *v1.UpdateReq) (res *v1.UpdateRes, err error)
|
||||||
|
GetList(ctx context.Context, req *v1.GetListReq) (res *v1.GetListRes, err error)
|
||||||
|
GetOne(ctx context.Context, req *v1.GetOneReq) (res *v1.GetOneRes, err error)
|
||||||
|
}
|
||||||
|
|
||||||
|
type IArticleV2 interface {
|
||||||
|
Create(ctx context.Context, req *v2.CreateReq) (res *v2.CreateRes, err error)
|
||||||
|
Update(ctx context.Context, req *v2.UpdateReq) (res *v2.UpdateRes, err error)
|
||||||
|
}
|
||||||
27
cmd/gf/internal/cmd/testdata/genctrl/api/article/v1/edit.go
vendored
Normal file
27
cmd/gf/internal/cmd/testdata/genctrl/api/article/v1/edit.go
vendored
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
|
||||||
|
//
|
||||||
|
// This Source Code Form is subject to the terms of the MIT License.
|
||||||
|
// If a copy of the MIT was not distributed with this file,
|
||||||
|
// You can obtain one at https://github.com/gogf/gf.
|
||||||
|
|
||||||
|
package v1
|
||||||
|
|
||||||
|
import "github.com/gogf/gf/v2/frame/g"
|
||||||
|
|
||||||
|
type (
|
||||||
|
CreateReq struct {
|
||||||
|
g.Meta `path:"/article/create" method:"post" tags:"ArticleService"`
|
||||||
|
Title string `v:"required"`
|
||||||
|
}
|
||||||
|
|
||||||
|
CreateRes struct{}
|
||||||
|
)
|
||||||
|
|
||||||
|
type (
|
||||||
|
UpdateReq struct {
|
||||||
|
g.Meta `path:"/article/update" method:"post" tags:"ArticleService"`
|
||||||
|
Title string `v:"required"`
|
||||||
|
}
|
||||||
|
|
||||||
|
UpdateRes struct{}
|
||||||
|
)
|
||||||
25
cmd/gf/internal/cmd/testdata/genctrl/api/article/v1/get.go
vendored
Normal file
25
cmd/gf/internal/cmd/testdata/genctrl/api/article/v1/get.go
vendored
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
|
||||||
|
//
|
||||||
|
// This Source Code Form is subject to the terms of the MIT License.
|
||||||
|
// If a copy of the MIT was not distributed with this file,
|
||||||
|
// You can obtain one at https://github.com/gogf/gf.
|
||||||
|
|
||||||
|
package v1
|
||||||
|
|
||||||
|
import "github.com/gogf/gf/v2/frame/g"
|
||||||
|
|
||||||
|
type GetListReq struct {
|
||||||
|
g.Meta `path:"/article/list" method:"get" tags:"ArticleService"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type GetListRes struct {
|
||||||
|
list []struct{}
|
||||||
|
}
|
||||||
|
|
||||||
|
type GetOneReq struct {
|
||||||
|
g.Meta `path:"/article/one" method:"get" tags:"ArticleService"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type GetOneRes struct {
|
||||||
|
one struct{}
|
||||||
|
}
|
||||||
23
cmd/gf/internal/cmd/testdata/genctrl/api/article/v2/edit.go
vendored
Normal file
23
cmd/gf/internal/cmd/testdata/genctrl/api/article/v2/edit.go
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
|
||||||
|
//
|
||||||
|
// This Source Code Form is subject to the terms of the MIT License.
|
||||||
|
// If a copy of the MIT was not distributed with this file,
|
||||||
|
// You can obtain one at https://github.com/gogf/gf.
|
||||||
|
|
||||||
|
package v2
|
||||||
|
|
||||||
|
import "github.com/gogf/gf/v2/frame/g"
|
||||||
|
|
||||||
|
type CreateReq struct {
|
||||||
|
g.Meta `path:"/article/create" method:"post" tags:"ArticleService"`
|
||||||
|
Title string `v:"required"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type CreateRes struct{}
|
||||||
|
|
||||||
|
type UpdateReq struct {
|
||||||
|
g.Meta `path:"/article/update" method:"post" tags:"ArticleService"`
|
||||||
|
Title string `v:"required"`
|
||||||
|
}
|
||||||
|
|
||||||
|
type UpdateRes struct{}
|
||||||
5
cmd/gf/internal/cmd/testdata/genctrl/controller/article/article.go
vendored
Normal file
5
cmd/gf/internal/cmd/testdata/genctrl/controller/article/article.go
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
// =================================================================================
|
||||||
|
// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
|
||||||
|
// =================================================================================
|
||||||
|
|
||||||
|
package article
|
||||||
21
cmd/gf/internal/cmd/testdata/genctrl/controller/article/article_new.go
vendored
Normal file
21
cmd/gf/internal/cmd/testdata/genctrl/controller/article/article_new.go
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
// =================================================================================
|
||||||
|
// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
|
||||||
|
// =================================================================================
|
||||||
|
|
||||||
|
package article
|
||||||
|
|
||||||
|
import (
|
||||||
|
"github.com/gogf/gf/cmd/gf/v2/internal/cmd/testdata/genctrl/api/article"
|
||||||
|
)
|
||||||
|
|
||||||
|
type ControllerV1 struct{}
|
||||||
|
|
||||||
|
func NewV1() article.IArticleV1 {
|
||||||
|
return &ControllerV1{}
|
||||||
|
}
|
||||||
|
|
||||||
|
type ControllerV2 struct{}
|
||||||
|
|
||||||
|
func NewV2() article.IArticleV2 {
|
||||||
|
return &ControllerV2{}
|
||||||
|
}
|
||||||
14
cmd/gf/internal/cmd/testdata/genctrl/controller/article/article_v1_create.go
vendored
Normal file
14
cmd/gf/internal/cmd/testdata/genctrl/controller/article/article_v1_create.go
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
package article
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
|
||||||
|
"github.com/gogf/gf/v2/errors/gcode"
|
||||||
|
"github.com/gogf/gf/v2/errors/gerror"
|
||||||
|
|
||||||
|
"github.com/gogf/gf/cmd/gf/v2/internal/cmd/testdata/genctrl/api/article/v1"
|
||||||
|
)
|
||||||
|
|
||||||
|
func (c *ControllerV1) Create(ctx context.Context, req *v1.CreateReq) (res *v1.CreateRes, err error) {
|
||||||
|
return nil, gerror.NewCode(gcode.CodeNotImplemented)
|
||||||
|
}
|
||||||
14
cmd/gf/internal/cmd/testdata/genctrl/controller/article/article_v1_get_list.go
vendored
Normal file
14
cmd/gf/internal/cmd/testdata/genctrl/controller/article/article_v1_get_list.go
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
package article
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
|
||||||
|
"github.com/gogf/gf/v2/errors/gcode"
|
||||||
|
"github.com/gogf/gf/v2/errors/gerror"
|
||||||
|
|
||||||
|
"github.com/gogf/gf/cmd/gf/v2/internal/cmd/testdata/genctrl/api/article/v1"
|
||||||
|
)
|
||||||
|
|
||||||
|
func (c *ControllerV1) GetList(ctx context.Context, req *v1.GetListReq) (res *v1.GetListRes, err error) {
|
||||||
|
return nil, gerror.NewCode(gcode.CodeNotImplemented)
|
||||||
|
}
|
||||||
14
cmd/gf/internal/cmd/testdata/genctrl/controller/article/article_v1_get_one.go
vendored
Normal file
14
cmd/gf/internal/cmd/testdata/genctrl/controller/article/article_v1_get_one.go
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
package article
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
|
||||||
|
"github.com/gogf/gf/v2/errors/gcode"
|
||||||
|
"github.com/gogf/gf/v2/errors/gerror"
|
||||||
|
|
||||||
|
"github.com/gogf/gf/cmd/gf/v2/internal/cmd/testdata/genctrl/api/article/v1"
|
||||||
|
)
|
||||||
|
|
||||||
|
func (c *ControllerV1) GetOne(ctx context.Context, req *v1.GetOneReq) (res *v1.GetOneRes, err error) {
|
||||||
|
return nil, gerror.NewCode(gcode.CodeNotImplemented)
|
||||||
|
}
|
||||||
14
cmd/gf/internal/cmd/testdata/genctrl/controller/article/article_v1_update.go
vendored
Normal file
14
cmd/gf/internal/cmd/testdata/genctrl/controller/article/article_v1_update.go
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
package article
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
|
||||||
|
"github.com/gogf/gf/v2/errors/gcode"
|
||||||
|
"github.com/gogf/gf/v2/errors/gerror"
|
||||||
|
|
||||||
|
"github.com/gogf/gf/cmd/gf/v2/internal/cmd/testdata/genctrl/api/article/v1"
|
||||||
|
)
|
||||||
|
|
||||||
|
func (c *ControllerV1) Update(ctx context.Context, req *v1.UpdateReq) (res *v1.UpdateRes, err error) {
|
||||||
|
return nil, gerror.NewCode(gcode.CodeNotImplemented)
|
||||||
|
}
|
||||||
14
cmd/gf/internal/cmd/testdata/genctrl/controller/article/article_v2_create.go
vendored
Normal file
14
cmd/gf/internal/cmd/testdata/genctrl/controller/article/article_v2_create.go
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
package article
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
|
||||||
|
"github.com/gogf/gf/v2/errors/gcode"
|
||||||
|
"github.com/gogf/gf/v2/errors/gerror"
|
||||||
|
|
||||||
|
"github.com/gogf/gf/cmd/gf/v2/internal/cmd/testdata/genctrl/api/article/v2"
|
||||||
|
)
|
||||||
|
|
||||||
|
func (c *ControllerV2) Create(ctx context.Context, req *v2.CreateReq) (res *v2.CreateRes, err error) {
|
||||||
|
return nil, gerror.NewCode(gcode.CodeNotImplemented)
|
||||||
|
}
|
||||||
14
cmd/gf/internal/cmd/testdata/genctrl/controller/article/article_v2_update.go
vendored
Normal file
14
cmd/gf/internal/cmd/testdata/genctrl/controller/article/article_v2_update.go
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
package article
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
|
||||||
|
"github.com/gogf/gf/v2/errors/gcode"
|
||||||
|
"github.com/gogf/gf/v2/errors/gerror"
|
||||||
|
|
||||||
|
"github.com/gogf/gf/cmd/gf/v2/internal/cmd/testdata/genctrl/api/article/v2"
|
||||||
|
)
|
||||||
|
|
||||||
|
func (c *ControllerV2) Update(ctx context.Context, req *v2.UpdateReq) (res *v2.UpdateRes, err error) {
|
||||||
|
return nil, gerror.NewCode(gcode.CodeNotImplemented)
|
||||||
|
}
|
||||||
21
cmd/gf/internal/cmd/testdata/genpbentity/generated_user/table_user.proto
vendored
Normal file
21
cmd/gf/internal/cmd/testdata/genpbentity/generated_user/table_user.proto
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
// ==========================================================================
|
||||||
|
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||||
|
// ==========================================================================
|
||||||
|
|
||||||
|
syntax = "proto3";
|
||||||
|
|
||||||
|
package unittest;
|
||||||
|
|
||||||
|
option go_package = "unittest";
|
||||||
|
|
||||||
|
import "google/protobuf/timestamp.proto";
|
||||||
|
|
||||||
|
message TableUser {
|
||||||
|
uint32 ID = 1; // User ID
|
||||||
|
string PASSPORT = 2; // User Passport
|
||||||
|
string PASSWORD = 3; // User Password
|
||||||
|
string NICKNAME = 4; // User Nickname
|
||||||
|
string SCORE = 5; // Total score amount.
|
||||||
|
google.protobuf.Timestamp CREATE_AT = 6; // Created Time
|
||||||
|
google.protobuf.Timestamp UPDATE_AT = 7; // Updated Time
|
||||||
|
}
|
||||||
10
cmd/gf/internal/cmd/testdata/genpbentity/user.tpl.sql
vendored
Normal file
10
cmd/gf/internal/cmd/testdata/genpbentity/user.tpl.sql
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
CREATE TABLE `%s` (
|
||||||
|
`id` int unsigned NOT NULL AUTO_INCREMENT COMMENT 'User ID',
|
||||||
|
`passport` varchar(45) NOT NULL COMMENT 'User Passport',
|
||||||
|
`password` varchar(45) NOT NULL COMMENT 'User Password',
|
||||||
|
`nickname` varchar(45) NOT NULL COMMENT 'User Nickname',
|
||||||
|
`score` decimal(10,2) unsigned DEFAULT NULL COMMENT 'Total score amount.',
|
||||||
|
`create_at` datetime DEFAULT NULL COMMENT 'Created Time',
|
||||||
|
`update_at` datetime DEFAULT NULL COMMENT 'Updated Time',
|
||||||
|
PRIMARY KEY (`id`)
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||||
34
cmd/gf/internal/cmd/testdata/genservice/logic/article/article.go
vendored
Normal file
34
cmd/gf/internal/cmd/testdata/genservice/logic/article/article.go
vendored
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
|
||||||
|
//
|
||||||
|
// This Source Code Form is subject to the terms of the MIT License.
|
||||||
|
// If a copy of the MIT was not distributed with this file,
|
||||||
|
// You can obtain one at https://github.com/gogf/gf.
|
||||||
|
|
||||||
|
package article
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
|
||||||
|
"github.com/gogf/gf/cmd/gf/v2/internal/cmd/testdata/genservice/service"
|
||||||
|
)
|
||||||
|
|
||||||
|
type sArticle struct {
|
||||||
|
}
|
||||||
|
|
||||||
|
func init() {
|
||||||
|
service.RegisterArticle(&sArticle{})
|
||||||
|
}
|
||||||
|
|
||||||
|
// Get article details
|
||||||
|
func (s *sArticle) Get(ctx context.Context, id uint) (info struct{}, err error) {
|
||||||
|
return struct{}{}, err
|
||||||
|
}
|
||||||
|
|
||||||
|
// Create
|
||||||
|
/**
|
||||||
|
* create an article.
|
||||||
|
* @author oldme
|
||||||
|
*/
|
||||||
|
func (s *sArticle) Create(ctx context.Context, info struct{}) (id uint, err error) {
|
||||||
|
return id, err
|
||||||
|
}
|
||||||
9
cmd/gf/internal/cmd/testdata/genservice/logic/logic_expect.go
vendored
Normal file
9
cmd/gf/internal/cmd/testdata/genservice/logic/logic_expect.go
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
// ==========================================================================
|
||||||
|
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||||
|
// ==========================================================================
|
||||||
|
|
||||||
|
package logic
|
||||||
|
|
||||||
|
import (
|
||||||
|
_ "github.com/gogf/gf/cmd/gf/v2/internal/cmd/testdata/genservice/logic/article"
|
||||||
|
)
|
||||||
38
cmd/gf/internal/cmd/testdata/genservice/service/article.go
vendored
Normal file
38
cmd/gf/internal/cmd/testdata/genservice/service/article.go
vendored
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
// ================================================================================
|
||||||
|
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||||
|
// You can delete these comments if you wish manually maintain this interface file.
|
||||||
|
// ================================================================================
|
||||||
|
|
||||||
|
package service
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
)
|
||||||
|
|
||||||
|
type (
|
||||||
|
IArticle interface {
|
||||||
|
// Get article details
|
||||||
|
Get(ctx context.Context, id uint) (info struct{}, err error)
|
||||||
|
// Create
|
||||||
|
/**
|
||||||
|
* create an article.
|
||||||
|
* @author oldme
|
||||||
|
*/
|
||||||
|
Create(ctx context.Context, info struct{}) (id uint, err error)
|
||||||
|
}
|
||||||
|
)
|
||||||
|
|
||||||
|
var (
|
||||||
|
localArticle IArticle
|
||||||
|
)
|
||||||
|
|
||||||
|
func Article() IArticle {
|
||||||
|
if localArticle == nil {
|
||||||
|
panic("implement not found for interface IArticle, forgot register?")
|
||||||
|
}
|
||||||
|
return localArticle
|
||||||
|
}
|
||||||
|
|
||||||
|
func RegisterArticle(i IArticle) {
|
||||||
|
localArticle = i
|
||||||
|
}
|
||||||
@ -12,12 +12,11 @@ const TemplateGenCtrlControllerEmpty = `
|
|||||||
// =================================================================================
|
// =================================================================================
|
||||||
|
|
||||||
package {Module}
|
package {Module}
|
||||||
|
|
||||||
`
|
`
|
||||||
|
|
||||||
const TemplateGenCtrlControllerNewEmpty = `
|
const TemplateGenCtrlControllerNewEmpty = `
|
||||||
// =================================================================================
|
// =================================================================================
|
||||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
|
||||||
// =================================================================================
|
// =================================================================================
|
||||||
|
|
||||||
package {Module}
|
package {Module}
|
||||||
@ -25,7 +24,6 @@ package {Module}
|
|||||||
import (
|
import (
|
||||||
{ImportPath}
|
{ImportPath}
|
||||||
)
|
)
|
||||||
|
|
||||||
`
|
`
|
||||||
|
|
||||||
const TemplateGenCtrlControllerNewFunc = `
|
const TemplateGenCtrlControllerNewFunc = `
|
||||||
@ -34,7 +32,6 @@ type {CtrlName} struct{}
|
|||||||
func {NewFuncName}() {InterfaceName} {
|
func {NewFuncName}() {InterfaceName} {
|
||||||
return &{CtrlName}{}
|
return &{CtrlName}{}
|
||||||
}
|
}
|
||||||
|
|
||||||
`
|
`
|
||||||
|
|
||||||
const TemplateGenCtrlControllerMethodFunc = `
|
const TemplateGenCtrlControllerMethodFunc = `
|
||||||
@ -63,7 +60,7 @@ func (c *{CtrlName}) {MethodName}(ctx context.Context, req *{Version}.{MethodNam
|
|||||||
|
|
||||||
const TemplateGenCtrlApiInterface = `
|
const TemplateGenCtrlApiInterface = `
|
||||||
// =================================================================================
|
// =================================================================================
|
||||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||||
// =================================================================================
|
// =================================================================================
|
||||||
|
|
||||||
package {Module}
|
package {Module}
|
||||||
|
|||||||
@ -24,15 +24,19 @@ var (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
logger.SetStack(false)
|
|
||||||
if genv.Get(headerPrintEnvName).String() == "1" {
|
if genv.Get(headerPrintEnvName).String() == "1" {
|
||||||
logger.SetHeaderPrint(true)
|
logger.SetHeaderPrint(true)
|
||||||
} else {
|
} else {
|
||||||
logger.SetHeaderPrint(false)
|
logger.SetHeaderPrint(false)
|
||||||
}
|
}
|
||||||
|
|
||||||
if gcmd.GetOpt("debug") != nil || gcmd.GetOpt("gf.debug") != nil {
|
if gcmd.GetOpt("debug") != nil || gcmd.GetOpt("gf.debug") != nil {
|
||||||
|
logger.SetHeaderPrint(true)
|
||||||
|
logger.SetStackSkip(4)
|
||||||
|
logger.SetFlags(logger.GetFlags() | glog.F_FILE_LONG)
|
||||||
logger.SetDebug(true)
|
logger.SetDebug(true)
|
||||||
} else {
|
} else {
|
||||||
|
logger.SetStack(false)
|
||||||
logger.SetDebug(false)
|
logger.SetDebug(false)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -9,6 +9,7 @@ package utils
|
|||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
"golang.org/x/tools/imports"
|
"golang.org/x/tools/imports"
|
||||||
|
|
||||||
"github.com/gogf/gf/cmd/gf/v2/internal/consts"
|
"github.com/gogf/gf/cmd/gf/v2/internal/consts"
|
||||||
@ -118,7 +119,7 @@ func GetImportPath(filePath string) string {
|
|||||||
func GetModPath() string {
|
func GetModPath() string {
|
||||||
var (
|
var (
|
||||||
oldDir = gfile.Pwd()
|
oldDir = gfile.Pwd()
|
||||||
newDir = gfile.Dir(oldDir)
|
newDir = oldDir
|
||||||
goModName = "go.mod"
|
goModName = "go.mod"
|
||||||
goModPath string
|
goModPath string
|
||||||
)
|
)
|
||||||
@ -127,11 +128,11 @@ func GetModPath() string {
|
|||||||
if gfile.Exists(goModPath) {
|
if gfile.Exists(goModPath) {
|
||||||
return goModPath
|
return goModPath
|
||||||
}
|
}
|
||||||
oldDir = newDir
|
|
||||||
newDir = gfile.Dir(oldDir)
|
newDir = gfile.Dir(oldDir)
|
||||||
if newDir == oldDir {
|
if newDir == oldDir {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
oldDir = newDir
|
||||||
}
|
}
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
|
|||||||
@ -173,7 +173,11 @@ func (a *IntArray) InsertBefore(index int, values ...int) error {
|
|||||||
a.mu.Lock()
|
a.mu.Lock()
|
||||||
defer a.mu.Unlock()
|
defer a.mu.Unlock()
|
||||||
if index < 0 || index >= len(a.array) {
|
if index < 0 || index >= len(a.array) {
|
||||||
return gerror.NewCodef(gcode.CodeInvalidParameter, "index %d out of array range %d", index, len(a.array))
|
return gerror.NewCodef(
|
||||||
|
gcode.CodeInvalidParameter,
|
||||||
|
"index %d out of array range %d",
|
||||||
|
index, len(a.array),
|
||||||
|
)
|
||||||
}
|
}
|
||||||
rear := append([]int{}, a.array[index:]...)
|
rear := append([]int{}, a.array[index:]...)
|
||||||
a.array = append(a.array[0:index], values...)
|
a.array = append(a.array[0:index], values...)
|
||||||
@ -186,7 +190,11 @@ func (a *IntArray) InsertAfter(index int, values ...int) error {
|
|||||||
a.mu.Lock()
|
a.mu.Lock()
|
||||||
defer a.mu.Unlock()
|
defer a.mu.Unlock()
|
||||||
if index < 0 || index >= len(a.array) {
|
if index < 0 || index >= len(a.array) {
|
||||||
return gerror.NewCodef(gcode.CodeInvalidParameter, "index %d out of array range %d", index, len(a.array))
|
return gerror.NewCodef(
|
||||||
|
gcode.CodeInvalidParameter,
|
||||||
|
"index %d out of array range %d",
|
||||||
|
index, len(a.array),
|
||||||
|
)
|
||||||
}
|
}
|
||||||
rear := append([]int{}, a.array[index+1:]...)
|
rear := append([]int{}, a.array[index+1:]...)
|
||||||
a.array = append(a.array[0:index+1], values...)
|
a.array = append(a.array[0:index+1], values...)
|
||||||
@ -583,7 +591,11 @@ func (a *IntArray) Fill(startIndex int, num int, value int) error {
|
|||||||
a.mu.Lock()
|
a.mu.Lock()
|
||||||
defer a.mu.Unlock()
|
defer a.mu.Unlock()
|
||||||
if startIndex < 0 || startIndex > len(a.array) {
|
if startIndex < 0 || startIndex > len(a.array) {
|
||||||
return gerror.NewCodef(gcode.CodeInvalidParameter, "index %d out of array range %d", startIndex, len(a.array))
|
return gerror.NewCodef(
|
||||||
|
gcode.CodeInvalidParameter,
|
||||||
|
"index %d out of array range %d",
|
||||||
|
startIndex, len(a.array),
|
||||||
|
)
|
||||||
}
|
}
|
||||||
for i := startIndex; i < startIndex+num; i++ {
|
for i := startIndex; i < startIndex+num; i++ {
|
||||||
if i > len(a.array)-1 {
|
if i > len(a.array)-1 {
|
||||||
|
|||||||
@ -75,7 +75,8 @@ func TestQueue_Close(t *testing.T) {
|
|||||||
q1 := gqueue.New()
|
q1 := gqueue.New()
|
||||||
q1.Push(1)
|
q1.Push(1)
|
||||||
q1.Push(2)
|
q1.Push(2)
|
||||||
time.Sleep(time.Millisecond)
|
// wait sync to channel
|
||||||
|
time.Sleep(10 * time.Millisecond)
|
||||||
t.Assert(q1.Len(), 2)
|
t.Assert(q1.Len(), 2)
|
||||||
q1.Close()
|
q1.Close()
|
||||||
})
|
})
|
||||||
@ -83,7 +84,8 @@ func TestQueue_Close(t *testing.T) {
|
|||||||
q1 := gqueue.New(2)
|
q1 := gqueue.New(2)
|
||||||
q1.Push(1)
|
q1.Push(1)
|
||||||
q1.Push(2)
|
q1.Push(2)
|
||||||
time.Sleep(time.Millisecond)
|
// wait sync to channel
|
||||||
|
time.Sleep(10 * time.Millisecond)
|
||||||
t.Assert(q1.Len(), 2)
|
t.Assert(q1.Len(), 2)
|
||||||
q1.Close()
|
q1.Close()
|
||||||
})
|
})
|
||||||
|
|||||||
@ -42,7 +42,7 @@ func ExampleIntSet_Add() {
|
|||||||
fmt.Println(intSet.Slice())
|
fmt.Println(intSet.Slice())
|
||||||
fmt.Println(intSet.AddIfNotExist(1))
|
fmt.Println(intSet.AddIfNotExist(1))
|
||||||
|
|
||||||
// Mya Output:
|
// May Output:
|
||||||
// [1 2 3]
|
// [1 2 3]
|
||||||
// false
|
// false
|
||||||
}
|
}
|
||||||
@ -56,7 +56,7 @@ func ExampleIntSet_AddIfNotExist() {
|
|||||||
fmt.Println(intSet.Slice())
|
fmt.Println(intSet.Slice())
|
||||||
fmt.Println(intSet.AddIfNotExist(1))
|
fmt.Println(intSet.AddIfNotExist(1))
|
||||||
|
|
||||||
// Mya Output:
|
// May Output:
|
||||||
// [1 2 3]
|
// [1 2 3]
|
||||||
// false
|
// false
|
||||||
}
|
}
|
||||||
|
|||||||
@ -42,13 +42,13 @@ func ExampleStrSet_Add() {
|
|||||||
fmt.Println(strSet.Slice())
|
fmt.Println(strSet.Slice())
|
||||||
fmt.Println(strSet.AddIfNotExist("str"))
|
fmt.Println(strSet.AddIfNotExist("str"))
|
||||||
|
|
||||||
// Mya Output:
|
// May Output:
|
||||||
// [str str1 str2 str3]
|
// [str str1 str2 str3]
|
||||||
// false
|
// false
|
||||||
}
|
}
|
||||||
|
|
||||||
// AddIfNotExist checks whether item exists in the set,
|
// AddIfNotExist checks whether item exists in the set,
|
||||||
// it adds the item to set and returns true if it does not exists in the set,
|
// it adds the item to set and returns true if it does not exist in the set,
|
||||||
// or else it does nothing and returns false.
|
// or else it does nothing and returns false.
|
||||||
func ExampleStrSet_AddIfNotExist() {
|
func ExampleStrSet_AddIfNotExist() {
|
||||||
strSet := gset.NewStrSetFrom([]string{"str1", "str2", "str3"}, true)
|
strSet := gset.NewStrSetFrom([]string{"str1", "str2", "str3"}, true)
|
||||||
@ -56,13 +56,13 @@ func ExampleStrSet_AddIfNotExist() {
|
|||||||
fmt.Println(strSet.Slice())
|
fmt.Println(strSet.Slice())
|
||||||
fmt.Println(strSet.AddIfNotExist("str"))
|
fmt.Println(strSet.AddIfNotExist("str"))
|
||||||
|
|
||||||
// Mya Output:
|
// May Output:
|
||||||
// [str str1 str2 str3]
|
// [str str1 str2 str3]
|
||||||
// false
|
// false
|
||||||
}
|
}
|
||||||
|
|
||||||
// AddIfNotExistFunc checks whether item exists in the set,
|
// AddIfNotExistFunc checks whether item exists in the set,
|
||||||
// it adds the item to set and returns true if it does not exists in the set and function `f` returns true,
|
// it adds the item to set and returns true if it does not exist in the set and function `f` returns true,
|
||||||
// or else it does nothing and returns false.
|
// or else it does nothing and returns false.
|
||||||
// Note that, the function `f` is executed without writing lock.
|
// Note that, the function `f` is executed without writing lock.
|
||||||
func ExampleStrSet_AddIfNotExistFunc() {
|
func ExampleStrSet_AddIfNotExistFunc() {
|
||||||
@ -79,7 +79,7 @@ func ExampleStrSet_AddIfNotExistFunc() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// AddIfNotExistFunc checks whether item exists in the set,
|
// AddIfNotExistFunc checks whether item exists in the set,
|
||||||
// it adds the item to set and returns true if it does not exists in the set and function `f` returns true,
|
// it adds the item to set and returns true if it does not exist in the set and function `f` returns true,
|
||||||
// or else it does nothing and returns false.
|
// or else it does nothing and returns false.
|
||||||
// Note that, the function `f` is executed without writing lock.
|
// Note that, the function `f` is executed without writing lock.
|
||||||
func ExampleStrSet_AddIfNotExistFuncLock() {
|
func ExampleStrSet_AddIfNotExistFuncLock() {
|
||||||
|
|||||||
@ -8,24 +8,27 @@ package gvar
|
|||||||
|
|
||||||
import "github.com/gogf/gf/v2/util/gconv"
|
import "github.com/gogf/gf/v2/util/gconv"
|
||||||
|
|
||||||
|
// MapOption specifies the option for map converting.
|
||||||
|
type MapOption = gconv.MapOption
|
||||||
|
|
||||||
// Map converts and returns `v` as map[string]interface{}.
|
// Map converts and returns `v` as map[string]interface{}.
|
||||||
func (v *Var) Map(tags ...string) map[string]interface{} {
|
func (v *Var) Map(option ...MapOption) map[string]interface{} {
|
||||||
return gconv.Map(v.Val(), tags...)
|
return gconv.Map(v.Val(), option...)
|
||||||
}
|
}
|
||||||
|
|
||||||
// MapStrAny is like function Map, but implements the interface of MapStrAny.
|
// MapStrAny is like function Map, but implements the interface of MapStrAny.
|
||||||
func (v *Var) MapStrAny() map[string]interface{} {
|
func (v *Var) MapStrAny(option ...MapOption) map[string]interface{} {
|
||||||
return v.Map()
|
return v.Map(option...)
|
||||||
}
|
}
|
||||||
|
|
||||||
// MapStrStr converts and returns `v` as map[string]string.
|
// MapStrStr converts and returns `v` as map[string]string.
|
||||||
func (v *Var) MapStrStr(tags ...string) map[string]string {
|
func (v *Var) MapStrStr(option ...MapOption) map[string]string {
|
||||||
return gconv.MapStrStr(v.Val(), tags...)
|
return gconv.MapStrStr(v.Val(), option...)
|
||||||
}
|
}
|
||||||
|
|
||||||
// MapStrVar converts and returns `v` as map[string]Var.
|
// MapStrVar converts and returns `v` as map[string]Var.
|
||||||
func (v *Var) MapStrVar(tags ...string) map[string]*Var {
|
func (v *Var) MapStrVar(option ...MapOption) map[string]*Var {
|
||||||
m := v.Map(tags...)
|
m := v.Map(option...)
|
||||||
if len(m) > 0 {
|
if len(m) > 0 {
|
||||||
vMap := make(map[string]*Var, len(m))
|
vMap := make(map[string]*Var, len(m))
|
||||||
for k, v := range m {
|
for k, v := range m {
|
||||||
@ -37,16 +40,19 @@ func (v *Var) MapStrVar(tags ...string) map[string]*Var {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// MapDeep converts and returns `v` as map[string]interface{} recursively.
|
// MapDeep converts and returns `v` as map[string]interface{} recursively.
|
||||||
|
// Deprecated: used Map instead.
|
||||||
func (v *Var) MapDeep(tags ...string) map[string]interface{} {
|
func (v *Var) MapDeep(tags ...string) map[string]interface{} {
|
||||||
return gconv.MapDeep(v.Val(), tags...)
|
return gconv.MapDeep(v.Val(), tags...)
|
||||||
}
|
}
|
||||||
|
|
||||||
// MapStrStrDeep converts and returns `v` as map[string]string recursively.
|
// MapStrStrDeep converts and returns `v` as map[string]string recursively.
|
||||||
|
// Deprecated: used MapStrStr instead.
|
||||||
func (v *Var) MapStrStrDeep(tags ...string) map[string]string {
|
func (v *Var) MapStrStrDeep(tags ...string) map[string]string {
|
||||||
return gconv.MapStrStrDeep(v.Val(), tags...)
|
return gconv.MapStrStrDeep(v.Val(), tags...)
|
||||||
}
|
}
|
||||||
|
|
||||||
// MapStrVarDeep converts and returns `v` as map[string]*Var recursively.
|
// MapStrVarDeep converts and returns `v` as map[string]*Var recursively.
|
||||||
|
// Deprecated: used MapStrVar instead.
|
||||||
func (v *Var) MapStrVarDeep(tags ...string) map[string]*Var {
|
func (v *Var) MapStrVarDeep(tags ...string) map[string]*Var {
|
||||||
m := v.MapDeep(tags...)
|
m := v.MapDeep(tags...)
|
||||||
if len(m) > 0 {
|
if len(m) > 0 {
|
||||||
@ -61,12 +67,12 @@ func (v *Var) MapStrVarDeep(tags ...string) map[string]*Var {
|
|||||||
|
|
||||||
// Maps converts and returns `v` as map[string]string.
|
// Maps converts and returns `v` as map[string]string.
|
||||||
// See gconv.Maps.
|
// See gconv.Maps.
|
||||||
func (v *Var) Maps(tags ...string) []map[string]interface{} {
|
func (v *Var) Maps(option ...MapOption) []map[string]interface{} {
|
||||||
return gconv.Maps(v.Val(), tags...)
|
return gconv.Maps(v.Val(), option...)
|
||||||
}
|
}
|
||||||
|
|
||||||
// MapsDeep converts `value` to []map[string]interface{} recursively.
|
// MapsDeep converts `value` to []map[string]interface{} recursively.
|
||||||
// See gconv.MapsDeep.
|
// Deprecated: used Maps instead.
|
||||||
func (v *Var) MapsDeep(tags ...string) []map[string]interface{} {
|
func (v *Var) MapsDeep(tags ...string) []map[string]interface{} {
|
||||||
return gconv.MapsDeep(v.Val(), tags...)
|
return gconv.MapsDeep(v.Val(), tags...)
|
||||||
}
|
}
|
||||||
|
|||||||
@ -4,7 +4,7 @@ go 1.18
|
|||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/apolloconfig/agollo/v4 v4.3.1
|
github.com/apolloconfig/agollo/v4 v4.3.1
|
||||||
github.com/gogf/gf/v2 v2.5.6
|
github.com/gogf/gf/v2 v2.6.2
|
||||||
)
|
)
|
||||||
|
|
||||||
require (
|
require (
|
||||||
|
|||||||
@ -3,7 +3,7 @@ module github.com/gogf/gf/contrib/config/consul/v2
|
|||||||
go 1.19
|
go 1.19
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/gogf/gf/v2 v2.5.6
|
github.com/gogf/gf/v2 v2.6.2
|
||||||
github.com/hashicorp/consul/api v1.24.0
|
github.com/hashicorp/consul/api v1.24.0
|
||||||
github.com/hashicorp/go-cleanhttp v0.5.2
|
github.com/hashicorp/go-cleanhttp v0.5.2
|
||||||
)
|
)
|
||||||
|
|||||||
@ -3,7 +3,7 @@ module github.com/gogf/gf/contrib/config/kubecm/v2
|
|||||||
go 1.19
|
go 1.19
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/gogf/gf/v2 v2.5.6
|
github.com/gogf/gf/v2 v2.6.2
|
||||||
k8s.io/api v0.27.4
|
k8s.io/api v0.27.4
|
||||||
k8s.io/apimachinery v0.27.4
|
k8s.io/apimachinery v0.27.4
|
||||||
k8s.io/client-go v0.27.4
|
k8s.io/client-go v0.27.4
|
||||||
@ -15,7 +15,7 @@ require (
|
|||||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||||
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
|
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
|
||||||
github.com/fatih/color v1.15.0 // indirect
|
github.com/fatih/color v1.15.0 // indirect
|
||||||
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
||||||
github.com/go-logr/logr v1.2.4 // indirect
|
github.com/go-logr/logr v1.2.4 // indirect
|
||||||
github.com/go-logr/stdr v1.2.2 // indirect
|
github.com/go-logr/stdr v1.2.2 // indirect
|
||||||
github.com/go-openapi/jsonpointer v0.19.6 // indirect
|
github.com/go-openapi/jsonpointer v0.19.6 // indirect
|
||||||
@ -35,7 +35,7 @@ require (
|
|||||||
github.com/magiconair/properties v1.8.6 // indirect
|
github.com/magiconair/properties v1.8.6 // indirect
|
||||||
github.com/mailru/easyjson v0.7.7 // indirect
|
github.com/mailru/easyjson v0.7.7 // indirect
|
||||||
github.com/mattn/go-colorable v0.1.13 // indirect
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
||||||
github.com/mattn/go-isatty v0.0.19 // indirect
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||||
github.com/mattn/go-runewidth v0.0.15 // indirect
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
||||||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
||||||
github.com/modern-go/reflect2 v1.0.2 // indirect
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
||||||
|
|||||||
@ -56,8 +56,8 @@ github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1m
|
|||||||
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
|
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
|
||||||
github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs=
|
github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs=
|
||||||
github.com/fatih/color v1.15.0/go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw=
|
github.com/fatih/color v1.15.0/go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw=
|
||||||
github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=
|
github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=
|
||||||
github.com/fsnotify/fsnotify v1.6.0/go.mod h1:sl3t1tCWJFWoRz9R8WJCbQihKKwmorjAbSClcnxKAGw=
|
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
|
||||||
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU=
|
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU=
|
||||||
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
|
||||||
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
|
||||||
@ -168,8 +168,8 @@ github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJ
|
|||||||
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
|
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
|
||||||
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
|
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
|
||||||
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
|
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
|
||||||
github.com/mattn/go-isatty v0.0.19 h1:JITubQf0MOLdlGRuRq+jtsDlekdYPia9ZFsB8h/APPA=
|
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
|
||||||
github.com/mattn/go-isatty v0.0.19/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
|
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
|
||||||
github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI=
|
github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI=
|
||||||
github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=
|
github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=
|
||||||
github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
|
github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
|
||||||
@ -330,7 +330,6 @@ golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7w
|
|||||||
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
|
||||||
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=
|
golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=
|
||||||
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
|
|||||||
@ -3,18 +3,18 @@ module github.com/gogf/gf/contrib/config/nacos/v2
|
|||||||
go 1.18
|
go 1.18
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/gogf/gf/v2 v2.5.6
|
github.com/gogf/gf/v2 v2.6.2
|
||||||
github.com/nacos-group/nacos-sdk-go v1.1.4
|
github.com/nacos-group/nacos-sdk-go v1.1.4
|
||||||
)
|
)
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/BurntSushi/toml v1.2.0 // indirect
|
github.com/BurntSushi/toml v1.2.0 // indirect
|
||||||
github.com/aliyun/alibaba-cloud-sdk-go v1.61.18 // indirect
|
github.com/aliyun/alibaba-cloud-sdk-go v1.62.589 // indirect
|
||||||
github.com/buger/jsonparser v1.1.1 // indirect
|
github.com/buger/jsonparser v1.1.1 // indirect
|
||||||
github.com/clbanning/mxj/v2 v2.7.0 // indirect
|
github.com/clbanning/mxj/v2 v2.7.0 // indirect
|
||||||
github.com/fatih/color v1.15.0 // indirect
|
github.com/fatih/color v1.15.0 // indirect
|
||||||
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
||||||
github.com/go-errors/errors v1.0.1 // indirect
|
github.com/go-errors/errors v1.5.1 // indirect
|
||||||
github.com/go-logr/logr v1.2.4 // indirect
|
github.com/go-logr/logr v1.2.4 // indirect
|
||||||
github.com/go-logr/stdr v1.2.2 // indirect
|
github.com/go-logr/stdr v1.2.2 // indirect
|
||||||
github.com/gorilla/websocket v1.5.0 // indirect
|
github.com/gorilla/websocket v1.5.0 // indirect
|
||||||
@ -23,24 +23,25 @@ require (
|
|||||||
github.com/json-iterator/go v1.1.12 // indirect
|
github.com/json-iterator/go v1.1.12 // indirect
|
||||||
github.com/magiconair/properties v1.8.6 // indirect
|
github.com/magiconair/properties v1.8.6 // indirect
|
||||||
github.com/mattn/go-colorable v0.1.13 // indirect
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
||||||
github.com/mattn/go-isatty v0.0.19 // indirect
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||||
github.com/mattn/go-runewidth v0.0.15 // indirect
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
||||||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
||||||
github.com/modern-go/reflect2 v1.0.2 // indirect
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
||||||
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
||||||
|
github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b // indirect
|
||||||
github.com/pkg/errors v0.9.1 // indirect
|
github.com/pkg/errors v0.9.1 // indirect
|
||||||
github.com/rivo/uniseg v0.4.4 // indirect
|
github.com/rivo/uniseg v0.4.4 // indirect
|
||||||
go.opentelemetry.io/otel v1.14.0 // indirect
|
go.opentelemetry.io/otel v1.14.0 // indirect
|
||||||
go.opentelemetry.io/otel/sdk v1.14.0 // indirect
|
go.opentelemetry.io/otel/sdk v1.14.0 // indirect
|
||||||
go.opentelemetry.io/otel/trace v1.14.0 // indirect
|
go.opentelemetry.io/otel/trace v1.14.0 // indirect
|
||||||
go.uber.org/atomic v1.6.0 // indirect
|
go.uber.org/atomic v1.10.0 // indirect
|
||||||
go.uber.org/multierr v1.5.0 // indirect
|
go.uber.org/multierr v1.6.0 // indirect
|
||||||
go.uber.org/zap v1.15.0 // indirect
|
go.uber.org/zap v1.21.0 // indirect
|
||||||
golang.org/x/net v0.17.0 // indirect
|
golang.org/x/net v0.17.0 // indirect
|
||||||
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
|
golang.org/x/sync v0.4.0 // indirect
|
||||||
golang.org/x/sys v0.13.0 // indirect
|
golang.org/x/sys v0.13.0 // indirect
|
||||||
golang.org/x/text v0.13.0 // indirect
|
golang.org/x/text v0.13.0 // indirect
|
||||||
gopkg.in/ini.v1 v1.42.0 // indirect
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
||||||
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
|
||||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||||
)
|
)
|
||||||
|
|||||||
@ -1,33 +1,45 @@
|
|||||||
|
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
|
||||||
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
|
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
|
||||||
github.com/BurntSushi/toml v1.2.0 h1:Rt8g24XnyGTyglgET/PRUNlrUeu9F5L+7FilkXfZgs0=
|
github.com/BurntSushi/toml v1.2.0 h1:Rt8g24XnyGTyglgET/PRUNlrUeu9F5L+7FilkXfZgs0=
|
||||||
github.com/BurntSushi/toml v1.2.0/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
|
github.com/BurntSushi/toml v1.2.0/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
|
||||||
github.com/aliyun/alibaba-cloud-sdk-go v1.61.18 h1:zOVTBdCKFd9JbCKz9/nt+FovbjPFmb7mUnp8nH9fQBA=
|
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
|
||||||
|
github.com/HdrHistogram/hdrhistogram-go v1.1.2/go.mod h1:yDgFjdqOqDEKOvasDdhWNXYg9BVp4O+o5f6V/ehm6Oo=
|
||||||
|
github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af/go.mod h1:K08gAheRH3/J6wwsYMMT4xOr94bZjxIelGM0+d/wbFw=
|
||||||
github.com/aliyun/alibaba-cloud-sdk-go v1.61.18/go.mod h1:v8ESoHo4SyHmuB4b1tJqDHxfTGEciD+yhvOU/5s1Rfk=
|
github.com/aliyun/alibaba-cloud-sdk-go v1.61.18/go.mod h1:v8ESoHo4SyHmuB4b1tJqDHxfTGEciD+yhvOU/5s1Rfk=
|
||||||
|
github.com/aliyun/alibaba-cloud-sdk-go v1.62.589 h1:G0ct80P/GKraO8BIZnkuzzNho/3x2QoWnXWdEmW+1Ok=
|
||||||
|
github.com/aliyun/alibaba-cloud-sdk-go v1.62.589/go.mod h1:CJJYa1ZMxjlN/NbXEwmejEnBkhi0DV+Yb3B2lxf+74o=
|
||||||
|
github.com/benbjohnson/clock v1.1.0 h1:Q92kusRqC1XV2MjkWETPvjJVqKetz1OzxZB7mHJLju8=
|
||||||
|
github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
|
||||||
github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs=
|
github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs=
|
||||||
github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
|
github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
|
||||||
github.com/clbanning/mxj/v2 v2.7.0 h1:WA/La7UGCanFe5NpHF0Q3DNtnCsVoxbPKuyBNHWRyME=
|
github.com/clbanning/mxj/v2 v2.7.0 h1:WA/La7UGCanFe5NpHF0Q3DNtnCsVoxbPKuyBNHWRyME=
|
||||||
github.com/clbanning/mxj/v2 v2.7.0/go.mod h1:hNiWqW14h+kc+MdF9C6/YoRfjEJoR3ou6tn/Qo+ve2s=
|
github.com/clbanning/mxj/v2 v2.7.0/go.mod h1:hNiWqW14h+kc+MdF9C6/YoRfjEJoR3ou6tn/Qo+ve2s=
|
||||||
|
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
|
||||||
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
||||||
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
|
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
|
||||||
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
||||||
github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs=
|
github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs=
|
||||||
github.com/fatih/color v1.15.0/go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw=
|
github.com/fatih/color v1.15.0/go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw=
|
||||||
github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=
|
github.com/fogleman/gg v1.2.1-0.20190220221249-0403632d5b90/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k=
|
||||||
github.com/fsnotify/fsnotify v1.6.0/go.mod h1:sl3t1tCWJFWoRz9R8WJCbQihKKwmorjAbSClcnxKAGw=
|
github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=
|
||||||
github.com/go-errors/errors v1.0.1 h1:LUHzmkK3GUKUrL/1gfBUxAHzcev3apQlezX/+O7ma6w=
|
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
|
||||||
github.com/go-errors/errors v1.0.1/go.mod h1:f4zRHt4oKfwPJE5k8C9vpYG+aDHdBFUsgrm6/TyX73Q=
|
github.com/go-errors/errors v1.0.1/go.mod h1:f4zRHt4oKfwPJE5k8C9vpYG+aDHdBFUsgrm6/TyX73Q=
|
||||||
|
github.com/go-errors/errors v1.5.1 h1:ZwEMSLRCapFLflTpT7NKaAc7ukJ8ZPEjzlxt8rPN8bk=
|
||||||
|
github.com/go-errors/errors v1.5.1/go.mod h1:sIVyrIiJhuEF+Pj9Ebtd6P/rEYROXFi3BopGUQ5a5Og=
|
||||||
|
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU=
|
||||||
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
|
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
|
||||||
github.com/go-logr/logr v1.2.4 h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ=
|
github.com/go-logr/logr v1.2.4 h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ=
|
||||||
github.com/go-logr/logr v1.2.4/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
|
github.com/go-logr/logr v1.2.4/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
|
||||||
github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=
|
github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=
|
||||||
github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE=
|
github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE=
|
||||||
github.com/goji/httpauth v0.0.0-20160601135302-2da839ab0f4d/go.mod h1:nnjvkQ9ptGaCkuDUx6wNykzzlUixGxvkme+H/lnzb+A=
|
github.com/goji/httpauth v0.0.0-20160601135302-2da839ab0f4d/go.mod h1:nnjvkQ9ptGaCkuDUx6wNykzzlUixGxvkme+H/lnzb+A=
|
||||||
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0/go.mod h1:E/TSTwGwJL78qG/PmXZO1EjYhfJinVAhrmmHX6Z8B9k=
|
||||||
github.com/golang/mock v1.3.1 h1:qGJ6qTW+x6xX/my+8YUVl4WNpX9B7+/l2tRsHGZ7f2s=
|
github.com/golang/mock v1.3.1 h1:qGJ6qTW+x6xX/my+8YUVl4WNpX9B7+/l2tRsHGZ7f2s=
|
||||||
github.com/golang/mock v1.3.1/go.mod h1:sBzyDLLjw3U8JLTeZvSv8jJB+tU5PVekmnlKIyFUx0Y=
|
github.com/golang/mock v1.3.1/go.mod h1:sBzyDLLjw3U8JLTeZvSv8jJB+tU5PVekmnlKIyFUx0Y=
|
||||||
|
github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
|
||||||
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
|
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
|
||||||
github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
|
github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
|
||||||
github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI=
|
github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI=
|
||||||
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 h1:EGx4pi6eqNxGaHF6qqu48+N2wcFQ5qg5FXgOdqsJ5d8=
|
|
||||||
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY=
|
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY=
|
||||||
github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=
|
github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=
|
||||||
github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
|
github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
|
||||||
@ -39,21 +51,21 @@ github.com/json-iterator/go v1.1.5/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCV
|
|||||||
github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU=
|
github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU=
|
||||||
github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=
|
github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=
|
||||||
github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo=
|
github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo=
|
||||||
github.com/jtolds/gls v4.20.0+incompatible h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7C0MuV77Wo=
|
|
||||||
github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU=
|
github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU=
|
||||||
|
github.com/jung-kurt/gofpdf v1.0.3-0.20190309125859-24315acbbda5/go.mod h1:7Id9E/uU8ce6rXgefFLlgrJj/GYY22cpxn+r32jIOes=
|
||||||
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
|
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
|
||||||
github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI=
|
|
||||||
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
|
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
|
||||||
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
|
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
|
||||||
github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
|
|
||||||
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
|
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
|
||||||
|
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
|
||||||
|
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
|
||||||
github.com/magiconair/properties v1.8.6 h1:5ibWZ6iY0NctNGWo87LalDlEZ6R41TqbbDamhfG/Qzo=
|
github.com/magiconair/properties v1.8.6 h1:5ibWZ6iY0NctNGWo87LalDlEZ6R41TqbbDamhfG/Qzo=
|
||||||
github.com/magiconair/properties v1.8.6/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60=
|
github.com/magiconair/properties v1.8.6/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60=
|
||||||
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
|
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
|
||||||
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
|
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
|
||||||
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
|
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
|
||||||
github.com/mattn/go-isatty v0.0.19 h1:JITubQf0MOLdlGRuRq+jtsDlekdYPia9ZFsB8h/APPA=
|
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
|
||||||
github.com/mattn/go-isatty v0.0.19/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
|
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
|
||||||
github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI=
|
github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI=
|
||||||
github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=
|
github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=
|
||||||
github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
|
github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
|
||||||
@ -61,12 +73,17 @@ github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJ
|
|||||||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=
|
||||||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
|
||||||
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
|
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
|
||||||
|
github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
|
||||||
github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=
|
github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=
|
||||||
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
|
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
|
||||||
github.com/nacos-group/nacos-sdk-go v1.1.4 h1:qyrZ7HTWM4aeymFfqnbgNRERh7TWuER10pCB7ddRcTY=
|
github.com/nacos-group/nacos-sdk-go v1.1.4 h1:qyrZ7HTWM4aeymFfqnbgNRERh7TWuER10pCB7ddRcTY=
|
||||||
github.com/nacos-group/nacos-sdk-go v1.1.4/go.mod h1:cBv9wy5iObs7khOqov1ERFQrCuTR4ILpgaiaVMxEmGI=
|
github.com/nacos-group/nacos-sdk-go v1.1.4/go.mod h1:cBv9wy5iObs7khOqov1ERFQrCuTR4ILpgaiaVMxEmGI=
|
||||||
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=
|
||||||
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
|
||||||
github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec=
|
github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec=
|
||||||
github.com/olekukonko/tablewriter v0.0.5/go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY=
|
github.com/olekukonko/tablewriter v0.0.5/go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY=
|
||||||
|
github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b h1:FfH+VrHHk6Lxt9HdVS0PXzSXFyS2NbZKXv33FYPol0A=
|
||||||
|
github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b/go.mod h1:AC62GU6hc0BrNm+9RK9VSiwa/EUe1bkIeFORAMcHvJU=
|
||||||
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
|
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
|
||||||
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
|
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
|
||||||
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
|
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
|
||||||
@ -76,71 +93,119 @@ github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJ
|
|||||||
github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis=
|
github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis=
|
||||||
github.com/rivo/uniseg v0.4.4/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
|
github.com/rivo/uniseg v0.4.4/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
|
||||||
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
|
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
|
||||||
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d h1:zE9ykElWQ6/NYmHa3jpm/yHnI4xSofP+UP6SpjHcSeM=
|
|
||||||
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=
|
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=
|
||||||
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a h1:pa8hGb/2YqsZKovtsgrwcDH1RZhVbTKCjLp47XpqCDs=
|
|
||||||
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA=
|
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA=
|
||||||
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
|
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
|
||||||
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
|
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
|
||||||
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
|
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
|
||||||
github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA=
|
github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA=
|
||||||
|
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
|
||||||
github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ8=
|
github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ8=
|
||||||
|
github.com/uber/jaeger-client-go v2.30.0+incompatible h1:D6wyKGCecFaSRUpo8lCVbaOOb6ThwMmTEbhRwtKR97o=
|
||||||
|
github.com/uber/jaeger-client-go v2.30.0+incompatible/go.mod h1:WVhlPFC8FDjOFMMWRy2pZqQJSXxYSwNYOkTr/Z6d3Kk=
|
||||||
|
github.com/uber/jaeger-lib v2.4.1+incompatible h1:td4jdvLcExb4cBISKIpHuGoVXh+dVKhn2Um6rjCsSsg=
|
||||||
|
github.com/uber/jaeger-lib v2.4.1+incompatible/go.mod h1:ComeNDZlWwrWnDv8aPp0Ba6+uUTzImX/AauajbLI56U=
|
||||||
|
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
|
||||||
go.opentelemetry.io/otel v1.14.0 h1:/79Huy8wbf5DnIPhemGB+zEPVwnN6fuQybr/SRXa6hM=
|
go.opentelemetry.io/otel v1.14.0 h1:/79Huy8wbf5DnIPhemGB+zEPVwnN6fuQybr/SRXa6hM=
|
||||||
go.opentelemetry.io/otel v1.14.0/go.mod h1:o4buv+dJzx8rohcUeRmWUZhqupFvzWis188WlggnNeU=
|
go.opentelemetry.io/otel v1.14.0/go.mod h1:o4buv+dJzx8rohcUeRmWUZhqupFvzWis188WlggnNeU=
|
||||||
go.opentelemetry.io/otel/sdk v1.14.0 h1:PDCppFRDq8A1jL9v6KMI6dYesaq+DFcDZvjsoGvxGzY=
|
go.opentelemetry.io/otel/sdk v1.14.0 h1:PDCppFRDq8A1jL9v6KMI6dYesaq+DFcDZvjsoGvxGzY=
|
||||||
go.opentelemetry.io/otel/sdk v1.14.0/go.mod h1:bwIC5TjrNG6QDCHNWvW4HLHtUQ4I+VQDsnjhvyZCALM=
|
go.opentelemetry.io/otel/sdk v1.14.0/go.mod h1:bwIC5TjrNG6QDCHNWvW4HLHtUQ4I+VQDsnjhvyZCALM=
|
||||||
go.opentelemetry.io/otel/trace v1.14.0 h1:wp2Mmvj41tDsyAJXiWDWpfNsOiIyd38fy85pyKcFq/M=
|
go.opentelemetry.io/otel/trace v1.14.0 h1:wp2Mmvj41tDsyAJXiWDWpfNsOiIyd38fy85pyKcFq/M=
|
||||||
go.opentelemetry.io/otel/trace v1.14.0/go.mod h1:8avnQLK+CG77yNLUae4ea2JDQ6iT+gozhnZjy/rw9G8=
|
go.opentelemetry.io/otel/trace v1.14.0/go.mod h1:8avnQLK+CG77yNLUae4ea2JDQ6iT+gozhnZjy/rw9G8=
|
||||||
go.uber.org/atomic v1.6.0 h1:Ezj3JGmsOnG1MoRWQkPBsKLe9DwWD9QeXzTRzzldNVk=
|
|
||||||
go.uber.org/atomic v1.6.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ=
|
go.uber.org/atomic v1.6.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ=
|
||||||
go.uber.org/multierr v1.5.0 h1:KCa4XfM8CWFCpxXRGok+Q0SS/0XBhMDbHHGABQLvD2A=
|
go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=
|
||||||
|
go.uber.org/atomic v1.9.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=
|
||||||
|
go.uber.org/atomic v1.10.0 h1:9qC72Qh0+3MqyJbAn8YU5xVq1frD8bn3JtD2oXtafVQ=
|
||||||
|
go.uber.org/atomic v1.10.0/go.mod h1:LUxbIzbOniOlMKjJjyPfpl4v+PKK2cNJn91OQbhoJI0=
|
||||||
|
go.uber.org/goleak v1.1.11 h1:wy28qYRKZgnJTxGxvye5/wgWr1EKjmUDGYox5mGlRlI=
|
||||||
|
go.uber.org/goleak v1.1.11/go.mod h1:cwTWslyiVhfpKIDGSZEM2HlOvcqm+tG4zioyIeLoqMQ=
|
||||||
go.uber.org/multierr v1.5.0/go.mod h1:FeouvMocqHpRaaGuG9EjoKcStLC43Zu/fmqdUMPcKYU=
|
go.uber.org/multierr v1.5.0/go.mod h1:FeouvMocqHpRaaGuG9EjoKcStLC43Zu/fmqdUMPcKYU=
|
||||||
go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee h1:0mgffUl7nfd+FpvXMVz4IDEaUSmT1ysygQC7qYo7sG4=
|
go.uber.org/multierr v1.6.0 h1:y6IPFStTAIT5Ytl7/XYmHvzXQ7S3g/IeZW9hyZ5thw4=
|
||||||
|
go.uber.org/multierr v1.6.0/go.mod h1:cdWPpRnG4AhwMwsgIHip0KRBQjJy5kYEpYjJxpXp9iU=
|
||||||
go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee/go.mod h1:vJERXedbb3MVM5f9Ejo0C68/HhF8uaILCdgjnY+goOA=
|
go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee/go.mod h1:vJERXedbb3MVM5f9Ejo0C68/HhF8uaILCdgjnY+goOA=
|
||||||
go.uber.org/zap v1.15.0 h1:ZZCA22JRF2gQE5FoNmhmrf7jeJJ2uhqDUNRYKm8dvmM=
|
|
||||||
go.uber.org/zap v1.15.0/go.mod h1:Mb2vm2krFEG5DV0W9qcHBYFtp/Wku1cvYaqPsS/WYfc=
|
go.uber.org/zap v1.15.0/go.mod h1:Mb2vm2krFEG5DV0W9qcHBYFtp/Wku1cvYaqPsS/WYfc=
|
||||||
|
go.uber.org/zap v1.21.0 h1:WefMeulhovoZ2sYXz7st6K0sLj7bBhpiFaud4r4zST8=
|
||||||
|
go.uber.org/zap v1.21.0/go.mod h1:wjWOCqI0f2ZZrJF/UufIOkiC8ii6tm1iqIsLo76RfJw=
|
||||||
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
|
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
|
||||||
golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
|
golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
|
||||||
golang.org/x/lint v0.0.0-20190930215403-16217165b5de h1:5hukYrvBGR8/eNkX5mdUezrA6JiaEZDtJb9Ei+1LlBs=
|
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
|
||||||
|
golang.org/x/exp v0.0.0-20180321215751-8460e604b9de/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
|
||||||
|
golang.org/x/exp v0.0.0-20180807140117-3d87b88a115f/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
|
||||||
|
golang.org/x/exp v0.0.0-20190125153040-c74c464bbbf2/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
|
||||||
|
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
|
||||||
|
golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136/go.mod h1:JXzH8nQsPlswgeRAPE3MuO9GYsAcnJvJ4vnMwN/5qkY=
|
||||||
|
golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81/go.mod h1:ux5Hcp/YLpHSI86hEcLt0YII63i6oz57MZXIpbrjZUs=
|
||||||
|
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js=
|
||||||
|
golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0=
|
||||||
golang.org/x/lint v0.0.0-20190930215403-16217165b5de/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc=
|
golang.org/x/lint v0.0.0-20190930215403-16217165b5de/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc=
|
||||||
|
golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028/go.mod h1:E/iHnbuqvinMTCcRqshq8CkpyQDoeVncDDYHnLhea+o=
|
||||||
golang.org/x/mod v0.0.0-20190513183733-4bf6d317e70e/go.mod h1:mXi4GBBbnImb6dmsKGUJ2LatrhH/nqhxcFungHvyanc=
|
golang.org/x/mod v0.0.0-20190513183733-4bf6d317e70e/go.mod h1:mXi4GBBbnImb6dmsKGUJ2LatrhH/nqhxcFungHvyanc=
|
||||||
golang.org/x/mod v0.8.0 h1:LUYupSeNrTNCGzR/hVBk2NHZO4hXcVaW1k4Qx7rjPx8=
|
golang.org/x/mod v0.1.0/go.mod h1:0QHyrYULN0/3qlju5TqG8bIK38QM8yzMo5ekMj3DlcY=
|
||||||
|
golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
|
||||||
golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
|
golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
|
||||||
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
|
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
|
||||||
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
|
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
|
||||||
|
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM=
|
||||||
golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM=
|
golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM=
|
||||||
golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
|
golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
|
||||||
golang.org/x/sync v0.0.0-20190423024810-112230192c58 h1:8gQV6CLnAEikrhgkHFbMAEhagSSnXWGV915qUMm9mrU=
|
|
||||||
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
||||||
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
||||||
|
golang.org/x/sync v0.4.0 h1:zxkM55ReGkDlKSM+Fu41A+zmbZuaPVbGMzvvdUPznYQ=
|
||||||
|
golang.org/x/sync v0.4.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y=
|
||||||
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
|
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
|
||||||
|
golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
||||||
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
||||||
|
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
||||||
|
golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
||||||
|
golang.org/x/sys v0.0.0-20210510120138-977fb7262007/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
|
||||||
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=
|
golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=
|
||||||
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
|
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
|
||||||
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
||||||
|
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
|
||||||
golang.org/x/text v0.13.0 h1:ablQoSUd0tRdKxZewP80B+BaqeKJuVhuRxj/dkrun3k=
|
golang.org/x/text v0.13.0 h1:ablQoSUd0tRdKxZewP80B+BaqeKJuVhuRxj/dkrun3k=
|
||||||
golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE=
|
golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE=
|
||||||
|
golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
|
||||||
|
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
|
||||||
|
golang.org/x/tools v0.0.0-20190206041539-40960b6deb8e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
|
||||||
golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs=
|
golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs=
|
||||||
golang.org/x/tools v0.0.0-20190328211700-ab21143f2384/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs=
|
golang.org/x/tools v0.0.0-20190328211700-ab21143f2384/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs=
|
||||||
golang.org/x/tools v0.0.0-20190425150028-36563e24a262/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q=
|
golang.org/x/tools v0.0.0-20190425150028-36563e24a262/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q=
|
||||||
golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc=
|
golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc=
|
||||||
|
golang.org/x/tools v0.0.0-20191012152004-8de300cfc20a/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
|
||||||
golang.org/x/tools v0.0.0-20191029041327-9cc4af7d6b2c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
|
golang.org/x/tools v0.0.0-20191029041327-9cc4af7d6b2c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
|
||||||
golang.org/x/tools v0.0.0-20191029190741-b9c20aec41a5/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
|
golang.org/x/tools v0.0.0-20191029190741-b9c20aec41a5/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
|
||||||
golang.org/x/tools v0.6.0 h1:BOw41kyTf3PuCW1pVQf8+Cyg8pMlkYB1oo9iJ6D/lKM=
|
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
|
||||||
|
golang.org/x/tools v0.1.5/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk=
|
||||||
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
||||||
|
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
||||||
|
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
||||||
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
||||||
|
gonum.org/v1/gonum v0.0.0-20180816165407-929014505bf4/go.mod h1:Y+Yx5eoAFn32cQvJDxZx5Dpnq+c3wtXuadVZAcxbbBo=
|
||||||
|
gonum.org/v1/gonum v0.8.2/go.mod h1:oe/vMfY3deqTw+1EZJhuvEW2iwGF1bW9wwu7XCu0+v0=
|
||||||
|
gonum.org/v1/netlib v0.0.0-20190313105609-8cb42192e0e0/go.mod h1:wa6Ws7BG/ESfp6dHfk7C6KdzKA7wR7u/rKwOGE66zvw=
|
||||||
|
gonum.org/v1/plot v0.0.0-20190515093506-e2840ee46a6b/go.mod h1:Wt8AAjI+ypCyYX3nZBvf6cAIx93T+c/OS2HFAYskSZc=
|
||||||
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
|
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
|
||||||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 h1:qIbj1fsPNlZgppZ+VLlY7N33q108Sa+fhmuc+sWQYwY=
|
|
||||||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
|
||||||
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f h1:BLraFXnmrev5lT+xlilqcH8XK9/i0At2xKjWk4p6zsU=
|
||||||
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
|
||||||
gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI=
|
gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI=
|
||||||
gopkg.in/ini.v1 v1.42.0 h1:7N3gPTt50s8GuLortA00n8AqRTk75qOP98+mTPpgzRk=
|
|
||||||
gopkg.in/ini.v1 v1.42.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k=
|
gopkg.in/ini.v1 v1.42.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k=
|
||||||
|
gopkg.in/ini.v1 v1.66.2/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k=
|
||||||
|
gopkg.in/ini.v1 v1.67.0 h1:Dgnx+6+nfE+IfzjUEISNeydPJh9AXNNsWbGP9KzCsOA=
|
||||||
|
gopkg.in/ini.v1 v1.67.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k=
|
||||||
gopkg.in/natefinch/lumberjack.v2 v2.0.0/go.mod h1:l0ndWWf7gzL7RNwBG7wST/UCcT4T24xpD6X8LsfU/+k=
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0/go.mod h1:l0ndWWf7gzL7RNwBG7wST/UCcT4T24xpD6X8LsfU/+k=
|
||||||
gopkg.in/natefinch/lumberjack.v2 v2.2.1 h1:bBRl1b0OH9s/DuPhuXpNl+VtCaJXFZ5/uEFST95x9zc=
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1 h1:bBRl1b0OH9s/DuPhuXpNl+VtCaJXFZ5/uEFST95x9zc=
|
||||||
gopkg.in/natefinch/lumberjack.v2 v2.2.1/go.mod h1:YD8tP3GAjkrDg1eZH7EGmyESg/lsYskCTPBJVb9jqSc=
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1/go.mod h1:YD8tP3GAjkrDg1eZH7EGmyESg/lsYskCTPBJVb9jqSc=
|
||||||
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
|
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
|
||||||
|
gopkg.in/yaml.v2 v2.2.8 h1:obN1ZagJSUGI0Ek/LBmuj4SNLPfIny3KsKFopxRdj10=
|
||||||
|
gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
|
||||||
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
|
||||||
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
|
||||||
|
gopkg.in/yaml.v3 v3.0.0/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
|
||||||
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
|
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
|
||||||
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
|
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
|
||||||
honnef.co/go/tools v0.0.1-2019.2.3 h1:3JgtbtFHMiCmsznwGVTUWbgGov+pVqnlf1dEJTNAXeM=
|
|
||||||
honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg=
|
honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg=
|
||||||
|
rsc.io/pdf v0.1.1/go.mod h1:n8OzWcQ6Sp37PL01nO98y4iUCRdTGarVfzxY20ICaU4=
|
||||||
|
|||||||
@ -3,7 +3,7 @@ module github.com/gogf/gf/contrib/config/polaris/v2
|
|||||||
go 1.18
|
go 1.18
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/gogf/gf/v2 v2.5.6
|
github.com/gogf/gf/v2 v2.6.2
|
||||||
github.com/polarismesh/polaris-go v1.5.5
|
github.com/polarismesh/polaris-go v1.5.5
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -163,7 +163,7 @@ func (d *Driver) TableFields(ctx context.Context, table string, schema ...string
|
|||||||
isNull = false
|
isNull = false
|
||||||
fieldType = m["type"].String()
|
fieldType = m["type"].String()
|
||||||
)
|
)
|
||||||
// in clickhouse , filed type like is Nullable(int)
|
// in clickhouse , field type like is Nullable(int)
|
||||||
fieldsResult, _ := gregex.MatchString(`^Nullable\((.*?)\)`, fieldType)
|
fieldsResult, _ := gregex.MatchString(`^Nullable\((.*?)\)`, fieldType)
|
||||||
if len(fieldsResult) == 2 {
|
if len(fieldsResult) == 2 {
|
||||||
isNull = true
|
isNull = true
|
||||||
|
|||||||
@ -4,7 +4,7 @@ go 1.18
|
|||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/ClickHouse/clickhouse-go/v2 v2.0.15
|
github.com/ClickHouse/clickhouse-go/v2 v2.0.15
|
||||||
github.com/gogf/gf/v2 v2.5.6
|
github.com/gogf/gf/v2 v2.6.2
|
||||||
github.com/google/uuid v1.3.0
|
github.com/google/uuid v1.3.0
|
||||||
github.com/shopspring/decimal v1.3.1
|
github.com/shopspring/decimal v1.3.1
|
||||||
)
|
)
|
||||||
@ -13,14 +13,14 @@ require (
|
|||||||
github.com/BurntSushi/toml v1.2.0 // indirect
|
github.com/BurntSushi/toml v1.2.0 // indirect
|
||||||
github.com/clbanning/mxj/v2 v2.7.0 // indirect
|
github.com/clbanning/mxj/v2 v2.7.0 // indirect
|
||||||
github.com/fatih/color v1.15.0 // indirect
|
github.com/fatih/color v1.15.0 // indirect
|
||||||
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
||||||
github.com/go-logr/logr v1.2.4 // indirect
|
github.com/go-logr/logr v1.2.4 // indirect
|
||||||
github.com/go-logr/stdr v1.2.2 // indirect
|
github.com/go-logr/stdr v1.2.2 // indirect
|
||||||
github.com/gorilla/websocket v1.5.0 // indirect
|
github.com/gorilla/websocket v1.5.0 // indirect
|
||||||
github.com/grokify/html-strip-tags-go v0.0.1 // indirect
|
github.com/grokify/html-strip-tags-go v0.0.1 // indirect
|
||||||
github.com/magiconair/properties v1.8.6 // indirect
|
github.com/magiconair/properties v1.8.6 // indirect
|
||||||
github.com/mattn/go-colorable v0.1.13 // indirect
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
||||||
github.com/mattn/go-isatty v0.0.19 // indirect
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||||
github.com/mattn/go-runewidth v0.0.15 // indirect
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
||||||
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
||||||
github.com/paulmach/orb v0.7.1 // indirect
|
github.com/paulmach/orb v0.7.1 // indirect
|
||||||
|
|||||||
@ -10,8 +10,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
|
|||||||
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
|
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
|
||||||
github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs=
|
github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs=
|
||||||
github.com/fatih/color v1.15.0/go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw=
|
github.com/fatih/color v1.15.0/go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw=
|
||||||
github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=
|
github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=
|
||||||
github.com/fsnotify/fsnotify v1.6.0/go.mod h1:sl3t1tCWJFWoRz9R8WJCbQihKKwmorjAbSClcnxKAGw=
|
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
|
||||||
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
|
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
|
||||||
github.com/go-logr/logr v1.2.3/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
|
github.com/go-logr/logr v1.2.3/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
|
||||||
github.com/go-logr/logr v1.2.4 h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ=
|
github.com/go-logr/logr v1.2.4 h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ=
|
||||||
@ -45,8 +45,8 @@ github.com/magiconair/properties v1.8.6/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPK
|
|||||||
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
|
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
|
||||||
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
|
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
|
||||||
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
|
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
|
||||||
github.com/mattn/go-isatty v0.0.19 h1:JITubQf0MOLdlGRuRq+jtsDlekdYPia9ZFsB8h/APPA=
|
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
|
||||||
github.com/mattn/go-isatty v0.0.19/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
|
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
|
||||||
github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI=
|
github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI=
|
||||||
github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=
|
github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=
|
||||||
github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
|
github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
|
||||||
@ -111,7 +111,6 @@ golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7w
|
|||||||
golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.0.0-20220429233432-b5fbb4746d32/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.0.0-20220429233432-b5fbb4746d32/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
|
||||||
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=
|
golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=
|
||||||
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
|
|||||||
@ -12,8 +12,6 @@ import (
|
|||||||
"database/sql"
|
"database/sql"
|
||||||
"fmt"
|
"fmt"
|
||||||
"net/url"
|
"net/url"
|
||||||
"reflect"
|
|
||||||
"strconv"
|
|
||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
@ -76,9 +74,16 @@ func (d *Driver) Open(config *gdb.ConfigNode) (db *sql.DB, err error) {
|
|||||||
}
|
}
|
||||||
// Data Source Name of DM8:
|
// Data Source Name of DM8:
|
||||||
// dm://userName:password@ip:port/dbname
|
// dm://userName:password@ip:port/dbname
|
||||||
|
// dm://userName:password@DW/dbname?DW=(192.168.1.1:5236,192.168.1.2:5236)
|
||||||
|
var domain string
|
||||||
|
if config.Port != "" {
|
||||||
|
domain = fmt.Sprintf("%s:%s", config.Host, config.Port)
|
||||||
|
} else {
|
||||||
|
domain = config.Host
|
||||||
|
}
|
||||||
source = fmt.Sprintf(
|
source = fmt.Sprintf(
|
||||||
"dm://%s:%s@%s:%s/%s?charset=%s",
|
"dm://%s:%s@%s/%s?charset=%s&schema=%s",
|
||||||
config.User, config.Pass, config.Host, config.Port, config.Name, config.Charset,
|
config.User, config.Pass, domain, config.Name, config.Charset, config.Name,
|
||||||
)
|
)
|
||||||
// Demo of timezone setting:
|
// Demo of timezone setting:
|
||||||
// &loc=Asia/Shanghai
|
// &loc=Asia/Shanghai
|
||||||
@ -147,8 +152,9 @@ func (d *Driver) TableFields(ctx context.Context, table string, schema ...string
|
|||||||
result, err = d.DoSelect(
|
result, err = d.DoSelect(
|
||||||
ctx, link,
|
ctx, link,
|
||||||
fmt.Sprintf(
|
fmt.Sprintf(
|
||||||
`SELECT * FROM ALL_TAB_COLUMNS WHERE Table_Name= '%s'`,
|
`SELECT * FROM ALL_TAB_COLUMNS WHERE Table_Name= '%s' AND OWNER = '%s'`,
|
||||||
strings.ToUpper(table),
|
strings.ToUpper(table),
|
||||||
|
strings.ToUpper(d.GetSchema()),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@ -206,14 +212,57 @@ func (d *Driver) ConvertValueForField(ctx context.Context, fieldType string, fie
|
|||||||
func (d *Driver) DoFilter(ctx context.Context, link gdb.Link, sql string, args []interface{}) (newSql string, newArgs []interface{}, err error) {
|
func (d *Driver) DoFilter(ctx context.Context, link gdb.Link, sql string, args []interface{}) (newSql string, newArgs []interface{}, err error) {
|
||||||
// There should be no need to capitalize, because it has been done from field processing before
|
// There should be no need to capitalize, because it has been done from field processing before
|
||||||
newSql, _ = gregex.ReplaceString(`["\n\t]`, "", sql)
|
newSql, _ = gregex.ReplaceString(`["\n\t]`, "", sql)
|
||||||
|
newSql = gstr.ReplaceI(gstr.ReplaceI(newSql, "GROUP_CONCAT", "LISTAGG"), "SEPARATOR", ",")
|
||||||
|
|
||||||
|
// TODO The current approach is too rough. We should deal with the GROUP_CONCAT function and the parsing of the index field from within the select from match.
|
||||||
|
// (GROUP_CONCAT DM does not approve; index cannot be used as a query column name, and security characters need to be added, such as "index")
|
||||||
|
l, r := d.GetChars()
|
||||||
|
if strings.Contains(newSql, "INDEX") || strings.Contains(newSql, "index") {
|
||||||
|
if !(strings.Contains(newSql, "_INDEX") || strings.Contains(newSql, "_index")) {
|
||||||
|
newSql = gstr.ReplaceI(newSql, "INDEX", l+"INDEX"+r)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// TODO i tried to do but it never work:
|
||||||
|
// array, err := gregex.MatchAllString(`SELECT (.*INDEX.*) FROM .*`, newSql)
|
||||||
|
// g.Dump("err:", err)
|
||||||
|
// g.Dump("array:", array)
|
||||||
|
// g.Dump("array:", array[0][1])
|
||||||
|
|
||||||
|
// newSql, err = gregex.ReplaceString(`SELECT (.*INDEX.*) FROM .*`, l+"INDEX"+r, newSql)
|
||||||
|
// g.Dump("err:", err)
|
||||||
|
// g.Dump("newSql:", newSql)
|
||||||
|
|
||||||
|
// re, err := regexp.Compile(`.*SELECT (.*INDEX.*) FROM .*`)
|
||||||
|
// newSql = re.ReplaceAllStringFunc(newSql, func(data string) string {
|
||||||
|
// fmt.Println("data:", data)
|
||||||
|
// return data
|
||||||
|
// })
|
||||||
|
|
||||||
return d.Core.DoFilter(
|
return d.Core.DoFilter(
|
||||||
ctx,
|
ctx,
|
||||||
link,
|
link,
|
||||||
gstr.ReplaceI(newSql, "GROUP_CONCAT", "WM_CONCAT"),
|
newSql,
|
||||||
args,
|
args,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO I originally wanted to only convert keywords in select
|
||||||
|
// 但是我发现 DoQuery 中会对 sql 会对 " " 达梦的安全字符 进行 / 转义,最后还是导致达梦无法正常解析
|
||||||
|
// However, I found that DoQuery() will perform / escape on sql with " " Dameng's safe characters, which ultimately caused Dameng to be unable to parse normally.
|
||||||
|
// But processing in DoFilter() is OK
|
||||||
|
// func (d *Driver) DoQuery(ctx context.Context, link gdb.Link, sql string, args ...interface{}) (gdb.Result, error) {
|
||||||
|
// l, r := d.GetChars()
|
||||||
|
// new := gstr.ReplaceI(sql, "INDEX", l+"INDEX"+r)
|
||||||
|
// g.Dump("new:", new)
|
||||||
|
// return d.Core.DoQuery(
|
||||||
|
// ctx,
|
||||||
|
// link,
|
||||||
|
// new,
|
||||||
|
// args,
|
||||||
|
// )
|
||||||
|
// }
|
||||||
|
|
||||||
// DoInsert inserts or updates data forF given table.
|
// DoInsert inserts or updates data forF given table.
|
||||||
func (d *Driver) DoInsert(
|
func (d *Driver) DoInsert(
|
||||||
ctx context.Context, link gdb.Link, table string, list gdb.List, option gdb.DoInsertOption,
|
ctx context.Context, link gdb.Link, table string, list gdb.List, option gdb.DoInsertOption,
|
||||||
@ -342,22 +391,27 @@ func parseUnion(list gdb.List, char struct {
|
|||||||
if mapper[column] == nil {
|
if mapper[column] == nil {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
va := reflect.ValueOf(mapper[column])
|
// va := reflect.ValueOf(mapper[column])
|
||||||
ty := reflect.TypeOf(mapper[column])
|
// ty := reflect.TypeOf(mapper[column])
|
||||||
switch ty.Kind() {
|
// switch ty.Kind() {
|
||||||
case reflect.String:
|
// case reflect.String:
|
||||||
saveValue = append(saveValue, char.valueCharL+va.String()+char.valueCharR)
|
// saveValue = append(saveValue, char.valueCharL+va.String()+char.valueCharR)
|
||||||
|
|
||||||
case reflect.Int:
|
// case reflect.Int:
|
||||||
saveValue = append(saveValue, strconv.FormatInt(va.Int(), 10))
|
// saveValue = append(saveValue, strconv.FormatInt(va.Int(), 10))
|
||||||
|
|
||||||
case reflect.Int64:
|
// case reflect.Int64:
|
||||||
saveValue = append(saveValue, strconv.FormatInt(va.Int(), 10))
|
// saveValue = append(saveValue, strconv.FormatInt(va.Int(), 10))
|
||||||
|
|
||||||
default:
|
// default:
|
||||||
// The fish has no chance getting here.
|
// // The fish has no chance getting here.
|
||||||
// Nothing to do.
|
// // Nothing to do.
|
||||||
}
|
// }
|
||||||
|
saveValue = append(saveValue,
|
||||||
|
fmt.Sprintf(
|
||||||
|
char.valueCharL+"%s"+char.valueCharR,
|
||||||
|
gconv.String(mapper[column]),
|
||||||
|
))
|
||||||
}
|
}
|
||||||
unionValues = append(
|
unionValues = append(
|
||||||
unionValues,
|
unionValues,
|
||||||
|
|||||||
@ -21,38 +21,44 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
db gdb.DB
|
db gdb.DB
|
||||||
dblink gdb.DB
|
dblink gdb.DB
|
||||||
dbErr gdb.DB
|
dbErr gdb.DB
|
||||||
ctx context.Context
|
ctx context.Context
|
||||||
)
|
|
||||||
|
|
||||||
const (
|
|
||||||
TableSize = 10
|
TableSize = 10
|
||||||
|
|
||||||
// TableName = "inf_group"
|
|
||||||
// TableNamePrefix = "t_"
|
|
||||||
// TestSchema = "SYSDBADP"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
TestDbIP = "127.0.0.1"
|
TestDBHost = "127.0.0.1"
|
||||||
TestDbPort = "5236"
|
TestDBPort = "5236"
|
||||||
TestDbUser = "SYSDBA"
|
TestDBUser = "SYSDBA"
|
||||||
TestDbPass = "SYSDBA001"
|
TestDBPass = "SYSDBA001"
|
||||||
TestDbName = "SYSDBA"
|
TestDBName = "SYSDBA"
|
||||||
TestDbType = "dm"
|
TestDBType = "dm"
|
||||||
TestCharset = "utf8"
|
TestCharset = "utf8"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
type User struct {
|
||||||
|
ID int64 `orm:"id"`
|
||||||
|
AccountName string `orm:"account_name"`
|
||||||
|
PwdReset int64 `orm:"pwd_reset"`
|
||||||
|
AttrIndex int64 `orm:"attr_index"`
|
||||||
|
Enabled int64 `orm:"enabled"`
|
||||||
|
Deleted int64 `orm:"deleted"`
|
||||||
|
CreatedBy string `orm:"created_by"`
|
||||||
|
CreatedTime time.Time `orm:"created_time"`
|
||||||
|
UpdatedBy string `orm:"updated_by"`
|
||||||
|
UpdatedTime time.Time `orm:"updated_time"`
|
||||||
|
}
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
node := gdb.ConfigNode{
|
node := gdb.ConfigNode{
|
||||||
Host: TestDbIP,
|
Host: TestDBHost,
|
||||||
Port: TestDbPort,
|
Port: TestDBPort,
|
||||||
User: TestDbUser,
|
User: TestDBUser,
|
||||||
Pass: TestDbPass,
|
Pass: TestDBPass,
|
||||||
Name: TestDbName,
|
Name: TestDBName,
|
||||||
Type: TestDbType,
|
Type: TestDBType,
|
||||||
Role: "master",
|
Role: "master",
|
||||||
Charset: TestCharset,
|
Charset: TestCharset,
|
||||||
Weight: 1,
|
Weight: 1,
|
||||||
@ -62,22 +68,23 @@ func init() {
|
|||||||
UpdatedAt: "updated_time",
|
UpdatedAt: "updated_time",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// todo
|
||||||
nodeLink := gdb.ConfigNode{
|
nodeLink := gdb.ConfigNode{
|
||||||
Type: TestDbType,
|
Type: TestDBType,
|
||||||
Name: TestDbName,
|
Name: TestDBName,
|
||||||
Link: fmt.Sprintf(
|
Link: fmt.Sprintf(
|
||||||
"dm:%s:%s@tcp(%s:%s)/%s?charset=%s",
|
"dm:%s:%s@tcp(%s:%s)/%s?charset=%s",
|
||||||
TestDbUser, TestDbPass, TestDbIP, TestDbPort, TestDbName, TestCharset,
|
TestDBUser, TestDBPass, TestDBHost, TestDBPort, TestDBName, TestCharset,
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
|
|
||||||
nodeErr := gdb.ConfigNode{
|
nodeErr := gdb.ConfigNode{
|
||||||
Host: TestDbIP,
|
Host: TestDBHost,
|
||||||
Port: TestDbPort,
|
Port: TestDBPort,
|
||||||
User: TestDbUser,
|
User: TestDBUser,
|
||||||
Pass: "1234",
|
Pass: "1234",
|
||||||
Name: TestDbName,
|
Name: TestDBName,
|
||||||
Type: TestDbType,
|
Type: TestDBType,
|
||||||
Role: "master",
|
Role: "master",
|
||||||
Charset: TestCharset,
|
Charset: TestCharset,
|
||||||
Weight: 1,
|
Weight: 1,
|
||||||
@ -107,6 +114,23 @@ func init() {
|
|||||||
ctx = context.Background()
|
ctx = context.Background()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func dropTable(table string) {
|
||||||
|
count, err := db.GetCount(
|
||||||
|
ctx,
|
||||||
|
"SELECT COUNT(*) FROM all_tables WHERE owner = ? And table_name= ?", TestDBName, strings.ToUpper(table),
|
||||||
|
)
|
||||||
|
if err != nil {
|
||||||
|
gtest.Fatal(err)
|
||||||
|
}
|
||||||
|
|
||||||
|
if count == 0 {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
if _, err := db.Exec(ctx, fmt.Sprintf("DROP TABLE %s", table)); err != nil {
|
||||||
|
gtest.Fatal(err)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
func createTable(table ...string) (name string) {
|
func createTable(table ...string) (name string) {
|
||||||
if len(table) > 0 {
|
if len(table) > 0 {
|
||||||
name = table[0]
|
name = table[0]
|
||||||
@ -124,6 +148,7 @@ func createTable(table ...string) (name string) {
|
|||||||
"PWD_RESET" TINYINT DEFAULT 0 NOT NULL,
|
"PWD_RESET" TINYINT DEFAULT 0 NOT NULL,
|
||||||
"ENABLED" INT DEFAULT 1 NOT NULL,
|
"ENABLED" INT DEFAULT 1 NOT NULL,
|
||||||
"DELETED" INT DEFAULT 0 NOT NULL,
|
"DELETED" INT DEFAULT 0 NOT NULL,
|
||||||
|
"ATTR_INDEX" INT DEFAULT 0 ,
|
||||||
"CREATED_BY" VARCHAR(32) DEFAULT '' NOT NULL,
|
"CREATED_BY" VARCHAR(32) DEFAULT '' NOT NULL,
|
||||||
"CREATED_TIME" TIMESTAMP(6) DEFAULT CURRENT_TIMESTAMP() NOT NULL,
|
"CREATED_TIME" TIMESTAMP(6) DEFAULT CURRENT_TIMESTAMP() NOT NULL,
|
||||||
"UPDATED_BY" VARCHAR(32) DEFAULT '' NOT NULL,
|
"UPDATED_BY" VARCHAR(32) DEFAULT '' NOT NULL,
|
||||||
@ -136,18 +161,6 @@ NOT CLUSTER PRIMARY KEY("ID")) STORAGE(ON "MAIN", CLUSTERBTR) ;
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
type User struct {
|
|
||||||
ID int64 `orm:"id"`
|
|
||||||
AccountName string `orm:"account_name"`
|
|
||||||
PwdReset int64 `orm:"pwd_reset"`
|
|
||||||
Enabled int64 `orm:"enabled"`
|
|
||||||
Deleted int64 `orm:"deleted"`
|
|
||||||
CreatedBy string `orm:"created_by"`
|
|
||||||
CreatedTime time.Time `orm:"created_time"`
|
|
||||||
UpdatedBy string `orm:"updated_by"`
|
|
||||||
UpdatedTime time.Time `orm:"updated_time"`
|
|
||||||
}
|
|
||||||
|
|
||||||
func createInitTable(table ...string) (name string) {
|
func createInitTable(table ...string) (name string) {
|
||||||
name = createTable(table...)
|
name = createTable(table...)
|
||||||
array := garray.New(true)
|
array := garray.New(true)
|
||||||
@ -156,10 +169,11 @@ func createInitTable(table ...string) (name string) {
|
|||||||
"id": i,
|
"id": i,
|
||||||
"account_name": fmt.Sprintf(`name_%d`, i),
|
"account_name": fmt.Sprintf(`name_%d`, i),
|
||||||
"pwd_reset": 0,
|
"pwd_reset": 0,
|
||||||
|
"attr_index": i,
|
||||||
"create_time": gtime.Now().String(),
|
"create_time": gtime.Now().String(),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
result, err := db.Schema(TestDbName).Insert(context.Background(), name, array.Slice())
|
result, err := db.Schema(TestDBName).Insert(context.Background(), name, array.Slice())
|
||||||
gtest.Assert(err, nil)
|
gtest.Assert(err, nil)
|
||||||
|
|
||||||
n, e := result.RowsAffected()
|
n, e := result.RowsAffected()
|
||||||
@ -168,19 +182,34 @@ func createInitTable(table ...string) (name string) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
func dropTable(table string) {
|
func createTableFalse(table ...string) (name string, err error) {
|
||||||
count, err := db.GetCount(
|
if len(table) > 0 {
|
||||||
ctx,
|
name = table[0]
|
||||||
"SELECT COUNT(*) FROM USER_TABLES WHERE TABLE_NAME = ?", strings.ToUpper(table),
|
} else {
|
||||||
)
|
name = fmt.Sprintf("random_%d", gtime.Timestamp())
|
||||||
if err != nil {
|
|
||||||
gtest.Fatal(err)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if count == 0 {
|
dropTable(name)
|
||||||
return
|
|
||||||
}
|
if _, err := db.Exec(ctx, fmt.Sprintf(`
|
||||||
if _, err := db.Exec(ctx, fmt.Sprintf("DROP TABLE %s", table)); err != nil {
|
CREATE TABLE "%s"
|
||||||
gtest.Fatal(err)
|
(
|
||||||
|
"ID" BIGINT NOT NULL,
|
||||||
|
"ACCOUNT_NAME" VARCHAR(128) DEFAULT '' NOT NULL,
|
||||||
|
"PWD_RESET" TINYINT DEFAULT 0 NOT NULL,
|
||||||
|
"ENABLED" INT DEFAULT 1 NOT NULL,
|
||||||
|
"DELETED" INT DEFAULT 0 NOT NULL,
|
||||||
|
"INDEX" INT DEFAULT 0 ,
|
||||||
|
"ATTR_INDEX" INT DEFAULT 0 ,
|
||||||
|
"CREATED_BY" VARCHAR(32) DEFAULT '' NOT NULL,
|
||||||
|
"CREATED_TIME" TIMESTAMP(6) DEFAULT CURRENT_TIMESTAMP() NOT NULL,
|
||||||
|
"UPDATED_BY" VARCHAR(32) DEFAULT '' NOT NULL,
|
||||||
|
"UPDATED_TIME" TIMESTAMP(6) DEFAULT CURRENT_TIMESTAMP() NOT NULL,
|
||||||
|
NOT CLUSTER PRIMARY KEY("ID")) STORAGE(ON "MAIN", CLUSTERBTR) ;
|
||||||
|
`, name)); err != nil {
|
||||||
|
// gtest.Fatal(err)
|
||||||
|
return name, fmt.Errorf("createTableFalse")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return name, nil
|
||||||
}
|
}
|
||||||
|
|||||||
@ -27,13 +27,11 @@ func Test_DB_Ping(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestTables(t *testing.T) {
|
func TestTables(t *testing.T) {
|
||||||
|
tables := []string{"A_tables", "A_tables2"}
|
||||||
|
for _, v := range tables {
|
||||||
|
createInitTable(v)
|
||||||
|
}
|
||||||
gtest.C(t, func(t *gtest.T) {
|
gtest.C(t, func(t *gtest.T) {
|
||||||
tables := []string{"A_tables", "A_tables2"}
|
|
||||||
|
|
||||||
for _, v := range tables {
|
|
||||||
createInitTable(v)
|
|
||||||
// createTable(v)
|
|
||||||
}
|
|
||||||
result, err := db.Tables(ctx)
|
result, err := db.Tables(ctx)
|
||||||
gtest.Assert(err, nil)
|
gtest.Assert(err, nil)
|
||||||
|
|
||||||
@ -63,13 +61,31 @@ func TestTables(t *testing.T) {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestTableFields(t *testing.T) {
|
// The test scenario index of this test case (exact matching field) is a keyword in the Dameng database and cannot exist as a field name.
|
||||||
|
// If the data structure previously migrated from mysql has an index (completely matching field), it will also be allowed.
|
||||||
|
// However, when processing the index (completely matching field), the adapter will automatically add security character
|
||||||
|
// In principle, such problems will not occur if you directly use Dameng database initialization instead of migrating the data structure from mysql.
|
||||||
|
// If so, the adapter has also taken care of it.
|
||||||
|
func TestTablesFalse(t *testing.T) {
|
||||||
|
gtest.C(t, func(t *gtest.T) {
|
||||||
|
tables := []string{"A_tables", "A_tables2"}
|
||||||
|
for _, v := range tables {
|
||||||
|
_, err := createTableFalse(v)
|
||||||
|
gtest.Assert(err, fmt.Errorf("createTableFalse"))
|
||||||
|
// createTable(v)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestTableFields(t *testing.T) {
|
||||||
|
tables := "A_tables"
|
||||||
|
createInitTable(tables)
|
||||||
gtest.C(t, func(t *gtest.T) {
|
gtest.C(t, func(t *gtest.T) {
|
||||||
tables := "A_tables"
|
|
||||||
var expect = map[string][]interface{}{
|
var expect = map[string][]interface{}{
|
||||||
"ID": {"BIGINT", false},
|
"ID": {"BIGINT", false},
|
||||||
"ACCOUNT_NAME": {"VARCHAR", false},
|
"ACCOUNT_NAME": {"VARCHAR", false},
|
||||||
"PWD_RESET": {"TINYINT", false},
|
"PWD_RESET": {"TINYINT", false},
|
||||||
|
"ATTR_INDEX": {"INT", true},
|
||||||
"DELETED": {"INT", false},
|
"DELETED": {"INT", false},
|
||||||
"CREATED_TIME": {"TIMESTAMP", false},
|
"CREATED_TIME": {"TIMESTAMP", false},
|
||||||
}
|
}
|
||||||
@ -98,8 +114,9 @@ func TestTableFields(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func Test_DB_Query(t *testing.T) {
|
func Test_DB_Query(t *testing.T) {
|
||||||
|
tableName := "A_tables"
|
||||||
|
createInitTable(tableName)
|
||||||
gtest.C(t, func(t *gtest.T) {
|
gtest.C(t, func(t *gtest.T) {
|
||||||
tableName := "A_tables"
|
|
||||||
// createTable(tableName)
|
// createTable(tableName)
|
||||||
_, err := db.Query(ctx, fmt.Sprintf("SELECT * from %s", tableName))
|
_, err := db.Query(ctx, fmt.Sprintf("SELECT * from %s", tableName))
|
||||||
t.AssertNil(err)
|
t.AssertNil(err)
|
||||||
@ -121,16 +138,18 @@ func Test_DB_Query(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestModelSave(t *testing.T) {
|
func TestModelSave(t *testing.T) {
|
||||||
|
table := "A_tables"
|
||||||
|
createInitTable(table)
|
||||||
gtest.C(t, func(t *gtest.T) {
|
gtest.C(t, func(t *gtest.T) {
|
||||||
// createTable("A_tables")
|
|
||||||
data := []User{
|
data := []User{
|
||||||
{
|
{
|
||||||
ID: 100,
|
ID: 100,
|
||||||
AccountName: "user_100",
|
AccountName: "user_100",
|
||||||
|
AttrIndex: 100,
|
||||||
CreatedTime: time.Now(),
|
CreatedTime: time.Now(),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
_, err := db.Model("A_tables").Data(data).Save()
|
_, err := db.Model(table).Data(data).Save()
|
||||||
gtest.Assert(err, nil)
|
gtest.Assert(err, nil)
|
||||||
|
|
||||||
data2 := []User{
|
data2 := []User{
|
||||||
@ -139,7 +158,7 @@ func TestModelSave(t *testing.T) {
|
|||||||
AccountName: "user_101",
|
AccountName: "user_101",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
_, err = db.Model("A_tables").Data(&data2).Save()
|
_, err = db.Model(table).Data(&data2).Save()
|
||||||
gtest.Assert(err, nil)
|
gtest.Assert(err, nil)
|
||||||
|
|
||||||
data3 := []User{
|
data3 := []User{
|
||||||
@ -149,7 +168,7 @@ func TestModelSave(t *testing.T) {
|
|||||||
PwdReset: 10,
|
PwdReset: 10,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
_, err = db.Model("A_tables").Save(data3)
|
_, err = db.Model(table).Save(data3)
|
||||||
gtest.Assert(err, nil)
|
gtest.Assert(err, nil)
|
||||||
|
|
||||||
data4 := []User{
|
data4 := []User{
|
||||||
@ -159,63 +178,68 @@ func TestModelSave(t *testing.T) {
|
|||||||
CreatedTime: time.Now(),
|
CreatedTime: time.Now(),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
_, err = db.Model("A_tables").Save(&data4)
|
_, err = db.Model(table).Save(&data4)
|
||||||
gtest.Assert(err, nil)
|
gtest.Assert(err, nil)
|
||||||
|
|
||||||
// TODO:: Should be Supported 'Replace' Operation
|
// TODO:: Should be Supported 'Replace' Operation
|
||||||
// _, err = db.Schema(TestDbName).Replace(ctx, "DoInsert", data, 10)
|
// _, err = db.Schema(TestDBName).Replace(ctx, "DoInsert", data, 10)
|
||||||
// gtest.Assert(err, nil)
|
// gtest.Assert(err, nil)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestModelInsert(t *testing.T) {
|
func TestModelInsert(t *testing.T) {
|
||||||
// g.Model.insert not lost default not null coloumn
|
// g.Model.insert not lost default not null coloumn
|
||||||
|
table := "A_tables"
|
||||||
|
createInitTable(table)
|
||||||
gtest.C(t, func(t *gtest.T) {
|
gtest.C(t, func(t *gtest.T) {
|
||||||
// createTable("A_tables")
|
|
||||||
i := 200
|
i := 200
|
||||||
data := User{
|
data := User{
|
||||||
ID: int64(i),
|
ID: int64(i),
|
||||||
AccountName: fmt.Sprintf(`A%dtwo`, i),
|
AccountName: fmt.Sprintf(`A%dtwo`, i),
|
||||||
PwdReset: 0,
|
PwdReset: 0,
|
||||||
|
AttrIndex: 99,
|
||||||
// CreatedTime: time.Now(),
|
// CreatedTime: time.Now(),
|
||||||
UpdatedTime: time.Now(),
|
UpdatedTime: time.Now(),
|
||||||
}
|
}
|
||||||
// _, err := db.Schema(TestDbName).Model("A_tables").Data(data).Insert()
|
// _, err := db.Schema(TestDBName).Model(table).Data(data).Insert()
|
||||||
_, err := db.Model("A_tables").Insert(&data)
|
_, err := db.Model(table).Insert(&data)
|
||||||
gtest.Assert(err, nil)
|
gtest.Assert(err, nil)
|
||||||
})
|
})
|
||||||
|
|
||||||
gtest.C(t, func(t *gtest.T) {
|
gtest.C(t, func(t *gtest.T) {
|
||||||
// createTable("A_tables")
|
|
||||||
i := 201
|
i := 201
|
||||||
data := User{
|
data := User{
|
||||||
ID: int64(i),
|
ID: int64(i),
|
||||||
AccountName: fmt.Sprintf(`A%dtwoONE`, i),
|
AccountName: fmt.Sprintf(`A%dtwoONE`, i),
|
||||||
PwdReset: 1,
|
PwdReset: 1,
|
||||||
CreatedTime: time.Now(),
|
CreatedTime: time.Now(),
|
||||||
|
AttrIndex: 98,
|
||||||
// UpdatedTime: time.Now(),
|
// UpdatedTime: time.Now(),
|
||||||
}
|
}
|
||||||
// _, err := db.Schema(TestDbName).Model("A_tables").Data(data).Insert()
|
// _, err := db.Schema(TestDBName).Model(table).Data(data).Insert()
|
||||||
_, err := db.Model("A_tables").Data(&data).Insert()
|
_, err := db.Model(table).Data(&data).Insert()
|
||||||
gtest.Assert(err, nil)
|
gtest.Assert(err, nil)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestDBInsert(t *testing.T) {
|
func TestDBInsert(t *testing.T) {
|
||||||
|
table := "A_tables"
|
||||||
|
createInitTable("A_tables")
|
||||||
gtest.C(t, func(t *gtest.T) {
|
gtest.C(t, func(t *gtest.T) {
|
||||||
// createTable("A_tables")
|
|
||||||
i := 300
|
i := 300
|
||||||
data := g.Map{
|
data := g.Map{
|
||||||
"ID": i,
|
"ID": i,
|
||||||
"ACCOUNT_NAME": fmt.Sprintf(`A%dthress`, i),
|
"ACCOUNT_NAME": fmt.Sprintf(`A%dthress`, i),
|
||||||
"PWD_RESET": 3,
|
"PWD_RESET": 3,
|
||||||
|
"ATTR_INDEX": 98,
|
||||||
}
|
}
|
||||||
_, err := db.Insert(ctx, "A_tables", &data)
|
_, err := db.Insert(ctx, table, &data)
|
||||||
gtest.Assert(err, nil)
|
gtest.Assert(err, nil)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
func Test_DB_Exec(t *testing.T) {
|
func Test_DB_Exec(t *testing.T) {
|
||||||
|
createInitTable("A_tables")
|
||||||
gtest.C(t, func(t *gtest.T) {
|
gtest.C(t, func(t *gtest.T) {
|
||||||
_, err := db.Exec(ctx, "SELECT ? from dual", 1)
|
_, err := db.Exec(ctx, "SELECT ? from dual", 1)
|
||||||
t.AssertNil(err)
|
t.AssertNil(err)
|
||||||
@ -226,18 +250,18 @@ func Test_DB_Exec(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func Test_DB_Insert(t *testing.T) {
|
func Test_DB_Insert(t *testing.T) {
|
||||||
// table := createTable()
|
table := "A_tables"
|
||||||
// defer dropTable(table)
|
createInitTable(table)
|
||||||
gtest.C(t, func(t *gtest.T) {
|
gtest.C(t, func(t *gtest.T) {
|
||||||
// normal map
|
// normal map
|
||||||
_, err := db.Insert(ctx, "A_tables", g.Map{
|
_, err := db.Insert(ctx, table, g.Map{
|
||||||
"ID": 1000,
|
"ID": 1000,
|
||||||
"ACCOUNT_NAME": "map1",
|
"ACCOUNT_NAME": "map1",
|
||||||
"CREATED_TIME": gtime.Now(),
|
"CREATED_TIME": gtime.Now(),
|
||||||
})
|
})
|
||||||
t.AssertNil(err)
|
t.AssertNil(err)
|
||||||
|
|
||||||
result, err := db.Insert(ctx, "A_tables", g.Map{
|
result, err := db.Insert(ctx, table, g.Map{
|
||||||
"ID": "2000",
|
"ID": "2000",
|
||||||
"ACCOUNT_NAME": "map2",
|
"ACCOUNT_NAME": "map2",
|
||||||
"CREATED_TIME": gtime.Now(),
|
"CREATED_TIME": gtime.Now(),
|
||||||
@ -246,7 +270,7 @@ func Test_DB_Insert(t *testing.T) {
|
|||||||
n, _ := result.RowsAffected()
|
n, _ := result.RowsAffected()
|
||||||
t.Assert(n, 1)
|
t.Assert(n, 1)
|
||||||
|
|
||||||
result, err = db.Insert(ctx, "A_tables", g.Map{
|
result, err = db.Insert(ctx, table, g.Map{
|
||||||
"ID": 3000,
|
"ID": 3000,
|
||||||
"ACCOUNT_NAME": "map3",
|
"ACCOUNT_NAME": "map3",
|
||||||
// "CREATED_TIME": gtime.Now(),
|
// "CREATED_TIME": gtime.Now(),
|
||||||
@ -256,7 +280,7 @@ func Test_DB_Insert(t *testing.T) {
|
|||||||
t.Assert(n, 1)
|
t.Assert(n, 1)
|
||||||
|
|
||||||
// struct
|
// struct
|
||||||
result, err = db.Insert(ctx, "A_tables", User{
|
result, err = db.Insert(ctx, table, User{
|
||||||
ID: 4000,
|
ID: 4000,
|
||||||
AccountName: "struct_4",
|
AccountName: "struct_4",
|
||||||
// CreatedTime: timeStr,
|
// CreatedTime: timeStr,
|
||||||
@ -266,7 +290,7 @@ func Test_DB_Insert(t *testing.T) {
|
|||||||
n, _ = result.RowsAffected()
|
n, _ = result.RowsAffected()
|
||||||
t.Assert(n, 1)
|
t.Assert(n, 1)
|
||||||
|
|
||||||
ones, err := db.Model("A_tables").Where("ID", 4000).All()
|
ones, err := db.Model(table).Where("ID", 4000).All()
|
||||||
t.AssertNil(err)
|
t.AssertNil(err)
|
||||||
t.Assert(ones[0]["ID"].Int(), 4000)
|
t.Assert(ones[0]["ID"].Int(), 4000)
|
||||||
t.Assert(ones[0]["ACCOUNT_NAME"].String(), "struct_4")
|
t.Assert(ones[0]["ACCOUNT_NAME"].String(), "struct_4")
|
||||||
@ -276,7 +300,7 @@ func Test_DB_Insert(t *testing.T) {
|
|||||||
|
|
||||||
// *struct
|
// *struct
|
||||||
timeStr := time.Now()
|
timeStr := time.Now()
|
||||||
result, err = db.Insert(ctx, "A_tables", &User{
|
result, err = db.Insert(ctx, table, &User{
|
||||||
ID: 5000,
|
ID: 5000,
|
||||||
AccountName: "struct_5",
|
AccountName: "struct_5",
|
||||||
CreatedTime: timeStr,
|
CreatedTime: timeStr,
|
||||||
@ -286,13 +310,13 @@ func Test_DB_Insert(t *testing.T) {
|
|||||||
n, _ = result.RowsAffected()
|
n, _ = result.RowsAffected()
|
||||||
t.Assert(n, 1)
|
t.Assert(n, 1)
|
||||||
|
|
||||||
one, err := db.Model("A_tables").Where("ID", 5000).One()
|
one, err := db.Model(table).Where("ID", 5000).One()
|
||||||
t.AssertNil(err)
|
t.AssertNil(err)
|
||||||
t.Assert(one["ID"].Int(), 5000)
|
t.Assert(one["ID"].Int(), 5000)
|
||||||
t.Assert(one["ACCOUNT_NAME"].String(), "struct_5")
|
t.Assert(one["ACCOUNT_NAME"].String(), "struct_5")
|
||||||
|
|
||||||
// batch with Insert
|
// batch with Insert
|
||||||
r, err := db.Insert(ctx, "A_tables", g.Slice{
|
r, err := db.Insert(ctx, table, g.Slice{
|
||||||
g.Map{
|
g.Map{
|
||||||
"ID": 6000,
|
"ID": 6000,
|
||||||
"ACCOUNT_NAME": "t6000",
|
"ACCOUNT_NAME": "t6000",
|
||||||
@ -306,7 +330,7 @@ func Test_DB_Insert(t *testing.T) {
|
|||||||
n, _ = r.RowsAffected()
|
n, _ = r.RowsAffected()
|
||||||
t.Assert(n, 2)
|
t.Assert(n, 2)
|
||||||
|
|
||||||
one, err = db.Model("A_tables").Where("ID", 6000).One()
|
one, err = db.Model(table).Where("ID", 6000).One()
|
||||||
t.AssertNil(err)
|
t.AssertNil(err)
|
||||||
t.Assert(one["ID"].Int(), 6000)
|
t.Assert(one["ID"].Int(), 6000)
|
||||||
t.Assert(one["ACCOUNT_NAME"].String(), "t6000")
|
t.Assert(one["ACCOUNT_NAME"].String(), "t6000")
|
||||||
@ -314,8 +338,9 @@ func Test_DB_Insert(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func Test_DB_BatchInsert(t *testing.T) {
|
func Test_DB_BatchInsert(t *testing.T) {
|
||||||
|
table := "A_tables"
|
||||||
|
createInitTable(table)
|
||||||
gtest.C(t, func(t *gtest.T) {
|
gtest.C(t, func(t *gtest.T) {
|
||||||
table := "A_tables"
|
|
||||||
r, err := db.Insert(ctx, table, g.List{
|
r, err := db.Insert(ctx, table, g.List{
|
||||||
{
|
{
|
||||||
"ID": 400,
|
"ID": 400,
|
||||||
@ -334,9 +359,6 @@ func Test_DB_BatchInsert(t *testing.T) {
|
|||||||
})
|
})
|
||||||
|
|
||||||
gtest.C(t, func(t *gtest.T) {
|
gtest.C(t, func(t *gtest.T) {
|
||||||
table := "A_tables"
|
|
||||||
// table := createTable()
|
|
||||||
// defer dropTable(table)
|
|
||||||
// []interface{}
|
// []interface{}
|
||||||
r, err := db.Insert(ctx, table, g.Slice{
|
r, err := db.Insert(ctx, table, g.Slice{
|
||||||
g.Map{
|
g.Map{
|
||||||
@ -357,9 +379,6 @@ func Test_DB_BatchInsert(t *testing.T) {
|
|||||||
|
|
||||||
// batch insert map
|
// batch insert map
|
||||||
gtest.C(t, func(t *gtest.T) {
|
gtest.C(t, func(t *gtest.T) {
|
||||||
table := "A_tables"
|
|
||||||
// table := createTable()
|
|
||||||
// defer dropTable(table)
|
|
||||||
result, err := db.Insert(ctx, table, g.Map{
|
result, err := db.Insert(ctx, table, g.Map{
|
||||||
"ID": 600,
|
"ID": 600,
|
||||||
"ACCOUNT_NAME": "600_batch_600",
|
"ACCOUNT_NAME": "600_batch_600",
|
||||||
@ -373,10 +392,9 @@ func Test_DB_BatchInsert(t *testing.T) {
|
|||||||
|
|
||||||
func Test_DB_BatchInsert_Struct(t *testing.T) {
|
func Test_DB_BatchInsert_Struct(t *testing.T) {
|
||||||
// batch insert struct
|
// batch insert struct
|
||||||
|
table := "A_tables"
|
||||||
|
createInitTable(table)
|
||||||
gtest.C(t, func(t *gtest.T) {
|
gtest.C(t, func(t *gtest.T) {
|
||||||
table := "A_tables"
|
|
||||||
// table := createTable()
|
|
||||||
// defer dropTable(table)
|
|
||||||
user := &User{
|
user := &User{
|
||||||
ID: 700,
|
ID: 700,
|
||||||
AccountName: "BatchInsert_Struct_700",
|
AccountName: "BatchInsert_Struct_700",
|
||||||
@ -391,26 +409,25 @@ func Test_DB_BatchInsert_Struct(t *testing.T) {
|
|||||||
|
|
||||||
func Test_DB_Update(t *testing.T) {
|
func Test_DB_Update(t *testing.T) {
|
||||||
table := "A_tables"
|
table := "A_tables"
|
||||||
// table := createInitTable()
|
createInitTable(table)
|
||||||
|
|
||||||
gtest.C(t, func(t *gtest.T) {
|
gtest.C(t, func(t *gtest.T) {
|
||||||
result, err := db.Update(ctx, table, "pwd_reset=7", "id=700")
|
result, err := db.Update(ctx, table, "pwd_reset=7", "id=7")
|
||||||
t.AssertNil(err)
|
t.AssertNil(err)
|
||||||
n, _ := result.RowsAffected()
|
n, _ := result.RowsAffected()
|
||||||
t.Assert(n, 1)
|
t.Assert(n, 1)
|
||||||
|
|
||||||
one, err := db.Model(table).Where("ID", 700).One()
|
one, err := db.Model(table).Where("ID", 7).One()
|
||||||
t.AssertNil(err)
|
t.AssertNil(err)
|
||||||
t.Assert(one["ID"].Int(), 700)
|
t.Assert(one["ID"].Int(), 7)
|
||||||
t.Assert(one["ACCOUNT_NAME"].String(), "BatchInsert_Struct_700")
|
t.Assert(one["ACCOUNT_NAME"].String(), "name_7")
|
||||||
t.Assert(one["PWD_RESET"].String(), "7")
|
t.Assert(one["PWD_RESET"].String(), "7")
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
func Test_DB_GetAll(t *testing.T) {
|
func Test_DB_GetAll(t *testing.T) {
|
||||||
table := "A_tables"
|
table := "A_tables"
|
||||||
// table := createInitTable()
|
createInitTable(table)
|
||||||
// defer dropTable(table)
|
|
||||||
|
|
||||||
gtest.C(t, func(t *gtest.T) {
|
gtest.C(t, func(t *gtest.T) {
|
||||||
result, err := db.GetAll(ctx, fmt.Sprintf("SELECT * FROM %s WHERE id=?", table), 1)
|
result, err := db.GetAll(ctx, fmt.Sprintf("SELECT * FROM %s WHERE id=?", table), 1)
|
||||||
@ -459,41 +476,38 @@ func Test_DB_GetAll(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func Test_DB_GetOne(t *testing.T) {
|
func Test_DB_GetOne(t *testing.T) {
|
||||||
// table := createInitTable()
|
|
||||||
table := "A_tables"
|
table := "A_tables"
|
||||||
|
createInitTable(table)
|
||||||
gtest.C(t, func(t *gtest.T) {
|
gtest.C(t, func(t *gtest.T) {
|
||||||
record, err := db.GetOne(ctx, fmt.Sprintf("SELECT * FROM %s WHERE account_name=?", table), "struct_4")
|
record, err := db.GetOne(ctx, fmt.Sprintf("SELECT * FROM %s WHERE account_name=?", table), "name_4")
|
||||||
t.AssertNil(err)
|
t.AssertNil(err)
|
||||||
t.Assert(record["ACCOUNT_NAME"].String(), "struct_4")
|
t.Assert(record["ACCOUNT_NAME"].String(), "name_4")
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
func Test_DB_GetValue(t *testing.T) {
|
func Test_DB_GetValue(t *testing.T) {
|
||||||
table := "A_tables"
|
table := "A_tables"
|
||||||
// table := createInitTable()
|
createInitTable(table)
|
||||||
// defer dropTable(table)
|
|
||||||
gtest.C(t, func(t *gtest.T) {
|
gtest.C(t, func(t *gtest.T) {
|
||||||
value, err := db.GetValue(ctx, fmt.Sprintf("SELECT id FROM %s WHERE account_name=?", table), "map2")
|
value, err := db.GetValue(ctx, fmt.Sprintf("SELECT id FROM %s WHERE account_name=?", table), "name_2")
|
||||||
t.AssertNil(err)
|
t.AssertNil(err)
|
||||||
t.Assert(value.Int(), 2000)
|
t.Assert(value.Int(), 2)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
func Test_DB_GetCount(t *testing.T) {
|
func Test_DB_GetCount(t *testing.T) {
|
||||||
table := "A_tables"
|
table := "A_tables"
|
||||||
// table := createInitTable()
|
createInitTable(table)
|
||||||
// defer dropTable(table)
|
|
||||||
gtest.C(t, func(t *gtest.T) {
|
gtest.C(t, func(t *gtest.T) {
|
||||||
count, err := db.GetCount(ctx, fmt.Sprintf("SELECT * FROM %s", table))
|
count, err := db.GetCount(ctx, fmt.Sprintf("SELECT * FROM %s", table))
|
||||||
t.AssertNil(err)
|
t.AssertNil(err)
|
||||||
t.Assert(count, 28)
|
t.Assert(count, 10)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
func Test_DB_GetStruct(t *testing.T) {
|
func Test_DB_GetStruct(t *testing.T) {
|
||||||
table := "A_tables"
|
table := "A_tables"
|
||||||
// table := createInitTable()
|
createInitTable(table)
|
||||||
// defer dropTable(table)
|
|
||||||
gtest.C(t, func(t *gtest.T) {
|
gtest.C(t, func(t *gtest.T) {
|
||||||
user := new(User)
|
user := new(User)
|
||||||
err := db.GetScan(ctx, user, fmt.Sprintf("SELECT * FROM %s WHERE id=?", table), 3)
|
err := db.GetScan(ctx, user, fmt.Sprintf("SELECT * FROM %s WHERE id=?", table), 3)
|
||||||
@ -502,33 +516,31 @@ func Test_DB_GetStruct(t *testing.T) {
|
|||||||
})
|
})
|
||||||
gtest.C(t, func(t *gtest.T) {
|
gtest.C(t, func(t *gtest.T) {
|
||||||
user := new(User)
|
user := new(User)
|
||||||
err := db.GetScan(ctx, user, fmt.Sprintf("SELECT * FROM %s WHERE id=?", table), 200)
|
err := db.GetScan(ctx, user, fmt.Sprintf("SELECT * FROM %s WHERE id=?", table), 2)
|
||||||
t.AssertNil(err)
|
t.AssertNil(err)
|
||||||
t.Assert(user.AccountName, "A200two")
|
t.Assert(user.AccountName, "name_2")
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
func Test_DB_GetStructs(t *testing.T) {
|
func Test_DB_GetStructs(t *testing.T) {
|
||||||
table := "A_tables"
|
table := "A_tables"
|
||||||
// table := createInitTable()
|
createInitTable(table)
|
||||||
// defer dropTable(table)
|
|
||||||
gtest.C(t, func(t *gtest.T) {
|
gtest.C(t, func(t *gtest.T) {
|
||||||
var users []User
|
var users []User
|
||||||
err := db.GetScan(ctx, &users, fmt.Sprintf("SELECT * FROM %s WHERE id>?", table), 4000)
|
err := db.GetScan(ctx, &users, fmt.Sprintf("SELECT * FROM %s WHERE id>?", table), 4)
|
||||||
t.AssertNil(err)
|
t.AssertNil(err)
|
||||||
t.Assert(users[0].ID, 5000)
|
t.Assert(users[0].ID, 5)
|
||||||
t.Assert(users[1].ID, 6000)
|
t.Assert(users[1].ID, 6)
|
||||||
t.Assert(users[2].ID, 6001)
|
t.Assert(users[2].ID, 7)
|
||||||
t.Assert(users[0].AccountName, "struct_5")
|
t.Assert(users[0].AccountName, "name_5")
|
||||||
t.Assert(users[1].AccountName, "t6000")
|
t.Assert(users[1].AccountName, "name_6")
|
||||||
t.Assert(users[2].AccountName, "t6001")
|
t.Assert(users[2].AccountName, "name_7")
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
func Test_DB_GetScan(t *testing.T) {
|
func Test_DB_GetScan(t *testing.T) {
|
||||||
table := "A_tables"
|
table := "A_tables"
|
||||||
// table := createInitTable()
|
createInitTable(table)
|
||||||
// defer dropTable(table)
|
|
||||||
gtest.C(t, func(t *gtest.T) {
|
gtest.C(t, func(t *gtest.T) {
|
||||||
user := new(User)
|
user := new(User)
|
||||||
err := db.GetScan(ctx, user, fmt.Sprintf("SELECT * FROM %s WHERE id=?", table), 3)
|
err := db.GetScan(ctx, user, fmt.Sprintf("SELECT * FROM %s WHERE id=?", table), 3)
|
||||||
@ -555,17 +567,17 @@ func Test_DB_GetScan(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func Test_DB_Delete(t *testing.T) {
|
func Test_DB_Delete(t *testing.T) {
|
||||||
// table := createInitTable()
|
table := "A_tables"
|
||||||
// defer dropTable(table)
|
createInitTable(table)
|
||||||
gtest.C(t, func(t *gtest.T) {
|
gtest.C(t, func(t *gtest.T) {
|
||||||
result, err := db.Delete(ctx, "A_tables", "id=32")
|
result, err := db.Delete(ctx, table, "id=32")
|
||||||
t.AssertNil(err)
|
t.AssertNil(err)
|
||||||
n, _ := result.RowsAffected()
|
n, _ := result.RowsAffected()
|
||||||
t.Assert(n, 0)
|
t.Assert(n, 0)
|
||||||
})
|
})
|
||||||
|
|
||||||
gtest.C(t, func(t *gtest.T) {
|
gtest.C(t, func(t *gtest.T) {
|
||||||
result, err := db.Model("A_tables").Where("id", 33).Delete()
|
result, err := db.Model(table).Where("id", 33).Delete()
|
||||||
t.AssertNil(err)
|
t.AssertNil(err)
|
||||||
n, _ := result.RowsAffected()
|
n, _ := result.RowsAffected()
|
||||||
t.Assert(n, 0)
|
t.Assert(n, 0)
|
||||||
@ -574,8 +586,7 @@ func Test_DB_Delete(t *testing.T) {
|
|||||||
|
|
||||||
func Test_Empty_Slice_Argument(t *testing.T) {
|
func Test_Empty_Slice_Argument(t *testing.T) {
|
||||||
table := "A_tables"
|
table := "A_tables"
|
||||||
// table := createInitTable()
|
createInitTable(table)
|
||||||
// defer dropTable(table)
|
|
||||||
gtest.C(t, func(t *gtest.T) {
|
gtest.C(t, func(t *gtest.T) {
|
||||||
result, err := db.GetAll(ctx, fmt.Sprintf(`select * from %s where id in(?)`, table), g.Slice{})
|
result, err := db.GetAll(ctx, fmt.Sprintf(`select * from %s where id in(?)`, table), g.Slice{})
|
||||||
t.AssertNil(err)
|
t.AssertNil(err)
|
||||||
|
|||||||
@ -5,15 +5,15 @@ go 1.18
|
|||||||
replace github.com/gogf/gf/v2 => ../../../
|
replace github.com/gogf/gf/v2 => ../../../
|
||||||
|
|
||||||
require (
|
require (
|
||||||
gitee.com/chunanyong/dm v1.8.10
|
gitee.com/chunanyong/dm v1.8.12
|
||||||
github.com/gogf/gf/v2 v2.5.6
|
github.com/gogf/gf/v2 v2.6.2
|
||||||
)
|
)
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/BurntSushi/toml v1.2.0 // indirect
|
github.com/BurntSushi/toml v1.2.0 // indirect
|
||||||
github.com/clbanning/mxj/v2 v2.7.0 // indirect
|
github.com/clbanning/mxj/v2 v2.7.0 // indirect
|
||||||
github.com/fatih/color v1.15.0 // indirect
|
github.com/fatih/color v1.15.0 // indirect
|
||||||
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
||||||
github.com/go-logr/logr v1.2.4 // indirect
|
github.com/go-logr/logr v1.2.4 // indirect
|
||||||
github.com/go-logr/stdr v1.2.2 // indirect
|
github.com/go-logr/stdr v1.2.2 // indirect
|
||||||
github.com/golang/snappy v0.0.1 // indirect
|
github.com/golang/snappy v0.0.1 // indirect
|
||||||
@ -21,7 +21,7 @@ require (
|
|||||||
github.com/grokify/html-strip-tags-go v0.0.1 // indirect
|
github.com/grokify/html-strip-tags-go v0.0.1 // indirect
|
||||||
github.com/magiconair/properties v1.8.6 // indirect
|
github.com/magiconair/properties v1.8.6 // indirect
|
||||||
github.com/mattn/go-colorable v0.1.13 // indirect
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
||||||
github.com/mattn/go-isatty v0.0.19 // indirect
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||||
github.com/mattn/go-runewidth v0.0.15 // indirect
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
||||||
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
||||||
github.com/rivo/uniseg v0.4.4 // indirect
|
github.com/rivo/uniseg v0.4.4 // indirect
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
gitee.com/chunanyong/dm v1.8.10 h1:9S1CKUggWHIea/GI7nr7S/DNMaxIilNFgfzdzKDx2+I=
|
gitee.com/chunanyong/dm v1.8.12 h1:WupbFZL0MRNIIiCPaLDHgFi5jkdkjzjPReuWPaInGwk=
|
||||||
gitee.com/chunanyong/dm v1.8.10/go.mod h1:EPRJnuPFgbyOFgJ0TRYCTGzhq+ZT4wdyaj/GW/LLcNg=
|
gitee.com/chunanyong/dm v1.8.12/go.mod h1:EPRJnuPFgbyOFgJ0TRYCTGzhq+ZT4wdyaj/GW/LLcNg=
|
||||||
github.com/BurntSushi/toml v1.2.0 h1:Rt8g24XnyGTyglgET/PRUNlrUeu9F5L+7FilkXfZgs0=
|
github.com/BurntSushi/toml v1.2.0 h1:Rt8g24XnyGTyglgET/PRUNlrUeu9F5L+7FilkXfZgs0=
|
||||||
github.com/BurntSushi/toml v1.2.0/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
|
github.com/BurntSushi/toml v1.2.0/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
|
||||||
github.com/clbanning/mxj/v2 v2.7.0 h1:WA/La7UGCanFe5NpHF0Q3DNtnCsVoxbPKuyBNHWRyME=
|
github.com/clbanning/mxj/v2 v2.7.0 h1:WA/La7UGCanFe5NpHF0Q3DNtnCsVoxbPKuyBNHWRyME=
|
||||||
@ -7,8 +7,8 @@ github.com/clbanning/mxj/v2 v2.7.0/go.mod h1:hNiWqW14h+kc+MdF9C6/YoRfjEJoR3ou6tn
|
|||||||
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
|
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
|
||||||
github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs=
|
github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs=
|
||||||
github.com/fatih/color v1.15.0/go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw=
|
github.com/fatih/color v1.15.0/go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw=
|
||||||
github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=
|
github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=
|
||||||
github.com/fsnotify/fsnotify v1.6.0/go.mod h1:sl3t1tCWJFWoRz9R8WJCbQihKKwmorjAbSClcnxKAGw=
|
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
|
||||||
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
|
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
|
||||||
github.com/go-logr/logr v1.2.4 h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ=
|
github.com/go-logr/logr v1.2.4 h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ=
|
||||||
github.com/go-logr/logr v1.2.4/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
|
github.com/go-logr/logr v1.2.4/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
|
||||||
@ -26,8 +26,8 @@ github.com/magiconair/properties v1.8.6/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPK
|
|||||||
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
|
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
|
||||||
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
|
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
|
||||||
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
|
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
|
||||||
github.com/mattn/go-isatty v0.0.19 h1:JITubQf0MOLdlGRuRq+jtsDlekdYPia9ZFsB8h/APPA=
|
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
|
||||||
github.com/mattn/go-isatty v0.0.19/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
|
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
|
||||||
github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI=
|
github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI=
|
||||||
github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=
|
github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=
|
||||||
github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
|
github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
|
||||||
@ -47,7 +47,6 @@ go.opentelemetry.io/otel/trace v1.14.0/go.mod h1:8avnQLK+CG77yNLUae4ea2JDQ6iT+go
|
|||||||
golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM=
|
golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM=
|
||||||
golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
|
golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
|
||||||
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
|
||||||
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=
|
golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=
|
||||||
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
|
|||||||
@ -4,14 +4,14 @@ go 1.18
|
|||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/denisenkom/go-mssqldb v0.12.3
|
github.com/denisenkom/go-mssqldb v0.12.3
|
||||||
github.com/gogf/gf/v2 v2.5.6
|
github.com/gogf/gf/v2 v2.6.2
|
||||||
)
|
)
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/BurntSushi/toml v1.2.0 // indirect
|
github.com/BurntSushi/toml v1.2.0 // indirect
|
||||||
github.com/clbanning/mxj/v2 v2.7.0 // indirect
|
github.com/clbanning/mxj/v2 v2.7.0 // indirect
|
||||||
github.com/fatih/color v1.15.0 // indirect
|
github.com/fatih/color v1.15.0 // indirect
|
||||||
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
||||||
github.com/go-logr/logr v1.2.4 // indirect
|
github.com/go-logr/logr v1.2.4 // indirect
|
||||||
github.com/go-logr/stdr v1.2.2 // indirect
|
github.com/go-logr/stdr v1.2.2 // indirect
|
||||||
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe // indirect
|
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe // indirect
|
||||||
@ -20,7 +20,7 @@ require (
|
|||||||
github.com/grokify/html-strip-tags-go v0.0.1 // indirect
|
github.com/grokify/html-strip-tags-go v0.0.1 // indirect
|
||||||
github.com/magiconair/properties v1.8.6 // indirect
|
github.com/magiconair/properties v1.8.6 // indirect
|
||||||
github.com/mattn/go-colorable v0.1.13 // indirect
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
||||||
github.com/mattn/go-isatty v0.0.19 // indirect
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||||
github.com/mattn/go-runewidth v0.0.15 // indirect
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
||||||
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
||||||
github.com/rivo/uniseg v0.4.4 // indirect
|
github.com/rivo/uniseg v0.4.4 // indirect
|
||||||
|
|||||||
@ -13,8 +13,8 @@ github.com/denisenkom/go-mssqldb v0.12.3/go.mod h1:k0mtMFOnU+AihqFxPMiF05rtiDror
|
|||||||
github.com/dnaeon/go-vcr v1.2.0/go.mod h1:R4UdLID7HZT3taECzJs4YgbbH6PIGXB6W/sc5OLb6RQ=
|
github.com/dnaeon/go-vcr v1.2.0/go.mod h1:R4UdLID7HZT3taECzJs4YgbbH6PIGXB6W/sc5OLb6RQ=
|
||||||
github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs=
|
github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs=
|
||||||
github.com/fatih/color v1.15.0/go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw=
|
github.com/fatih/color v1.15.0/go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw=
|
||||||
github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=
|
github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=
|
||||||
github.com/fsnotify/fsnotify v1.6.0/go.mod h1:sl3t1tCWJFWoRz9R8WJCbQihKKwmorjAbSClcnxKAGw=
|
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
|
||||||
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
|
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
|
||||||
github.com/go-logr/logr v1.2.4 h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ=
|
github.com/go-logr/logr v1.2.4 h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ=
|
||||||
github.com/go-logr/logr v1.2.4/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
|
github.com/go-logr/logr v1.2.4/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
|
||||||
@ -34,8 +34,8 @@ github.com/magiconair/properties v1.8.6/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPK
|
|||||||
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
|
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
|
||||||
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
|
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
|
||||||
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
|
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
|
||||||
github.com/mattn/go-isatty v0.0.19 h1:JITubQf0MOLdlGRuRq+jtsDlekdYPia9ZFsB8h/APPA=
|
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
|
||||||
github.com/mattn/go-isatty v0.0.19/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
|
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
|
||||||
github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI=
|
github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI=
|
||||||
github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=
|
github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=
|
||||||
github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
|
github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
|
||||||
@ -73,7 +73,6 @@ golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7w
|
|||||||
golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
||||||
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
|
||||||
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=
|
golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=
|
||||||
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
|
|||||||
@ -9,10 +9,11 @@ package mssql_test
|
|||||||
import (
|
import (
|
||||||
"database/sql"
|
"database/sql"
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/gogf/gf/v2/util/gconv"
|
|
||||||
"testing"
|
"testing"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
"github.com/gogf/gf/v2/util/gconv"
|
||||||
|
|
||||||
"github.com/gogf/gf/v2/container/garray"
|
"github.com/gogf/gf/v2/container/garray"
|
||||||
"github.com/gogf/gf/v2/container/gmap"
|
"github.com/gogf/gf/v2/container/gmap"
|
||||||
"github.com/gogf/gf/v2/database/gdb"
|
"github.com/gogf/gf/v2/database/gdb"
|
||||||
@ -1906,12 +1907,14 @@ func Test_Model_HasTable(t *testing.T) {
|
|||||||
defer dropTable(table)
|
defer dropTable(table)
|
||||||
|
|
||||||
gtest.C(t, func(t *gtest.T) {
|
gtest.C(t, func(t *gtest.T) {
|
||||||
|
t.AssertNil(db.GetCore().ClearCacheAll(ctx))
|
||||||
result, err := db.GetCore().HasTable(table)
|
result, err := db.GetCore().HasTable(table)
|
||||||
t.Assert(result, true)
|
t.Assert(result, true)
|
||||||
t.AssertNil(err)
|
t.AssertNil(err)
|
||||||
})
|
})
|
||||||
|
|
||||||
gtest.C(t, func(t *gtest.T) {
|
gtest.C(t, func(t *gtest.T) {
|
||||||
|
t.AssertNil(db.GetCore().ClearCacheAll(ctx))
|
||||||
result, err := db.GetCore().HasTable("table12321")
|
result, err := db.GetCore().HasTable("table12321")
|
||||||
t.Assert(result, false)
|
t.Assert(result, false)
|
||||||
t.AssertNil(err)
|
t.AssertNil(err)
|
||||||
@ -2548,3 +2551,40 @@ func Test_Model_WherePrefixLike(t *testing.T) {
|
|||||||
t.Assert(r[0]["ID"], "3")
|
t.Assert(r[0]["ID"], "3")
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func Test_Model_AllAndCount(t *testing.T) {
|
||||||
|
table := createInitTable()
|
||||||
|
defer dropTable(table)
|
||||||
|
|
||||||
|
gtest.C(t, func(t *gtest.T) {
|
||||||
|
result, total, err := db.Model(table).Order("id").Limit(0, 3).AllAndCount(false)
|
||||||
|
t.Assert(err, nil)
|
||||||
|
|
||||||
|
t.Assert(len(result), 3)
|
||||||
|
t.Assert(total, TableSize)
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
func Test_Model_ScanAndCount(t *testing.T) {
|
||||||
|
table := createInitTable()
|
||||||
|
defer dropTable(table)
|
||||||
|
|
||||||
|
gtest.C(t, func(t *gtest.T) {
|
||||||
|
type User struct {
|
||||||
|
Id int
|
||||||
|
Passport string
|
||||||
|
Password string
|
||||||
|
NickName string
|
||||||
|
CreateTime gtime.Time
|
||||||
|
}
|
||||||
|
|
||||||
|
users := make([]User, 0)
|
||||||
|
total := 0
|
||||||
|
|
||||||
|
err := db.Model(table).Order("id").Limit(0, 3).ScanAndCount(&users, &total, false)
|
||||||
|
t.Assert(err, nil)
|
||||||
|
|
||||||
|
t.Assert(len(users), 3)
|
||||||
|
t.Assert(total, TableSize)
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|||||||
@ -4,21 +4,21 @@ go 1.18
|
|||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/go-sql-driver/mysql v1.7.1
|
github.com/go-sql-driver/mysql v1.7.1
|
||||||
github.com/gogf/gf/v2 v2.5.6
|
github.com/gogf/gf/v2 v2.6.2
|
||||||
)
|
)
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/BurntSushi/toml v1.2.0 // indirect
|
github.com/BurntSushi/toml v1.2.0 // indirect
|
||||||
github.com/clbanning/mxj/v2 v2.7.0 // indirect
|
github.com/clbanning/mxj/v2 v2.7.0 // indirect
|
||||||
github.com/fatih/color v1.15.0 // indirect
|
github.com/fatih/color v1.15.0 // indirect
|
||||||
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
||||||
github.com/go-logr/logr v1.2.4 // indirect
|
github.com/go-logr/logr v1.2.4 // indirect
|
||||||
github.com/go-logr/stdr v1.2.2 // indirect
|
github.com/go-logr/stdr v1.2.2 // indirect
|
||||||
github.com/gorilla/websocket v1.5.0 // indirect
|
github.com/gorilla/websocket v1.5.0 // indirect
|
||||||
github.com/grokify/html-strip-tags-go v0.0.1 // indirect
|
github.com/grokify/html-strip-tags-go v0.0.1 // indirect
|
||||||
github.com/magiconair/properties v1.8.6 // indirect
|
github.com/magiconair/properties v1.8.6 // indirect
|
||||||
github.com/mattn/go-colorable v0.1.13 // indirect
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
||||||
github.com/mattn/go-isatty v0.0.19 // indirect
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||||
github.com/mattn/go-runewidth v0.0.15 // indirect
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
||||||
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
||||||
github.com/rivo/uniseg v0.4.4 // indirect
|
github.com/rivo/uniseg v0.4.4 // indirect
|
||||||
|
|||||||
@ -5,8 +5,8 @@ github.com/clbanning/mxj/v2 v2.7.0/go.mod h1:hNiWqW14h+kc+MdF9C6/YoRfjEJoR3ou6tn
|
|||||||
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
|
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
|
||||||
github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs=
|
github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs=
|
||||||
github.com/fatih/color v1.15.0/go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw=
|
github.com/fatih/color v1.15.0/go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw=
|
||||||
github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=
|
github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=
|
||||||
github.com/fsnotify/fsnotify v1.6.0/go.mod h1:sl3t1tCWJFWoRz9R8WJCbQihKKwmorjAbSClcnxKAGw=
|
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
|
||||||
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
|
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
|
||||||
github.com/go-logr/logr v1.2.4 h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ=
|
github.com/go-logr/logr v1.2.4 h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ=
|
||||||
github.com/go-logr/logr v1.2.4/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
|
github.com/go-logr/logr v1.2.4/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
|
||||||
@ -24,8 +24,8 @@ github.com/magiconair/properties v1.8.6/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPK
|
|||||||
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
|
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
|
||||||
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
|
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
|
||||||
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
|
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
|
||||||
github.com/mattn/go-isatty v0.0.19 h1:JITubQf0MOLdlGRuRq+jtsDlekdYPia9ZFsB8h/APPA=
|
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
|
||||||
github.com/mattn/go-isatty v0.0.19/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
|
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
|
||||||
github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI=
|
github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI=
|
||||||
github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=
|
github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=
|
||||||
github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
|
github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
|
||||||
@ -45,7 +45,6 @@ go.opentelemetry.io/otel/trace v1.14.0/go.mod h1:8avnQLK+CG77yNLUae4ea2JDQ6iT+go
|
|||||||
golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM=
|
golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM=
|
||||||
golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
|
golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
|
||||||
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
|
||||||
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=
|
golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=
|
||||||
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
|
|||||||
@ -55,7 +55,6 @@ func init() {
|
|||||||
nodeInvalid := gdb.ConfigNode{
|
nodeInvalid := gdb.ConfigNode{
|
||||||
Link: fmt.Sprintf("mysql:root:%s@tcp(127.0.0.1:3307)/?loc=Local&parseTime=true", TestDbPass),
|
Link: fmt.Sprintf("mysql:root:%s@tcp(127.0.0.1:3307)/?loc=Local&parseTime=true", TestDbPass),
|
||||||
}
|
}
|
||||||
|
|
||||||
gdb.AddConfigNode("test", nodeDefault)
|
gdb.AddConfigNode("test", nodeDefault)
|
||||||
gdb.AddConfigNode("prefix", nodePrefix)
|
gdb.AddConfigNode("prefix", nodePrefix)
|
||||||
gdb.AddConfigNode("nodeinvalid", nodeInvalid)
|
gdb.AddConfigNode("nodeinvalid", nodeInvalid)
|
||||||
|
|||||||
@ -7,6 +7,7 @@
|
|||||||
package mysql_test
|
package mysql_test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"context"
|
||||||
"fmt"
|
"fmt"
|
||||||
"testing"
|
"testing"
|
||||||
"time"
|
"time"
|
||||||
@ -881,3 +882,120 @@ func Test_Issue3086(t *testing.T) {
|
|||||||
t.Assert(n, 2)
|
t.Assert(n, 2)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// https://github.com/gogf/gf/issues/3204
|
||||||
|
func Test_Issue3204(t *testing.T) {
|
||||||
|
table := createInitTable()
|
||||||
|
defer dropTable(table)
|
||||||
|
|
||||||
|
// where
|
||||||
|
gtest.C(t, func(t *gtest.T) {
|
||||||
|
type User struct {
|
||||||
|
g.Meta `orm:"do:true"`
|
||||||
|
Id interface{} `orm:"id,omitempty"`
|
||||||
|
Passport interface{} `orm:"passport,omitempty"`
|
||||||
|
Password interface{} `orm:"password,omitempty"`
|
||||||
|
Nickname interface{} `orm:"nickname,omitempty"`
|
||||||
|
CreateTime interface{} `orm:"create_time,omitempty"`
|
||||||
|
}
|
||||||
|
where := User{
|
||||||
|
Id: 2,
|
||||||
|
Passport: "",
|
||||||
|
}
|
||||||
|
all, err := db.Model(table).Where(where).All()
|
||||||
|
t.AssertNil(err)
|
||||||
|
t.Assert(len(all), 1)
|
||||||
|
t.Assert(all[0]["id"], 2)
|
||||||
|
})
|
||||||
|
// data
|
||||||
|
gtest.C(t, func(t *gtest.T) {
|
||||||
|
type User struct {
|
||||||
|
g.Meta `orm:"do:true"`
|
||||||
|
Id interface{} `orm:"id,omitempty"`
|
||||||
|
Passport interface{} `orm:"passport,omitempty"`
|
||||||
|
Password interface{} `orm:"password,omitempty"`
|
||||||
|
Nickname interface{} `orm:"nickname,omitempty"`
|
||||||
|
CreateTime interface{} `orm:"create_time,omitempty"`
|
||||||
|
}
|
||||||
|
var (
|
||||||
|
err error
|
||||||
|
sqlArray []string
|
||||||
|
insertId int64
|
||||||
|
data = User{
|
||||||
|
Id: 20,
|
||||||
|
Passport: "passport_20",
|
||||||
|
Password: "",
|
||||||
|
}
|
||||||
|
)
|
||||||
|
sqlArray, err = gdb.CatchSQL(ctx, func(ctx context.Context) error {
|
||||||
|
insertId, err = db.Ctx(ctx).Model(table).Data(data).InsertAndGetId()
|
||||||
|
return err
|
||||||
|
})
|
||||||
|
t.AssertNil(err)
|
||||||
|
t.Assert(insertId, 20)
|
||||||
|
t.Assert(
|
||||||
|
gstr.Contains(sqlArray[len(sqlArray)-1], "(`id`,`passport`) VALUES(20,'passport_20')"),
|
||||||
|
true,
|
||||||
|
)
|
||||||
|
})
|
||||||
|
// update data
|
||||||
|
gtest.C(t, func(t *gtest.T) {
|
||||||
|
type User struct {
|
||||||
|
g.Meta `orm:"do:true"`
|
||||||
|
Id interface{} `orm:"id,omitempty"`
|
||||||
|
Passport interface{} `orm:"passport,omitempty"`
|
||||||
|
Password interface{} `orm:"password,omitempty"`
|
||||||
|
Nickname interface{} `orm:"nickname,omitempty"`
|
||||||
|
CreateTime interface{} `orm:"create_time,omitempty"`
|
||||||
|
}
|
||||||
|
var (
|
||||||
|
err error
|
||||||
|
sqlArray []string
|
||||||
|
data = User{
|
||||||
|
Passport: "passport_1",
|
||||||
|
Password: "",
|
||||||
|
Nickname: "",
|
||||||
|
}
|
||||||
|
)
|
||||||
|
sqlArray, err = gdb.CatchSQL(ctx, func(ctx context.Context) error {
|
||||||
|
_, err = db.Ctx(ctx).Model(table).Data(data).WherePri(1).Update()
|
||||||
|
return err
|
||||||
|
})
|
||||||
|
t.AssertNil(err)
|
||||||
|
t.Assert(
|
||||||
|
gstr.Contains(sqlArray[len(sqlArray)-1], "SET `passport`='passport_1' WHERE `id`=1"),
|
||||||
|
true,
|
||||||
|
)
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
// https://github.com/gogf/gf/issues/3218
|
||||||
|
func Test_Issue3218(t *testing.T) {
|
||||||
|
table := "issue3218_sys_config"
|
||||||
|
array := gstr.SplitAndTrim(gtest.DataContent(`issue3218.sql`), ";")
|
||||||
|
for _, v := range array {
|
||||||
|
if _, err := db.Exec(ctx, v); err != nil {
|
||||||
|
gtest.Error(err)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
defer dropTable(table)
|
||||||
|
gtest.C(t, func(t *gtest.T) {
|
||||||
|
type SysConfigInfo struct {
|
||||||
|
Name string `json:"name"`
|
||||||
|
Value map[string]string `json:"value"`
|
||||||
|
}
|
||||||
|
var configData *SysConfigInfo
|
||||||
|
err := db.Model(table).Scan(&configData)
|
||||||
|
t.AssertNil(err)
|
||||||
|
t.Assert(configData, &SysConfigInfo{
|
||||||
|
Name: "site",
|
||||||
|
Value: map[string]string{
|
||||||
|
"fixed_page": "",
|
||||||
|
"site_name": "22",
|
||||||
|
"version": "22",
|
||||||
|
"banned_ip": "22",
|
||||||
|
"filings": "2222",
|
||||||
|
},
|
||||||
|
})
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|||||||
@ -3097,12 +3097,14 @@ func Test_Model_HasTable(t *testing.T) {
|
|||||||
defer dropTable(table)
|
defer dropTable(table)
|
||||||
|
|
||||||
gtest.C(t, func(t *gtest.T) {
|
gtest.C(t, func(t *gtest.T) {
|
||||||
|
t.AssertNil(db.GetCore().ClearCacheAll(ctx))
|
||||||
result, err := db.GetCore().HasTable(table)
|
result, err := db.GetCore().HasTable(table)
|
||||||
t.Assert(result, true)
|
t.Assert(result, true)
|
||||||
t.AssertNil(err)
|
t.AssertNil(err)
|
||||||
})
|
})
|
||||||
|
|
||||||
gtest.C(t, func(t *gtest.T) {
|
gtest.C(t, func(t *gtest.T) {
|
||||||
|
t.AssertNil(db.GetCore().ClearCacheAll(ctx))
|
||||||
result, err := db.GetCore().HasTable("table12321")
|
result, err := db.GetCore().HasTable("table12321")
|
||||||
t.Assert(result, false)
|
t.Assert(result, false)
|
||||||
t.AssertNil(err)
|
t.AssertNil(err)
|
||||||
@ -4118,7 +4120,7 @@ func Test_Model_Embedded_Filter(t *testing.T) {
|
|||||||
// Password string
|
// Password string
|
||||||
// Nickname string
|
// Nickname string
|
||||||
// CreateTime string
|
// CreateTime string
|
||||||
// NoneExistFiled string
|
// NoneExistField string
|
||||||
// }
|
// }
|
||||||
// data := User{
|
// data := User{
|
||||||
// Id: 1,
|
// Id: 1,
|
||||||
@ -4706,3 +4708,44 @@ func Test_Scan_Nil_Result_Error(t *testing.T) {
|
|||||||
t.Assert(err, sql.ErrNoRows)
|
t.Assert(err, sql.ErrNoRows)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func Test_Model_FixGdbJoin(t *testing.T) {
|
||||||
|
array := gstr.SplitAndTrim(gtest.DataContent(`fix_gdb_join.sql`), ";")
|
||||||
|
for _, v := range array {
|
||||||
|
if _, err := db.Exec(ctx, v); err != nil {
|
||||||
|
gtest.Error(err)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
defer dropTable(`common_resource`)
|
||||||
|
defer dropTable(`managed_resource`)
|
||||||
|
defer dropTable(`rules_template`)
|
||||||
|
defer dropTable(`resource_mark`)
|
||||||
|
gtest.C(t, func(t *gtest.T) {
|
||||||
|
t.AssertNil(db.GetCore().ClearCacheAll(ctx))
|
||||||
|
sqlSlice, err := gdb.CatchSQL(ctx, func(ctx context.Context) error {
|
||||||
|
orm := db.Model(`managed_resource`).Ctx(ctx).
|
||||||
|
LeftJoinOnField(`common_resource`, `resource_id`).
|
||||||
|
LeftJoinOnFields(`resource_mark`, `resource_mark_id`, `=`, `id`).
|
||||||
|
LeftJoinOnFields(`rules_template`, `rule_template_id`, `=`, `template_id`).
|
||||||
|
FieldsPrefix(
|
||||||
|
`managed_resource`,
|
||||||
|
"resource_id", "user", "status", "status_message", "safe_publication", "rule_template_id",
|
||||||
|
"created_at", "comments", "expired_at", "resource_mark_id", "instance_id", "resource_name",
|
||||||
|
"pay_mode").
|
||||||
|
FieldsPrefix(`resource_mark`, "mark_name", "color").
|
||||||
|
FieldsPrefix(`rules_template`, "name").
|
||||||
|
FieldsPrefix(`common_resource`, `src_instance_id`, "database_kind", "source_type", "ip", "port")
|
||||||
|
all, err := orm.OrderAsc("src_instance_id").All()
|
||||||
|
t.Assert(len(all), 4)
|
||||||
|
t.Assert(all[0]["pay_mode"], 1)
|
||||||
|
t.Assert(all[0]["src_instance_id"], 2)
|
||||||
|
t.Assert(all[3]["instance_id"], "dmcins-jxy0x75m")
|
||||||
|
t.Assert(all[3]["src_instance_id"], "vdb-6b6m3u1u")
|
||||||
|
t.Assert(all[3]["resource_mark_id"], "11")
|
||||||
|
return err
|
||||||
|
})
|
||||||
|
t.AssertNil(err)
|
||||||
|
|
||||||
|
t.Assert(gtest.DataContent(`fix_gdb_join_expect.sql`), sqlSlice[len(sqlSlice)-1])
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|||||||
151
contrib/drivers/mysql/testdata/fix_gdb_join.sql
vendored
Normal file
151
contrib/drivers/mysql/testdata/fix_gdb_join.sql
vendored
Normal file
@ -0,0 +1,151 @@
|
|||||||
|
|
||||||
|
|
||||||
|
DROP TABLE IF EXISTS `common_resource`;
|
||||||
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||||||
|
/*!50503 SET character_set_client = utf8mb4 */;
|
||||||
|
CREATE TABLE `common_resource` (
|
||||||
|
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||||||
|
`app_id` bigint(20) NOT NULL,
|
||||||
|
`resource_id` varchar(64) NOT NULL,
|
||||||
|
`src_instance_id` varchar(64) DEFAULT NULL,
|
||||||
|
`region` varchar(36) DEFAULT NULL,
|
||||||
|
`zone` varchar(36) DEFAULT NULL,
|
||||||
|
`database_kind` varchar(20) NOT NULL,
|
||||||
|
`source_type` varchar(64) NOT NULL,
|
||||||
|
`ip` varchar(64) DEFAULT NULL,
|
||||||
|
`port` int(10) DEFAULT NULL,
|
||||||
|
`vpc_id` varchar(20) DEFAULT NULL,
|
||||||
|
`subnet_id` varchar(20) DEFAULT NULL,
|
||||||
|
`proxy_ip` varchar(64) DEFAULT NULL,
|
||||||
|
`proxy_port` int(10) DEFAULT NULL,
|
||||||
|
`proxy_id` bigint(20) DEFAULT NULL,
|
||||||
|
`proxy_snat_ip` varchar(64) DEFAULT NULL,
|
||||||
|
`lease_at` timestamp NULL DEFAULT NULL,
|
||||||
|
`uin` varchar(32) NOT NULL,
|
||||||
|
PRIMARY KEY (`id`),
|
||||||
|
UNIQUE KEY `unique_resource` (`app_id`,`src_instance_id`,`vpc_id`,`subnet_id`,`ip`,`port`),
|
||||||
|
KEY `resource_id` (`resource_id`)
|
||||||
|
) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COMMENT='资源公共信息表';
|
||||||
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||||
|
|
||||||
|
--
|
||||||
|
-- Dumping data for table `common_resource`
|
||||||
|
--
|
||||||
|
|
||||||
|
LOCK TABLES `common_resource` WRITE;
|
||||||
|
/*!40000 ALTER TABLE `common_resource` DISABLE KEYS */;
|
||||||
|
INSERT INTO `common_resource` VALUES (1,1,'2','2','2','3','1','1','1',1,'1','1','1',1,1,'1',NULL,''),(3,2,'3','3','3','3','3','3','3',3,'3','3','3',3,3,'3',NULL,''),(18,1303697168,'dmc-rgnh9qre','vdb-6b6m3u1u','ap-guangzhou','','vdb','cloud','10.0.1.16',80,'vpc-m3dchft7','subnet-9as3a3z2','9.27.72.189',11131,228476,'169.254.128.5, ','2023-11-08 08:13:04',''),(20,1303697168,'dmc-4grzi4jg','tdsqlshard-313spncx','ap-guangzhou','','tdsql','cloud','10.255.0.27',3306,'vpc-407k0e8x','subnet-qhkkk3bo','30.86.239.200',24087,0,'',NULL,'');
|
||||||
|
/*!40000 ALTER TABLE `common_resource` ENABLE KEYS */;
|
||||||
|
UNLOCK TABLES;
|
||||||
|
|
||||||
|
--
|
||||||
|
-- Table structure for table `managed_resource`
|
||||||
|
--
|
||||||
|
|
||||||
|
DROP TABLE IF EXISTS `managed_resource`;
|
||||||
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||||||
|
/*!50503 SET character_set_client = utf8mb4 */;
|
||||||
|
CREATE TABLE `managed_resource` (
|
||||||
|
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||||||
|
`instance_id` varchar(64) NOT NULL,
|
||||||
|
`resource_id` varchar(64) NOT NULL,
|
||||||
|
`resource_name` varchar(64) DEFAULT NULL,
|
||||||
|
`status` varchar(36) NOT NULL DEFAULT 'valid',
|
||||||
|
`status_message` varchar(64) DEFAULT NULL,
|
||||||
|
`user` varchar(64) NOT NULL,
|
||||||
|
`password` varchar(1024) NOT NULL,
|
||||||
|
`pay_mode` tinyint(1) DEFAULT '0',
|
||||||
|
`safe_publication` bit(1) DEFAULT b'0',
|
||||||
|
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||||
|
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||||
|
`expired_at` timestamp NULL DEFAULT NULL,
|
||||||
|
`deleted` tinyint(1) NOT NULL DEFAULT '0',
|
||||||
|
`resource_mark_id` int(11) DEFAULT NULL,
|
||||||
|
`comments` varchar(64) DEFAULT NULL,
|
||||||
|
`rule_template_id` varchar(64) NOT NULL,
|
||||||
|
PRIMARY KEY (`id`),
|
||||||
|
UNIQUE KEY `resource_id` (`resource_id`),
|
||||||
|
KEY `instance_id` (`instance_id`)
|
||||||
|
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COMMENT='管控实例表';
|
||||||
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||||
|
|
||||||
|
--
|
||||||
|
-- Dumping data for table `managed_resource`
|
||||||
|
--
|
||||||
|
|
||||||
|
LOCK TABLES `managed_resource` WRITE;
|
||||||
|
/*!40000 ALTER TABLE `managed_resource` DISABLE KEYS */;
|
||||||
|
INSERT INTO `managed_resource` VALUES (1,'2','3','1','1','1','1','1',1,_binary '','2023-11-06 12:14:21','2023-11-06 12:14:21',NULL,1,1,'1',''),(2,'3','2','1','1','1','1','1',1,_binary '\0','2023-11-06 12:15:07','2023-11-06 12:15:07',NULL,1,2,'1',''),(5,'dmcins-jxy0x75m','dmc-rgnh9qre','erichmao-vdb-test','invalid','The Ip field is required','root','2e39af3dd1d447e2b1437b40c62c35995fa22b370c7455ff7815dace3a6e8891ccadcfc893fe1342a4102d742bd7a3e603cd0ac1fcdc072d7c0b5be5836ec87306981b629f9b59aedf0316e9504ab172fa1c95756d5b260114e4feaa0b19223fb61cb268cc4818307ed193dbab830cf556b91cde182686eb70f70ea77f69eff66230dec2ce92bd3352cad31abf47597a5cc6a0d638381dc3bae7aa1b142730790a6d4cefdef1bd460061c966ad5008c2b5fc971b7f4d7dddffa5b1456c45e2917763dd8fffb1fa7fc4783feca95dafc9a9f4edf21b0579f76b0a3154f087e3b9a7fc49af8ff92b12e7b03caa865e72e777dd9d35a11910df0d55ead90e47d5f8',1,_binary '','2023-11-08 08:13:20','2023-11-09 05:31:07',NULL,0,11,NULL,'12345'),(6,'dmcins-erxms6ya','dmc-4grzi4jg','erichmao-vdb-test','invalid','The Ip field is required','leotaowang','641d846cf75bc7944202251d97dca8335f7f149dd4fd911ca5b87c71ef1dc5d0a66c4e5021ef7ad53136cda2fb2567d34e3dd1a7666e3f64ebf532eb2a55d84952aac86b4211f563f7b9da7dd0f88ec288d6680d3513cea0c1b7ad7babb474717f77ebbc9d63bb458adaf982887da9e63df957ffda572c1c3ed187471b99fdc640b45fed76a6d50dc1090eee79b4d94d056c4d43416133481f55bd040759398680104a84d801e6475dcfe919a00859908296747430b728a00c8d54256ae220235a138e0bbf08fe8b6fc8589971436b55bff966154721a91adbdc9c2b6f50ef5849ed77e5b028116abac51584b8d401cd3a88d18df127006358ed33fc3fa6f480',1,_binary '','2023-11-08 22:15:17','2023-11-09 05:31:07',NULL,0,11,NULL,'12345');
|
||||||
|
/*!40000 ALTER TABLE `managed_resource` ENABLE KEYS */;
|
||||||
|
UNLOCK TABLES;
|
||||||
|
|
||||||
|
--
|
||||||
|
-- Table structure for table `rules_template`
|
||||||
|
--
|
||||||
|
|
||||||
|
DROP TABLE IF EXISTS `rules_template`;
|
||||||
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||||||
|
/*!50503 SET character_set_client = utf8mb4 */;
|
||||||
|
CREATE TABLE `rules_template` (
|
||||||
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
||||||
|
`app_id` bigint(20) DEFAULT NULL,
|
||||||
|
`name` varchar(255) NOT NULL,
|
||||||
|
`database_kind` varchar(64) DEFAULT NULL,
|
||||||
|
`is_default` tinyint(1) NOT NULL DEFAULT '0',
|
||||||
|
`win_rules` varchar(2048) DEFAULT NULL,
|
||||||
|
`inception_rules` varchar(2048) DEFAULT NULL,
|
||||||
|
`auto_exec_rules` varchar(2048) DEFAULT NULL,
|
||||||
|
`order_check_step` varchar(2048) DEFAULT NULL,
|
||||||
|
`template_id` varchar(64) NOT NULL DEFAULT '',
|
||||||
|
`version` int(11) NOT NULL DEFAULT '1',
|
||||||
|
`deleted` tinyint(1) NOT NULL DEFAULT '0',
|
||||||
|
`create_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||||
|
`update_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
||||||
|
`is_system` tinyint(1) NOT NULL DEFAULT '0',
|
||||||
|
`uin` varchar(64) DEFAULT NULL,
|
||||||
|
`subAccountUin` varchar(64) DEFAULT NULL,
|
||||||
|
PRIMARY KEY (`id`),
|
||||||
|
UNIQUE KEY `uniq_template_id` (`template_id`),
|
||||||
|
UNIQUE KEY `uniq_name` (`name`,`app_id`,`deleted`,`uin`) USING BTREE
|
||||||
|
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4;
|
||||||
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||||
|
|
||||||
|
--
|
||||||
|
-- Dumping data for table `rules_template`
|
||||||
|
--
|
||||||
|
|
||||||
|
LOCK TABLES `rules_template` WRITE;
|
||||||
|
/*!40000 ALTER TABLE `rules_template` DISABLE KEYS */;
|
||||||
|
/*!40000 ALTER TABLE `rules_template` ENABLE KEYS */;
|
||||||
|
UNLOCK TABLES;
|
||||||
|
|
||||||
|
--
|
||||||
|
-- Table structure for table `resource_mark`
|
||||||
|
--
|
||||||
|
|
||||||
|
DROP TABLE IF EXISTS `resource_mark`;
|
||||||
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||||||
|
/*!50503 SET character_set_client = utf8mb4 */;
|
||||||
|
CREATE TABLE `resource_mark` (
|
||||||
|
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||||||
|
`app_id` bigint(20) NOT NULL,
|
||||||
|
`mark_name` varchar(64) NOT NULL,
|
||||||
|
`color` varchar(11) NOT NULL,
|
||||||
|
`creator` varchar(32) NOT NULL,
|
||||||
|
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||||
|
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||||
|
PRIMARY KEY (`id`),
|
||||||
|
UNIQUE KEY `app_id_name` (`app_id`,`mark_name`)
|
||||||
|
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 COMMENT='标签信息表';
|
||||||
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||||
|
|
||||||
|
--
|
||||||
|
-- Dumping data for table `resource_mark`
|
||||||
|
--
|
||||||
|
|
||||||
|
LOCK TABLES `resource_mark` WRITE;
|
||||||
|
/*!40000 ALTER TABLE `resource_mark` DISABLE KEYS */;
|
||||||
|
INSERT INTO `resource_mark` VALUES (10,1,'test','red','1','2023-11-06 02:45:46','2023-11-06 02:45:46');
|
||||||
|
/*!40000 ALTER TABLE `resource_mark` ENABLE KEYS */;
|
||||||
|
UNLOCK TABLES;
|
||||||
|
|
||||||
1
contrib/drivers/mysql/testdata/fix_gdb_join_expect.sql
vendored
Normal file
1
contrib/drivers/mysql/testdata/fix_gdb_join_expect.sql
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
SELECT managed_resource.resource_id,managed_resource.user,managed_resource.status,managed_resource.status_message,managed_resource.safe_publication,managed_resource.rule_template_id,managed_resource.created_at,managed_resource.comments,managed_resource.expired_at,managed_resource.resource_mark_id,managed_resource.instance_id,managed_resource.resource_name,managed_resource.pay_mode,resource_mark.mark_name,resource_mark.color,rules_template.name,common_resource.src_instance_id,common_resource.database_kind,common_resource.source_type,common_resource.ip,common_resource.port FROM `managed_resource` LEFT JOIN `common_resource` ON (`managed_resource`.`resource_id`=`common_resource`.`resource_id`) LEFT JOIN `resource_mark` ON (`managed_resource`.`resource_mark_id` = `resource_mark`.`id`) LEFT JOIN `rules_template` ON (`managed_resource`.`rule_template_id` = `rules_template`.`template_id`) ORDER BY `src_instance_id` ASC
|
||||||
14
contrib/drivers/mysql/testdata/issue3218.sql
vendored
Normal file
14
contrib/drivers/mysql/testdata/issue3218.sql
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
CREATE TABLE `issue3218_sys_config` (
|
||||||
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||||
|
`name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '配置名称',
|
||||||
|
`value` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '配置值',
|
||||||
|
`created_at` timestamp NULL DEFAULT NULL COMMENT '创建时间',
|
||||||
|
`updated_at` timestamp NULL DEFAULT NULL COMMENT '更新时间',
|
||||||
|
PRIMARY KEY (`id`) USING BTREE,
|
||||||
|
UNIQUE INDEX `name`(`name`(191)) USING BTREE
|
||||||
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci;
|
||||||
|
|
||||||
|
-- ----------------------------
|
||||||
|
-- Records of sys_config
|
||||||
|
-- ----------------------------
|
||||||
|
INSERT INTO `issue3218_sys_config` VALUES (49, 'site', '{\"banned_ip\":\"22\",\"filings\":\"2222\",\"fixed_page\":\"\",\"site_name\":\"22\",\"version\":\"22\"}', '2023-12-19 14:08:25', '2023-12-19 14:08:25');
|
||||||
@ -3,7 +3,7 @@ module github.com/gogf/gf/contrib/drivers/oracle/v2
|
|||||||
go 1.18
|
go 1.18
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/gogf/gf/v2 v2.5.6
|
github.com/gogf/gf/v2 v2.6.2
|
||||||
github.com/sijms/go-ora/v2 v2.7.10
|
github.com/sijms/go-ora/v2 v2.7.10
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -11,14 +11,14 @@ require (
|
|||||||
github.com/BurntSushi/toml v1.2.0 // indirect
|
github.com/BurntSushi/toml v1.2.0 // indirect
|
||||||
github.com/clbanning/mxj/v2 v2.7.0 // indirect
|
github.com/clbanning/mxj/v2 v2.7.0 // indirect
|
||||||
github.com/fatih/color v1.15.0 // indirect
|
github.com/fatih/color v1.15.0 // indirect
|
||||||
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
||||||
github.com/go-logr/logr v1.2.4 // indirect
|
github.com/go-logr/logr v1.2.4 // indirect
|
||||||
github.com/go-logr/stdr v1.2.2 // indirect
|
github.com/go-logr/stdr v1.2.2 // indirect
|
||||||
github.com/gorilla/websocket v1.5.0 // indirect
|
github.com/gorilla/websocket v1.5.0 // indirect
|
||||||
github.com/grokify/html-strip-tags-go v0.0.1 // indirect
|
github.com/grokify/html-strip-tags-go v0.0.1 // indirect
|
||||||
github.com/magiconair/properties v1.8.6 // indirect
|
github.com/magiconair/properties v1.8.6 // indirect
|
||||||
github.com/mattn/go-colorable v0.1.13 // indirect
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
||||||
github.com/mattn/go-isatty v0.0.19 // indirect
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||||
github.com/mattn/go-runewidth v0.0.15 // indirect
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
||||||
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
||||||
github.com/rivo/uniseg v0.4.4 // indirect
|
github.com/rivo/uniseg v0.4.4 // indirect
|
||||||
|
|||||||
@ -5,8 +5,8 @@ github.com/clbanning/mxj/v2 v2.7.0/go.mod h1:hNiWqW14h+kc+MdF9C6/YoRfjEJoR3ou6tn
|
|||||||
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
|
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
|
||||||
github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs=
|
github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs=
|
||||||
github.com/fatih/color v1.15.0/go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw=
|
github.com/fatih/color v1.15.0/go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw=
|
||||||
github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=
|
github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=
|
||||||
github.com/fsnotify/fsnotify v1.6.0/go.mod h1:sl3t1tCWJFWoRz9R8WJCbQihKKwmorjAbSClcnxKAGw=
|
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
|
||||||
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
|
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
|
||||||
github.com/go-logr/logr v1.2.4 h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ=
|
github.com/go-logr/logr v1.2.4 h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ=
|
||||||
github.com/go-logr/logr v1.2.4/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
|
github.com/go-logr/logr v1.2.4/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
|
||||||
@ -22,8 +22,8 @@ github.com/magiconair/properties v1.8.6/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPK
|
|||||||
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
|
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
|
||||||
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
|
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
|
||||||
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
|
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
|
||||||
github.com/mattn/go-isatty v0.0.19 h1:JITubQf0MOLdlGRuRq+jtsDlekdYPia9ZFsB8h/APPA=
|
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
|
||||||
github.com/mattn/go-isatty v0.0.19/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
|
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
|
||||||
github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI=
|
github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI=
|
||||||
github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=
|
github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=
|
||||||
github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
|
github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
|
||||||
@ -45,7 +45,6 @@ go.opentelemetry.io/otel/trace v1.14.0/go.mod h1:8avnQLK+CG77yNLUae4ea2JDQ6iT+go
|
|||||||
golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM=
|
golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM=
|
||||||
golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
|
golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
|
||||||
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
|
||||||
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=
|
golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=
|
||||||
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
|
|||||||
@ -950,12 +950,14 @@ func Test_Model_HasTable(t *testing.T) {
|
|||||||
defer dropTable(table)
|
defer dropTable(table)
|
||||||
// db.SetDebug(true)
|
// db.SetDebug(true)
|
||||||
gtest.C(t, func(t *gtest.T) {
|
gtest.C(t, func(t *gtest.T) {
|
||||||
|
t.AssertNil(db.GetCore().ClearCacheAll(ctx))
|
||||||
result, err := db.GetCore().HasTable(strings.ToUpper(table))
|
result, err := db.GetCore().HasTable(strings.ToUpper(table))
|
||||||
t.Assert(result, true)
|
t.Assert(result, true)
|
||||||
t.AssertNil(err)
|
t.AssertNil(err)
|
||||||
})
|
})
|
||||||
|
|
||||||
gtest.C(t, func(t *gtest.T) {
|
gtest.C(t, func(t *gtest.T) {
|
||||||
|
t.AssertNil(db.GetCore().ClearCacheAll(ctx))
|
||||||
result, err := db.GetCore().HasTable("table12321")
|
result, err := db.GetCore().HasTable("table12321")
|
||||||
t.Assert(result, false)
|
t.Assert(result, false)
|
||||||
t.AssertNil(err)
|
t.AssertNil(err)
|
||||||
|
|||||||
@ -3,7 +3,7 @@ module github.com/gogf/gf/contrib/drivers/pgsql/v2
|
|||||||
go 1.18
|
go 1.18
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/gogf/gf/v2 v2.5.6
|
github.com/gogf/gf/v2 v2.6.2
|
||||||
github.com/lib/pq v1.10.9
|
github.com/lib/pq v1.10.9
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -11,14 +11,14 @@ require (
|
|||||||
github.com/BurntSushi/toml v1.2.0 // indirect
|
github.com/BurntSushi/toml v1.2.0 // indirect
|
||||||
github.com/clbanning/mxj/v2 v2.7.0 // indirect
|
github.com/clbanning/mxj/v2 v2.7.0 // indirect
|
||||||
github.com/fatih/color v1.15.0 // indirect
|
github.com/fatih/color v1.15.0 // indirect
|
||||||
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
||||||
github.com/go-logr/logr v1.2.4 // indirect
|
github.com/go-logr/logr v1.2.4 // indirect
|
||||||
github.com/go-logr/stdr v1.2.2 // indirect
|
github.com/go-logr/stdr v1.2.2 // indirect
|
||||||
github.com/gorilla/websocket v1.5.0 // indirect
|
github.com/gorilla/websocket v1.5.0 // indirect
|
||||||
github.com/grokify/html-strip-tags-go v0.0.1 // indirect
|
github.com/grokify/html-strip-tags-go v0.0.1 // indirect
|
||||||
github.com/magiconair/properties v1.8.6 // indirect
|
github.com/magiconair/properties v1.8.6 // indirect
|
||||||
github.com/mattn/go-colorable v0.1.13 // indirect
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
||||||
github.com/mattn/go-isatty v0.0.19 // indirect
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||||
github.com/mattn/go-runewidth v0.0.15 // indirect
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
||||||
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
||||||
github.com/rivo/uniseg v0.4.4 // indirect
|
github.com/rivo/uniseg v0.4.4 // indirect
|
||||||
|
|||||||
@ -5,8 +5,8 @@ github.com/clbanning/mxj/v2 v2.7.0/go.mod h1:hNiWqW14h+kc+MdF9C6/YoRfjEJoR3ou6tn
|
|||||||
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
|
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
|
||||||
github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs=
|
github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs=
|
||||||
github.com/fatih/color v1.15.0/go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw=
|
github.com/fatih/color v1.15.0/go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw=
|
||||||
github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=
|
github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=
|
||||||
github.com/fsnotify/fsnotify v1.6.0/go.mod h1:sl3t1tCWJFWoRz9R8WJCbQihKKwmorjAbSClcnxKAGw=
|
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
|
||||||
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
|
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
|
||||||
github.com/go-logr/logr v1.2.4 h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ=
|
github.com/go-logr/logr v1.2.4 h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ=
|
||||||
github.com/go-logr/logr v1.2.4/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
|
github.com/go-logr/logr v1.2.4/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
|
||||||
@ -24,8 +24,8 @@ github.com/magiconair/properties v1.8.6/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPK
|
|||||||
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
|
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
|
||||||
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
|
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
|
||||||
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
|
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
|
||||||
github.com/mattn/go-isatty v0.0.19 h1:JITubQf0MOLdlGRuRq+jtsDlekdYPia9ZFsB8h/APPA=
|
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
|
||||||
github.com/mattn/go-isatty v0.0.19/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
|
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
|
||||||
github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI=
|
github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI=
|
||||||
github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=
|
github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=
|
||||||
github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
|
github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
|
||||||
@ -45,7 +45,6 @@ go.opentelemetry.io/otel/trace v1.14.0/go.mod h1:8avnQLK+CG77yNLUae4ea2JDQ6iT+go
|
|||||||
golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM=
|
golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM=
|
||||||
golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
|
golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
|
||||||
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
|
||||||
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=
|
golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=
|
||||||
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
|
|||||||
@ -15,6 +15,7 @@ import (
|
|||||||
"context"
|
"context"
|
||||||
"database/sql"
|
"database/sql"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"regexp"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
_ "github.com/lib/pq"
|
_ "github.com/lib/pq"
|
||||||
@ -237,6 +238,12 @@ func (d *Driver) Tables(ctx context.Context, schema ...string) (tables []string,
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
useRelpartbound := ""
|
||||||
|
if gstr.CompareVersion(d.version(ctx, link), "10") >= 0 {
|
||||||
|
useRelpartbound = "AND c.relpartbound IS NULL"
|
||||||
|
}
|
||||||
|
|
||||||
var query = fmt.Sprintf(`
|
var query = fmt.Sprintf(`
|
||||||
SELECT
|
SELECT
|
||||||
c.relname
|
c.relname
|
||||||
@ -247,10 +254,11 @@ INNER JOIN pg_namespace n ON
|
|||||||
WHERE
|
WHERE
|
||||||
n.nspname = '%s'
|
n.nspname = '%s'
|
||||||
AND c.relkind IN ('r', 'p')
|
AND c.relkind IN ('r', 'p')
|
||||||
AND c.relpartbound IS NULL
|
%s
|
||||||
ORDER BY
|
ORDER BY
|
||||||
c.relname`,
|
c.relname`,
|
||||||
usedSchema,
|
usedSchema,
|
||||||
|
useRelpartbound,
|
||||||
)
|
)
|
||||||
|
|
||||||
query, _ = gregex.ReplaceString(`[\n\r\s]+`, " ", gstr.Trim(query))
|
query, _ = gregex.ReplaceString(`[\n\r\s]+`, " ", gstr.Trim(query))
|
||||||
@ -266,6 +274,23 @@ ORDER BY
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// version checks and returns the database version.
|
||||||
|
func (d *Driver) version(ctx context.Context, link gdb.Link) string {
|
||||||
|
result, err := d.DoSelect(ctx, link, "SELECT version();")
|
||||||
|
if err != nil {
|
||||||
|
return ""
|
||||||
|
}
|
||||||
|
if len(result) > 0 {
|
||||||
|
if v, ok := result[0]["version"]; ok {
|
||||||
|
matches := regexp.MustCompile(`PostgreSQL (\d+\.\d+)`).FindStringSubmatch(v.String())
|
||||||
|
if len(matches) >= 2 {
|
||||||
|
return matches[1]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return ""
|
||||||
|
}
|
||||||
|
|
||||||
// TableFields retrieves and returns the fields' information of specified table of current schema.
|
// TableFields retrieves and returns the fields' information of specified table of current schema.
|
||||||
func (d *Driver) TableFields(ctx context.Context, table string, schema ...string) (fields map[string]*gdb.TableField, err error) {
|
func (d *Driver) TableFields(ctx context.Context, table string, schema ...string) (fields map[string]*gdb.TableField, err error) {
|
||||||
var (
|
var (
|
||||||
|
|||||||
@ -4,7 +4,7 @@ go 1.18
|
|||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/glebarez/go-sqlite v1.21.2
|
github.com/glebarez/go-sqlite v1.21.2
|
||||||
github.com/gogf/gf/v2 v2.5.6
|
github.com/gogf/gf/v2 v2.6.2
|
||||||
)
|
)
|
||||||
|
|
||||||
require (
|
require (
|
||||||
@ -12,7 +12,7 @@ require (
|
|||||||
github.com/clbanning/mxj/v2 v2.7.0 // indirect
|
github.com/clbanning/mxj/v2 v2.7.0 // indirect
|
||||||
github.com/dustin/go-humanize v1.0.1 // indirect
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
||||||
github.com/fatih/color v1.15.0 // indirect
|
github.com/fatih/color v1.15.0 // indirect
|
||||||
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
||||||
github.com/go-logr/logr v1.2.4 // indirect
|
github.com/go-logr/logr v1.2.4 // indirect
|
||||||
github.com/go-logr/stdr v1.2.2 // indirect
|
github.com/go-logr/stdr v1.2.2 // indirect
|
||||||
github.com/google/uuid v1.3.0 // indirect
|
github.com/google/uuid v1.3.0 // indirect
|
||||||
@ -20,7 +20,7 @@ require (
|
|||||||
github.com/grokify/html-strip-tags-go v0.0.1 // indirect
|
github.com/grokify/html-strip-tags-go v0.0.1 // indirect
|
||||||
github.com/magiconair/properties v1.8.6 // indirect
|
github.com/magiconair/properties v1.8.6 // indirect
|
||||||
github.com/mattn/go-colorable v0.1.13 // indirect
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
||||||
github.com/mattn/go-isatty v0.0.19 // indirect
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||||
github.com/mattn/go-runewidth v0.0.15 // indirect
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
||||||
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
||||||
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
||||||
|
|||||||
@ -7,8 +7,8 @@ github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkp
|
|||||||
github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
|
github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
|
||||||
github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs=
|
github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs=
|
||||||
github.com/fatih/color v1.15.0/go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw=
|
github.com/fatih/color v1.15.0/go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw=
|
||||||
github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=
|
github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=
|
||||||
github.com/fsnotify/fsnotify v1.6.0/go.mod h1:sl3t1tCWJFWoRz9R8WJCbQihKKwmorjAbSClcnxKAGw=
|
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
|
||||||
github.com/glebarez/go-sqlite v1.21.2 h1:3a6LFC4sKahUunAmynQKLZceZCOzUthkRkEAl9gAXWo=
|
github.com/glebarez/go-sqlite v1.21.2 h1:3a6LFC4sKahUunAmynQKLZceZCOzUthkRkEAl9gAXWo=
|
||||||
github.com/glebarez/go-sqlite v1.21.2/go.mod h1:sfxdZyhQjTM2Wry3gVYWaW072Ri1WMdWJi0k6+3382k=
|
github.com/glebarez/go-sqlite v1.21.2/go.mod h1:sfxdZyhQjTM2Wry3gVYWaW072Ri1WMdWJi0k6+3382k=
|
||||||
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
|
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
|
||||||
@ -29,8 +29,8 @@ github.com/magiconair/properties v1.8.6/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPK
|
|||||||
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
|
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
|
||||||
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
|
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
|
||||||
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
|
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
|
||||||
github.com/mattn/go-isatty v0.0.19 h1:JITubQf0MOLdlGRuRq+jtsDlekdYPia9ZFsB8h/APPA=
|
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
|
||||||
github.com/mattn/go-isatty v0.0.19/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
|
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
|
||||||
github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI=
|
github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI=
|
||||||
github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=
|
github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=
|
||||||
github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
|
github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
|
||||||
@ -53,7 +53,6 @@ go.opentelemetry.io/otel/trace v1.14.0/go.mod h1:8avnQLK+CG77yNLUae4ea2JDQ6iT+go
|
|||||||
golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM=
|
golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM=
|
||||||
golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
|
golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
|
||||||
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
|
||||||
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=
|
golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=
|
||||||
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user