update
parent
db3d256bd7
commit
e69b0a4756
|
@ -16,7 +16,7 @@ const (
|
|||
)
|
||||
|
||||
const (
|
||||
ServicePrefix = "grpc@"
|
||||
ServicePrefix = "grpc-"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
package myhttp
|
||||
|
||||
const (
|
||||
ServicePrefix = "http@"
|
||||
ServicePrefix = "http-"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue