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