【解决冲突】
This commit is contained in:
parent
6f2bb4a106
commit
d4f5915a7a
|
@ -32,7 +32,7 @@ type log struct {
|
||||||
Compress bool // 是否压缩日志
|
Compress bool // 是否压缩日志
|
||||||
Stdout bool // 是否输出到控制台
|
Stdout bool // 是否输出到控制台
|
||||||
}
|
}
|
||||||
<<<<<<< HEAD
|
|
||||||
type messaging struct {
|
type messaging struct {
|
||||||
Centrifugo centrifugo
|
Centrifugo centrifugo
|
||||||
}
|
}
|
||||||
|
@ -41,11 +41,10 @@ type centrifugo struct {
|
||||||
ApiKey string
|
ApiKey string
|
||||||
ApiEndpoint string
|
ApiEndpoint string
|
||||||
Address string
|
Address string
|
||||||
=======
|
}
|
||||||
type dynamics struct {
|
type dynamics struct {
|
||||||
UdpLocalPort int
|
UdpLocalPort int
|
||||||
UdpRemoteAddr string
|
UdpRemoteAddr string
|
||||||
>>>>>>> a435ec7520b6fab654c7e0b9ece87920ee534ba9
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var Config AppConfig
|
var Config AppConfig
|
||||||
|
|
Loading…
Reference in New Issue