rename ngin to rest
parent
e133ffd820
commit
0897f60c5d
@ -1,11 +1,11 @@
|
|||||||
package config
|
package config
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"zero/ngin"
|
"zero/rest"
|
||||||
"zero/rpcx"
|
"zero/rpcx"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
ngin.NgConf
|
rest.RtConf
|
||||||
Rpc rpcx.RpcClientConf
|
Rpc rpcx.RpcClientConf
|
||||||
}
|
}
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
package config
|
package config
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"zero/ngin"
|
"zero/rest"
|
||||||
"zero/rpcx"
|
"zero/rpcx"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
ngin.NgConf
|
rest.RtConf
|
||||||
Rpc rpcx.RpcClientConf
|
Rpc rpcx.RpcClientConf
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package ngin
|
package rest
|
||||||
|
|
||||||
import "net/http"
|
import "net/http"
|
||||||
|
|
@ -1,7 +1,7 @@
|
|||||||
package config
|
package config
|
||||||
|
|
||||||
import "zero/ngin"
|
import "zero/rest"
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
ngin.NgConf
|
rest.RtConf
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue