Package rpc is a go-micro rpc handler.
const ( Handler = "rpc" )
func NewHandler(opts ...handler.Option) handler.Handler
func WithService(s *api.Service, opts ...handler.Option) handler.Handler