You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.
the compile error info :
pilot\pkg\networking\plugin\mixer\mixer.go:178:45: too many arguments in call to addServiceConfig
have (*model.Proxy, map[string]*types.Struct, *client.ServiceConfig)
want (map[string]*types.Struct, *client.ServiceConfig)
pilot\pkg\networking\plugin\mixer\mixer.go:251:46: too many arguments in call to addServiceConfig
have (*model.Proxy, map[string]*types.Struct, *client.ServiceConfig)
want (map[string]*types.Struct, *client.ServiceConfig)
pilot\pkg\networking\plugin\mixer\mixer.go:260:48: too many arguments in call to addServiceConfig
have (*model.Proxy, map[string]*types.Struct, *client.ServiceConfig)
want (map[string]*types.Struct, *client.ServiceConfig)
pilot\pkg\networking\plugin\mixer\mixer.go:269:48: too many arguments in call to addServiceConfig
have (*model.Proxy, map[string]*types.Struct, *client.ServiceConfig)
want (map[string]*types.Struct, *client.ServiceConfig)
pilot\pkg\networking\plugin\mixer\mixer.go:355:17: undefined: node
The text was updated successfully, but these errors were encountered:
casionone
changed the title
the pilot-discovey hava compile error because the component of mixer
the pilot-discovery has compile error because the component of mixer
Aug 17, 2018
casionone
changed the title
the pilot-discovery has compile error because the component of mixer
The pilot-discovery has compile error because the component of mixer
Aug 17, 2018
the [pilot/pkg/networking/plugin/mixer.go] file ( https://github.com/alipay/sofa-mesh/blob/master/pilot/pkg/networking/plugin/mixer/mixer.go ) has error because of too many arguments in call to addServiceConfig.
The text was updated successfully, but these errors were encountered: