Compare commits
2 Commits
c27804489b
...
22ba1c8046
| Author | SHA1 | Date |
|---|---|---|
|
|
22ba1c8046 | |
|
|
e69a987535 |
|
|
@ -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