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
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
Some times we may use one micro api gateway for rpc and http at the same time.
Can we add a endpoints ...*api.Endpoint option for go-micro/web/Service interface Handle() and HandleFunc() func. My implement
So that user can use web/Service start a http service for micro api gateway. Otherwise users need to implement it themselves.
Just an idea to see if it's necessary to add to the go-micro/web
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
Some times we may use one
micro api
gateway forrpc
andhttp
at the same time.Can we add a
endpoints ...*api.Endpoint
option forgo-micro/web/Service
interfaceHandle()
andHandleFunc()
func.My implement
So that user can use
web/Service
start ahttp
service formicro api
gateway. Otherwise users need to implement it themselves.Just an idea to see if it's necessary to add to the
go-micro/web
e.g.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: