fix: issues

This commit is contained in:
Rogee
2024-12-31 19:32:01 +08:00
parent 498a820a54
commit 6fa7f6d1d8
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ func (h *Config) Address() string {
}
type CMux struct {
Http http.Service
Http *http.Service
Grpc *grpc.Grpc
Mux cmux.CMux
}