完成mt mtb改造
This commit is contained in:
parent
5d9c4faae2
commit
2c8c78b10c
@ -4,7 +4,7 @@ import (
|
|||||||
"f5"
|
"f5"
|
||||||
. "main/global"
|
. "main/global"
|
||||||
"main/model/system"
|
"main/model/system"
|
||||||
"mt"
|
"main/mt"
|
||||||
"net/http"
|
"net/http"
|
||||||
"q5"
|
"q5"
|
||||||
"strings"
|
"strings"
|
||||||
|
@ -7,7 +7,7 @@ import (
|
|||||||
//"fmt"
|
//"fmt"
|
||||||
"main/constant"
|
"main/constant"
|
||||||
"main/task"
|
"main/task"
|
||||||
"mt"
|
"main/mt"
|
||||||
//"sync"
|
//"sync"
|
||||||
//"time"
|
//"time"
|
||||||
)
|
)
|
||||||
|
@ -8,10 +8,6 @@ require f5 v1.0.0
|
|||||||
|
|
||||||
require jccommon v1.0.0
|
require jccommon v1.0.0
|
||||||
|
|
||||||
require mt v1.0.0
|
|
||||||
|
|
||||||
require mtb v1.0.0 // indirect
|
|
||||||
|
|
||||||
require main v1.0.0
|
require main v1.0.0
|
||||||
|
|
||||||
require (
|
require (
|
||||||
@ -65,8 +61,4 @@ replace f5 => ../../third_party/f5
|
|||||||
|
|
||||||
replace jccommon => ../jccommon
|
replace jccommon => ../jccommon
|
||||||
|
|
||||||
replace mt => ./mt
|
|
||||||
|
|
||||||
replace mtb => ./mtb
|
|
||||||
|
|
||||||
replace main => ./
|
replace main => ./
|
||||||
|
@ -4,7 +4,7 @@ import (
|
|||||||
"adminserver/common"
|
"adminserver/common"
|
||||||
"net/http"
|
"net/http"
|
||||||
|
|
||||||
"mt"
|
"main/mt"
|
||||||
|
|
||||||
"github.com/gin-gonic/gin"
|
"github.com/gin-gonic/gin"
|
||||||
)
|
)
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AccountDb struct {
|
type AccountDb struct {
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AdminCluster struct {
|
type AdminCluster struct {
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type AdminDb struct {
|
type AdminDb struct {
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type ConfDb struct {
|
type ConfDb struct {
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type FriendDb struct {
|
type FriendDb struct {
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type GameDb struct {
|
type GameDb struct {
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type MailDb struct {
|
type MailDb struct {
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type NFTDb struct {
|
type NFTDb struct {
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Web3ServiceCluster struct {
|
type Web3ServiceCluster struct {
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
module mt
|
|
||||||
|
|
||||||
go 1.20
|
|
||||||
|
|
||||||
require q5 v1.0.0
|
|
||||||
require f5 v1.0.0
|
|
||||||
require mtb v1.0.0
|
|
||||||
|
|
||||||
require (
|
|
||||||
)
|
|
||||||
|
|
||||||
replace q5 => ../../../third_party/q5
|
|
||||||
replace f5 => ../../../third_party/f5
|
|
||||||
replace mtb => ../mtb
|
|
@ -1,16 +0,0 @@
|
|||||||
module mtb
|
|
||||||
|
|
||||||
go 1.20
|
|
||||||
|
|
||||||
require q5 v1.0.0
|
|
||||||
|
|
||||||
require f5 v1.0.0
|
|
||||||
|
|
||||||
require (
|
|
||||||
github.com/golang/protobuf v1.5.0
|
|
||||||
google.golang.org/protobuf v1.31.0
|
|
||||||
)
|
|
||||||
|
|
||||||
replace q5 => ../../../third_party/q5
|
|
||||||
|
|
||||||
replace f5 => ../../../third_party/f5
|
|
@ -1,23 +0,0 @@
|
|||||||
github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8=
|
|
||||||
github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA=
|
|
||||||
github.com/golang/protobuf v1.4.0-rc.2/go.mod h1:LlEzMj4AhA7rCAGe4KMBDvJI+AwstrUpVNzEA03Pprs=
|
|
||||||
github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0/go.mod h1:WU3c8KckQ9AFe+yFwt9sWVRKCVIyN9cPHBJSNnbL67w=
|
|
||||||
github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvqG2KuDX0=
|
|
||||||
github.com/golang/protobuf v1.4.2 h1:+Z5KGCizgyZCbGh1KZqA0fcLLkwbsjIzS4aV2v7wJX0=
|
|
||||||
github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI=
|
|
||||||
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
|
|
||||||
github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
|
|
||||||
github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
|
|
||||||
github.com/google/go-cmp v0.4.0 h1:xsAVV57WRhGj6kEIi8ReJzQlHHqcBYCElAvkovg3B/4=
|
|
||||||
github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
|
|
||||||
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
|
|
||||||
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
|
||||||
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
|
|
||||||
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
|
|
||||||
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
|
|
||||||
google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967/go.mod h1:A+miEFZTKqfCUM6K7xSMQL9OKL/b6hQv+e19PK+JZNE=
|
|
||||||
google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzikPIcrTAo=
|
|
||||||
google.golang.org/protobuf v1.23.0 h1:4MY060fB1DLGMB/7MBTLnwQUY6+F09GEiz6SsrNqyzM=
|
|
||||||
google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU=
|
|
||||||
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
|
|
||||||
google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
|
|
@ -3,7 +3,7 @@ package app
|
|||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"main/constant"
|
"main/constant"
|
||||||
"mt"
|
"main/mt"
|
||||||
)
|
)
|
||||||
|
|
||||||
type app struct {
|
type app struct {
|
||||||
|
@ -8,10 +8,6 @@ require f5 v1.0.0
|
|||||||
|
|
||||||
require jccommon v1.0.0
|
require jccommon v1.0.0
|
||||||
|
|
||||||
require mt v1.0.0
|
|
||||||
|
|
||||||
require mtb v1.0.0 // indirect
|
|
||||||
|
|
||||||
require main v1.0.0
|
require main v1.0.0
|
||||||
|
|
||||||
require (
|
require (
|
||||||
@ -58,8 +54,4 @@ replace f5 => ../../third_party/f5
|
|||||||
|
|
||||||
replace jccommon => ../jccommon
|
replace jccommon => ../jccommon
|
||||||
|
|
||||||
replace mt => ./mt
|
|
||||||
|
|
||||||
replace mtb => ./mtb
|
|
||||||
|
|
||||||
replace main => ./
|
replace main => ./
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type BackTaskCluster struct {
|
type BackTaskCluster struct {
|
||||||
|
@ -3,7 +3,7 @@ package mt
|
|||||||
import (
|
import (
|
||||||
"q5"
|
"q5"
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type BcCurrency struct {
|
type BcCurrency struct {
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type BcEventDb struct {
|
type BcEventDb struct {
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type BcNftDb struct {
|
type BcNftDb struct {
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type GameDb struct {
|
type GameDb struct {
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ package mt
|
|||||||
import (
|
import (
|
||||||
"q5"
|
"q5"
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Item struct {
|
type Item struct {
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Language struct {
|
type Language struct {
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type MailDb struct {
|
type MailDb struct {
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
module mt
|
|
||||||
|
|
||||||
go 1.20
|
|
||||||
|
|
||||||
require q5 v1.0.0
|
|
||||||
require f5 v1.0.0
|
|
||||||
require mtb v1.0.0
|
|
||||||
|
|
||||||
require (
|
|
||||||
)
|
|
||||||
|
|
||||||
replace q5 => ../../../third_party/q5
|
|
||||||
replace f5 => ../../../third_party/f5
|
|
||||||
replace mtb => ../mtb
|
|
@ -1,16 +0,0 @@
|
|||||||
module mtb
|
|
||||||
|
|
||||||
go 1.20
|
|
||||||
|
|
||||||
require q5 v1.0.0
|
|
||||||
|
|
||||||
require f5 v1.0.0
|
|
||||||
|
|
||||||
require (
|
|
||||||
github.com/golang/protobuf v1.5.0
|
|
||||||
google.golang.org/protobuf v1.31.0
|
|
||||||
)
|
|
||||||
|
|
||||||
replace q5 => ../../../third_party/q5
|
|
||||||
|
|
||||||
replace f5 => ../../../third_party/f5
|
|
@ -1,23 +0,0 @@
|
|||||||
github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8=
|
|
||||||
github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA=
|
|
||||||
github.com/golang/protobuf v1.4.0-rc.2/go.mod h1:LlEzMj4AhA7rCAGe4KMBDvJI+AwstrUpVNzEA03Pprs=
|
|
||||||
github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0/go.mod h1:WU3c8KckQ9AFe+yFwt9sWVRKCVIyN9cPHBJSNnbL67w=
|
|
||||||
github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvqG2KuDX0=
|
|
||||||
github.com/golang/protobuf v1.4.2 h1:+Z5KGCizgyZCbGh1KZqA0fcLLkwbsjIzS4aV2v7wJX0=
|
|
||||||
github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI=
|
|
||||||
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
|
|
||||||
github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
|
|
||||||
github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
|
|
||||||
github.com/google/go-cmp v0.4.0 h1:xsAVV57WRhGj6kEIi8ReJzQlHHqcBYCElAvkovg3B/4=
|
|
||||||
github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
|
|
||||||
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
|
|
||||||
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
|
||||||
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
|
|
||||||
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
|
|
||||||
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
|
|
||||||
google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967/go.mod h1:A+miEFZTKqfCUM6K7xSMQL9OKL/b6hQv+e19PK+JZNE=
|
|
||||||
google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzikPIcrTAo=
|
|
||||||
google.golang.org/protobuf v1.23.0 h1:4MY060fB1DLGMB/7MBTLnwQUY6+F09GEiz6SsrNqyzM=
|
|
||||||
google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU=
|
|
||||||
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
|
|
||||||
google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
|
|
@ -6,7 +6,7 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
"jccommon"
|
"jccommon"
|
||||||
"math/big"
|
"math/big"
|
||||||
"mt"
|
"main/mt"
|
||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ package task
|
|||||||
import (
|
import (
|
||||||
"q5"
|
"q5"
|
||||||
"f5"
|
"f5"
|
||||||
"mt"
|
"main/mt"
|
||||||
"jccommon"
|
"jccommon"
|
||||||
"fmt"
|
"fmt"
|
||||||
"main/constant"
|
"main/constant"
|
||||||
|
@ -5,7 +5,7 @@ import (
|
|||||||
"f5"
|
"f5"
|
||||||
"fmt"
|
"fmt"
|
||||||
"strings"
|
"strings"
|
||||||
"mt"
|
"main/mt"
|
||||||
"jccommon"
|
"jccommon"
|
||||||
"main/constant"
|
"main/constant"
|
||||||
"main/service"
|
"main/service"
|
||||||
|
@ -5,7 +5,7 @@ import (
|
|||||||
"f5"
|
"f5"
|
||||||
"main/constant"
|
"main/constant"
|
||||||
"fmt"
|
"fmt"
|
||||||
//"mt"
|
//"main/mt"
|
||||||
//"strings"
|
//"strings"
|
||||||
"jccommon"
|
"jccommon"
|
||||||
)
|
)
|
||||||
|
@ -2,7 +2,7 @@ package app
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mt"
|
"main/mt"
|
||||||
)
|
)
|
||||||
|
|
||||||
type app struct {
|
type app struct {
|
||||||
|
@ -6,10 +6,6 @@ require q5 v1.0.0
|
|||||||
|
|
||||||
require f5 v1.0.0
|
require f5 v1.0.0
|
||||||
|
|
||||||
require mt v1.0.0
|
|
||||||
|
|
||||||
require mtb v1.0.0 // indirect
|
|
||||||
|
|
||||||
require main v1.0.0
|
require main v1.0.0
|
||||||
|
|
||||||
require (
|
require (
|
||||||
@ -55,8 +51,4 @@ replace q5 => ../../third_party/q5
|
|||||||
|
|
||||||
replace f5 => ../../third_party/f5
|
replace f5 => ../../third_party/f5
|
||||||
|
|
||||||
replace mt => ./mt
|
|
||||||
|
|
||||||
replace mtb => ./mtb
|
|
||||||
|
|
||||||
replace main => ./
|
replace main => ./
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type MailCluster struct {
|
type MailCluster struct {
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type MailDb struct {
|
type MailDb struct {
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
module mt
|
|
||||||
|
|
||||||
go 1.20
|
|
||||||
|
|
||||||
require q5 v1.0.0
|
|
||||||
require f5 v1.0.0
|
|
||||||
require mtb v1.0.0
|
|
||||||
|
|
||||||
require (
|
|
||||||
)
|
|
||||||
|
|
||||||
replace q5 => ../../../third_party/q5
|
|
||||||
replace f5 => ../../../third_party/f5
|
|
||||||
replace mtb => ../mtb
|
|
@ -1,16 +0,0 @@
|
|||||||
module mtb
|
|
||||||
|
|
||||||
go 1.20
|
|
||||||
|
|
||||||
require q5 v1.0.0
|
|
||||||
|
|
||||||
require f5 v1.0.0
|
|
||||||
|
|
||||||
require (
|
|
||||||
github.com/golang/protobuf v1.5.0
|
|
||||||
google.golang.org/protobuf v1.31.0
|
|
||||||
)
|
|
||||||
|
|
||||||
replace q5 => ../../../third_party/q5
|
|
||||||
|
|
||||||
replace f5 => ../../../third_party/f5
|
|
@ -1,23 +0,0 @@
|
|||||||
github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8=
|
|
||||||
github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA=
|
|
||||||
github.com/golang/protobuf v1.4.0-rc.2/go.mod h1:LlEzMj4AhA7rCAGe4KMBDvJI+AwstrUpVNzEA03Pprs=
|
|
||||||
github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0/go.mod h1:WU3c8KckQ9AFe+yFwt9sWVRKCVIyN9cPHBJSNnbL67w=
|
|
||||||
github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvqG2KuDX0=
|
|
||||||
github.com/golang/protobuf v1.4.2 h1:+Z5KGCizgyZCbGh1KZqA0fcLLkwbsjIzS4aV2v7wJX0=
|
|
||||||
github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI=
|
|
||||||
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
|
|
||||||
github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
|
|
||||||
github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
|
|
||||||
github.com/google/go-cmp v0.4.0 h1:xsAVV57WRhGj6kEIi8ReJzQlHHqcBYCElAvkovg3B/4=
|
|
||||||
github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
|
|
||||||
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
|
|
||||||
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
|
||||||
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
|
|
||||||
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
|
|
||||||
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
|
|
||||||
google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967/go.mod h1:A+miEFZTKqfCUM6K7xSMQL9OKL/b6hQv+e19PK+JZNE=
|
|
||||||
google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzikPIcrTAo=
|
|
||||||
google.golang.org/protobuf v1.23.0 h1:4MY060fB1DLGMB/7MBTLnwQUY6+F09GEiz6SsrNqyzM=
|
|
||||||
google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU=
|
|
||||||
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
|
|
||||||
google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
|
|
@ -3,7 +3,7 @@ package app
|
|||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
//. "main/global"
|
//. "main/global"
|
||||||
"mt"
|
"main/mt"
|
||||||
)
|
)
|
||||||
|
|
||||||
type app struct {
|
type app struct {
|
||||||
|
@ -8,10 +8,6 @@ require f5 v1.0.0
|
|||||||
|
|
||||||
require jccommon v1.0.0
|
require jccommon v1.0.0
|
||||||
|
|
||||||
require mt v1.0.0
|
|
||||||
|
|
||||||
require mtb v1.0.0 // indirect
|
|
||||||
|
|
||||||
require main v1.0.0
|
require main v1.0.0
|
||||||
|
|
||||||
require (
|
require (
|
||||||
@ -60,8 +56,4 @@ replace f5 => ../../third_party/f5
|
|||||||
|
|
||||||
replace jccommon => ../jccommon
|
replace jccommon => ../jccommon
|
||||||
|
|
||||||
replace mt => ./mt
|
|
||||||
|
|
||||||
replace mtb => ./mtb
|
|
||||||
|
|
||||||
replace main => ./
|
replace main => ./
|
||||||
|
@ -7,7 +7,7 @@ import (
|
|||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"jccommon"
|
"jccommon"
|
||||||
"main/service"
|
"main/service"
|
||||||
"mt"
|
"main/mt"
|
||||||
"net/http"
|
"net/http"
|
||||||
net_url "net/url"
|
net_url "net/url"
|
||||||
"q5"
|
"q5"
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type GamesapiCluster struct {
|
type GamesapiCluster struct {
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
module mt
|
|
||||||
|
|
||||||
go 1.20
|
|
||||||
|
|
||||||
require q5 v1.0.0
|
|
||||||
require f5 v1.0.0
|
|
||||||
require mtb v1.0.0
|
|
||||||
|
|
||||||
require (
|
|
||||||
)
|
|
||||||
|
|
||||||
replace q5 => ../../../third_party/q5
|
|
||||||
replace f5 => ../../../third_party/f5
|
|
||||||
replace mtb => ../mtb
|
|
@ -1,16 +0,0 @@
|
|||||||
module mtb
|
|
||||||
|
|
||||||
go 1.20
|
|
||||||
|
|
||||||
require q5 v1.0.0
|
|
||||||
|
|
||||||
require f5 v1.0.0
|
|
||||||
|
|
||||||
require (
|
|
||||||
github.com/golang/protobuf v1.5.0
|
|
||||||
google.golang.org/protobuf v1.31.0
|
|
||||||
)
|
|
||||||
|
|
||||||
replace q5 => ../../../third_party/q5
|
|
||||||
|
|
||||||
replace f5 => ../../../third_party/f5
|
|
@ -1,23 +0,0 @@
|
|||||||
github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8=
|
|
||||||
github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA=
|
|
||||||
github.com/golang/protobuf v1.4.0-rc.2/go.mod h1:LlEzMj4AhA7rCAGe4KMBDvJI+AwstrUpVNzEA03Pprs=
|
|
||||||
github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0/go.mod h1:WU3c8KckQ9AFe+yFwt9sWVRKCVIyN9cPHBJSNnbL67w=
|
|
||||||
github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvqG2KuDX0=
|
|
||||||
github.com/golang/protobuf v1.4.2 h1:+Z5KGCizgyZCbGh1KZqA0fcLLkwbsjIzS4aV2v7wJX0=
|
|
||||||
github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI=
|
|
||||||
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
|
|
||||||
github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
|
|
||||||
github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
|
|
||||||
github.com/google/go-cmp v0.4.0 h1:xsAVV57WRhGj6kEIi8ReJzQlHHqcBYCElAvkovg3B/4=
|
|
||||||
github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
|
|
||||||
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
|
|
||||||
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
|
||||||
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
|
|
||||||
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
|
|
||||||
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
|
|
||||||
google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967/go.mod h1:A+miEFZTKqfCUM6K7xSMQL9OKL/b6hQv+e19PK+JZNE=
|
|
||||||
google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzikPIcrTAo=
|
|
||||||
google.golang.org/protobuf v1.23.0 h1:4MY060fB1DLGMB/7MBTLnwQUY6+F09GEiz6SsrNqyzM=
|
|
||||||
google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU=
|
|
||||||
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
|
|
||||||
google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
|
|
@ -2,7 +2,7 @@ package service
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mt"
|
"main/mt"
|
||||||
"q5"
|
"q5"
|
||||||
"sync"
|
"sync"
|
||||||
"sync/atomic"
|
"sync/atomic"
|
||||||
|
@ -3,7 +3,7 @@ package app
|
|||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
//"main/constant"
|
//"main/constant"
|
||||||
"mt"
|
"main/mt"
|
||||||
"main/middleware"
|
"main/middleware"
|
||||||
. "main/global"
|
. "main/global"
|
||||||
)
|
)
|
||||||
|
@ -6,10 +6,6 @@ require q5 v1.0.0
|
|||||||
|
|
||||||
require f5 v1.0.0
|
require f5 v1.0.0
|
||||||
|
|
||||||
require mt v1.0.0
|
|
||||||
|
|
||||||
require mtb v1.0.0 // indirect
|
|
||||||
|
|
||||||
require main v1.0.0
|
require main v1.0.0
|
||||||
|
|
||||||
require (
|
require (
|
||||||
@ -55,8 +51,4 @@ replace q5 => ../../third_party/q5
|
|||||||
|
|
||||||
replace f5 => ../../third_party/f5
|
replace f5 => ../../third_party/f5
|
||||||
|
|
||||||
replace mt => ./mt
|
|
||||||
|
|
||||||
replace mtb => ./mtb
|
|
||||||
|
|
||||||
replace main => ./
|
replace main => ./
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type MailCluster struct {
|
type MailCluster struct {
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type MailDb struct {
|
type MailDb struct {
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
module mt
|
|
||||||
|
|
||||||
go 1.20
|
|
||||||
|
|
||||||
require q5 v1.0.0
|
|
||||||
require f5 v1.0.0
|
|
||||||
require mtb v1.0.0
|
|
||||||
|
|
||||||
require (
|
|
||||||
)
|
|
||||||
|
|
||||||
replace q5 => ../../../third_party/q5
|
|
||||||
replace f5 => ../../../third_party/f5
|
|
||||||
replace mtb => ../mtb
|
|
@ -1,16 +0,0 @@
|
|||||||
module mtb
|
|
||||||
|
|
||||||
go 1.20
|
|
||||||
|
|
||||||
require q5 v1.0.0
|
|
||||||
|
|
||||||
require f5 v1.0.0
|
|
||||||
|
|
||||||
require (
|
|
||||||
github.com/golang/protobuf v1.5.0
|
|
||||||
google.golang.org/protobuf v1.31.0
|
|
||||||
)
|
|
||||||
|
|
||||||
replace q5 => ../../../third_party/q5
|
|
||||||
|
|
||||||
replace f5 => ../../../third_party/f5
|
|
@ -1,23 +0,0 @@
|
|||||||
github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8=
|
|
||||||
github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA=
|
|
||||||
github.com/golang/protobuf v1.4.0-rc.2/go.mod h1:LlEzMj4AhA7rCAGe4KMBDvJI+AwstrUpVNzEA03Pprs=
|
|
||||||
github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0/go.mod h1:WU3c8KckQ9AFe+yFwt9sWVRKCVIyN9cPHBJSNnbL67w=
|
|
||||||
github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvqG2KuDX0=
|
|
||||||
github.com/golang/protobuf v1.4.2 h1:+Z5KGCizgyZCbGh1KZqA0fcLLkwbsjIzS4aV2v7wJX0=
|
|
||||||
github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI=
|
|
||||||
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
|
|
||||||
github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
|
|
||||||
github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
|
|
||||||
github.com/google/go-cmp v0.4.0 h1:xsAVV57WRhGj6kEIi8ReJzQlHHqcBYCElAvkovg3B/4=
|
|
||||||
github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
|
|
||||||
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
|
|
||||||
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
|
||||||
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
|
|
||||||
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
|
|
||||||
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
|
|
||||||
google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967/go.mod h1:A+miEFZTKqfCUM6K7xSMQL9OKL/b6hQv+e19PK+JZNE=
|
|
||||||
google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzikPIcrTAo=
|
|
||||||
google.golang.org/protobuf v1.23.0 h1:4MY060fB1DLGMB/7MBTLnwQUY6+F09GEiz6SsrNqyzM=
|
|
||||||
google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU=
|
|
||||||
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
|
|
||||||
google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
|
|
@ -5,7 +5,7 @@ import (
|
|||||||
"f5"
|
"f5"
|
||||||
"main/constant"
|
"main/constant"
|
||||||
. "main/global"
|
. "main/global"
|
||||||
"mt"
|
"main/mt"
|
||||||
"q5"
|
"q5"
|
||||||
"ss"
|
"ss"
|
||||||
)
|
)
|
||||||
|
@ -6,10 +6,6 @@ require q5 v1.0.0
|
|||||||
|
|
||||||
require f5 v1.0.0
|
require f5 v1.0.0
|
||||||
|
|
||||||
require mt v1.0.0
|
|
||||||
|
|
||||||
require mtb v1.0.0 // indirect
|
|
||||||
|
|
||||||
require main v1.0.0
|
require main v1.0.0
|
||||||
|
|
||||||
require cs v1.0.0
|
require cs v1.0.0
|
||||||
@ -57,10 +53,6 @@ replace q5 => ../../third_party/q5
|
|||||||
|
|
||||||
replace f5 => ../../third_party/f5
|
replace f5 => ../../third_party/f5
|
||||||
|
|
||||||
replace mt => ./mt
|
|
||||||
|
|
||||||
replace mtb => ./mtb
|
|
||||||
|
|
||||||
replace cs => ./cs
|
replace cs => ./cs
|
||||||
|
|
||||||
replace ss => ./ss
|
replace ss => ./ss
|
||||||
|
@ -6,7 +6,7 @@ import (
|
|||||||
|
|
||||||
"cs"
|
"cs"
|
||||||
"f5"
|
"f5"
|
||||||
"mt"
|
"main/mt"
|
||||||
"q5"
|
"q5"
|
||||||
"ss"
|
"ss"
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
|
@ -3,7 +3,7 @@ package mt
|
|||||||
import (
|
import (
|
||||||
"q5"
|
"q5"
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type HallCluster struct {
|
type HallCluster struct {
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type MasterCluster struct {
|
type MasterCluster struct {
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
module mt
|
|
||||||
|
|
||||||
go 1.20
|
|
||||||
|
|
||||||
require q5 v1.0.0
|
|
||||||
require f5 v1.0.0
|
|
||||||
require mtb v1.0.0
|
|
||||||
|
|
||||||
require (
|
|
||||||
)
|
|
||||||
|
|
||||||
replace q5 => ../../../third_party/q5
|
|
||||||
replace f5 => ../../../third_party/f5
|
|
||||||
replace mtb => ../mtb
|
|
@ -1,16 +0,0 @@
|
|||||||
module mtb
|
|
||||||
|
|
||||||
go 1.20
|
|
||||||
|
|
||||||
require q5 v1.0.0
|
|
||||||
|
|
||||||
require f5 v1.0.0
|
|
||||||
|
|
||||||
require (
|
|
||||||
github.com/golang/protobuf v1.5.0
|
|
||||||
google.golang.org/protobuf v1.31.0
|
|
||||||
)
|
|
||||||
|
|
||||||
replace q5 => ../../../third_party/q5
|
|
||||||
|
|
||||||
replace f5 => ../../../third_party/f5
|
|
@ -1,23 +0,0 @@
|
|||||||
github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8=
|
|
||||||
github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA=
|
|
||||||
github.com/golang/protobuf v1.4.0-rc.2/go.mod h1:LlEzMj4AhA7rCAGe4KMBDvJI+AwstrUpVNzEA03Pprs=
|
|
||||||
github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0/go.mod h1:WU3c8KckQ9AFe+yFwt9sWVRKCVIyN9cPHBJSNnbL67w=
|
|
||||||
github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvqG2KuDX0=
|
|
||||||
github.com/golang/protobuf v1.4.2 h1:+Z5KGCizgyZCbGh1KZqA0fcLLkwbsjIzS4aV2v7wJX0=
|
|
||||||
github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI=
|
|
||||||
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
|
|
||||||
github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
|
|
||||||
github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
|
|
||||||
github.com/google/go-cmp v0.4.0 h1:xsAVV57WRhGj6kEIi8ReJzQlHHqcBYCElAvkovg3B/4=
|
|
||||||
github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
|
|
||||||
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
|
|
||||||
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
|
||||||
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
|
|
||||||
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
|
|
||||||
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
|
|
||||||
google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967/go.mod h1:A+miEFZTKqfCUM6K7xSMQL9OKL/b6hQv+e19PK+JZNE=
|
|
||||||
google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzikPIcrTAo=
|
|
||||||
google.golang.org/protobuf v1.23.0 h1:4MY060fB1DLGMB/7MBTLnwQUY6+F09GEiz6SsrNqyzM=
|
|
||||||
google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU=
|
|
||||||
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
|
|
||||||
google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
|
|
@ -9,7 +9,7 @@ import (
|
|||||||
"main/common"
|
"main/common"
|
||||||
"main/constant"
|
"main/constant"
|
||||||
. "main/global"
|
. "main/global"
|
||||||
"mt"
|
"main/mt"
|
||||||
"net"
|
"net"
|
||||||
"q5"
|
"q5"
|
||||||
)
|
)
|
||||||
|
@ -6,7 +6,7 @@ import (
|
|||||||
"github.com/golang/protobuf/proto"
|
"github.com/golang/protobuf/proto"
|
||||||
"main/common"
|
"main/common"
|
||||||
"main/constant"
|
"main/constant"
|
||||||
"mt"
|
"main/mt"
|
||||||
"q5"
|
"q5"
|
||||||
"sort"
|
"sort"
|
||||||
)
|
)
|
||||||
|
@ -5,7 +5,7 @@ import (
|
|||||||
"f5"
|
"f5"
|
||||||
"main/constant"
|
"main/constant"
|
||||||
. "main/global"
|
. "main/global"
|
||||||
"mt"
|
"main/mt"
|
||||||
"q5"
|
"q5"
|
||||||
"ss"
|
"ss"
|
||||||
)
|
)
|
||||||
|
@ -6,10 +6,6 @@ require q5 v1.0.0
|
|||||||
|
|
||||||
require f5 v1.0.0
|
require f5 v1.0.0
|
||||||
|
|
||||||
require mt v1.0.0
|
|
||||||
|
|
||||||
require mtb v1.0.0 // indirect
|
|
||||||
|
|
||||||
require cs v1.0.0
|
require cs v1.0.0
|
||||||
|
|
||||||
require ss v1.0.0
|
require ss v1.0.0
|
||||||
@ -57,10 +53,6 @@ replace q5 => ../../third_party/q5
|
|||||||
|
|
||||||
replace f5 => ../../third_party/f5
|
replace f5 => ../../third_party/f5
|
||||||
|
|
||||||
replace mt => ./mt
|
|
||||||
|
|
||||||
replace mtb => ./mtb
|
|
||||||
|
|
||||||
replace cs => ./cs
|
replace cs => ./cs
|
||||||
|
|
||||||
replace ss => ./ss
|
replace ss => ./ss
|
||||||
|
@ -7,7 +7,7 @@ import (
|
|||||||
"main/constant"
|
"main/constant"
|
||||||
"main/model"
|
"main/model"
|
||||||
"fmt"
|
"fmt"
|
||||||
"mt"
|
"main/mt"
|
||||||
"strings"
|
"strings"
|
||||||
. "main/global"
|
. "main/global"
|
||||||
"github.com/golang/protobuf/proto"
|
"github.com/golang/protobuf/proto"
|
||||||
|
@ -6,7 +6,7 @@ import (
|
|||||||
|
|
||||||
"cs"
|
"cs"
|
||||||
"f5"
|
"f5"
|
||||||
"mt"
|
"main/mt"
|
||||||
"q5"
|
"q5"
|
||||||
"ss"
|
"ss"
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type FriendDb struct {
|
type FriendDb struct {
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type GameDb struct {
|
type GameDb struct {
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
"q5"
|
"q5"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type MasterCluster struct {
|
type MasterCluster struct {
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
module mt
|
|
||||||
|
|
||||||
go 1.20
|
|
||||||
|
|
||||||
require q5 v1.0.0
|
|
||||||
require f5 v1.0.0
|
|
||||||
require mtb v1.0.0
|
|
||||||
|
|
||||||
require (
|
|
||||||
)
|
|
||||||
|
|
||||||
replace q5 => ../../../third_party/q5
|
|
||||||
replace f5 => ../../../third_party/f5
|
|
||||||
replace mtb => ../mtb
|
|
@ -1,16 +0,0 @@
|
|||||||
module mtb
|
|
||||||
|
|
||||||
go 1.20
|
|
||||||
|
|
||||||
require q5 v1.0.0
|
|
||||||
|
|
||||||
require f5 v1.0.0
|
|
||||||
|
|
||||||
require (
|
|
||||||
github.com/golang/protobuf v1.5.0
|
|
||||||
google.golang.org/protobuf v1.31.0
|
|
||||||
)
|
|
||||||
|
|
||||||
replace q5 => ../../../third_party/q5
|
|
||||||
|
|
||||||
replace f5 => ../../../third_party/f5
|
|
@ -1,23 +0,0 @@
|
|||||||
github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8=
|
|
||||||
github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA=
|
|
||||||
github.com/golang/protobuf v1.4.0-rc.2/go.mod h1:LlEzMj4AhA7rCAGe4KMBDvJI+AwstrUpVNzEA03Pprs=
|
|
||||||
github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0/go.mod h1:WU3c8KckQ9AFe+yFwt9sWVRKCVIyN9cPHBJSNnbL67w=
|
|
||||||
github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvqG2KuDX0=
|
|
||||||
github.com/golang/protobuf v1.4.2 h1:+Z5KGCizgyZCbGh1KZqA0fcLLkwbsjIzS4aV2v7wJX0=
|
|
||||||
github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI=
|
|
||||||
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
|
|
||||||
github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
|
|
||||||
github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
|
|
||||||
github.com/google/go-cmp v0.4.0 h1:xsAVV57WRhGj6kEIi8ReJzQlHHqcBYCElAvkovg3B/4=
|
|
||||||
github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
|
|
||||||
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
|
|
||||||
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
|
||||||
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
|
|
||||||
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
|
|
||||||
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
|
|
||||||
google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967/go.mod h1:A+miEFZTKqfCUM6K7xSMQL9OKL/b6hQv+e19PK+JZNE=
|
|
||||||
google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzikPIcrTAo=
|
|
||||||
google.golang.org/protobuf v1.23.0 h1:4MY060fB1DLGMB/7MBTLnwQUY6+F09GEiz6SsrNqyzM=
|
|
||||||
google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU=
|
|
||||||
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
|
|
||||||
google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
|
|
@ -5,7 +5,7 @@ import (
|
|||||||
"f5"
|
"f5"
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/golang/protobuf/proto"
|
"github.com/golang/protobuf/proto"
|
||||||
"mt"
|
"main/mt"
|
||||||
"q5"
|
"q5"
|
||||||
"net"
|
"net"
|
||||||
"main/constant"
|
"main/constant"
|
||||||
|
@ -3,7 +3,7 @@ package app
|
|||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"main/constant"
|
"main/constant"
|
||||||
"mt"
|
"main/mt"
|
||||||
)
|
)
|
||||||
|
|
||||||
type app struct {
|
type app struct {
|
||||||
|
@ -8,10 +8,6 @@ require f5 v1.0.0
|
|||||||
|
|
||||||
require jccommon v1.0.0
|
require jccommon v1.0.0
|
||||||
|
|
||||||
require mt v1.0.0
|
|
||||||
|
|
||||||
require mtb v1.0.0 // indirect
|
|
||||||
|
|
||||||
require main v1.0.0
|
require main v1.0.0
|
||||||
|
|
||||||
require (
|
require (
|
||||||
@ -58,8 +54,4 @@ replace f5 => ../../third_party/f5
|
|||||||
|
|
||||||
replace jccommon => ../jccommon
|
replace jccommon => ../jccommon
|
||||||
|
|
||||||
replace mt => ./mt
|
|
||||||
|
|
||||||
replace mtb => ./mtb
|
|
||||||
|
|
||||||
replace main => ./
|
replace main => ./
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type BackTaskCluster struct {
|
type BackTaskCluster struct {
|
||||||
|
@ -3,7 +3,7 @@ package mt
|
|||||||
import (
|
import (
|
||||||
"q5"
|
"q5"
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type BcCurrency struct {
|
type BcCurrency struct {
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type BcEventDb struct {
|
type BcEventDb struct {
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type BcNftDb struct {
|
type BcNftDb struct {
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type GameDb struct {
|
type GameDb struct {
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ package mt
|
|||||||
import (
|
import (
|
||||||
"q5"
|
"q5"
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Item struct {
|
type Item struct {
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Language struct {
|
type Language struct {
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type MailDb struct {
|
type MailDb struct {
|
||||||
|
@ -2,7 +2,7 @@ package mt
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"f5"
|
"f5"
|
||||||
"mtb"
|
"main/mtb"
|
||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
module mt
|
|
||||||
|
|
||||||
go 1.20
|
|
||||||
|
|
||||||
require q5 v1.0.0
|
|
||||||
require f5 v1.0.0
|
|
||||||
require mtb v1.0.0
|
|
||||||
|
|
||||||
require (
|
|
||||||
)
|
|
||||||
|
|
||||||
replace q5 => ../../../third_party/q5
|
|
||||||
replace f5 => ../../../third_party/f5
|
|
||||||
replace mtb => ../mtb
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user