mirror of
https://github.com/go-micro/go-micro.git
synced 2025-09-16 08:36:30 +02:00
Remove default service
This commit is contained in:
@@ -34,8 +34,7 @@ type Service interface {
|
||||
type Option func(*Options)
|
||||
|
||||
var (
|
||||
HeaderPrefix = "X-Micro-"
|
||||
DefaultService = newService()
|
||||
HeaderPrefix = "X-Micro-"
|
||||
)
|
||||
|
||||
func NewService(opts ...Option) Service {
|
||||
|
Reference in New Issue
Block a user