Coder Social home page Coder Social logo

Comments (4)

vishr avatar vishr commented on May 3, 2024

Are you using echo as router or web framework? I am having little difficulty understanding your situation. If you can explain it with some examples, it will help.

Echo.Group was separated from Echo to limit API. It should have minimum impact to most of the users.

from echo.

benpate avatar benpate commented on May 3, 2024

I’m using echo mostly as a router. Here’s my use case: In my app, there’s a function that adds most of the routes into the echo router. That makes it difficult for this function to add routes simultaneously to both the root level via echo.Get() and to a sub-group via group.Get(). It’s working fine for now, because everything is just pointing to a group (and not the root level). But, one nice thing about echo was the ability to apply routes to either the root level or a sub-level using the exact same interface.

It should be simple enough to add an interface something like the code below. But, I completely understand you wanting to keep the API simple. So I understand if you’d rather skip this request.

type RouteMaker interface {
Get(string, Handler) error
Put(string, Handler) error
Post(string, Handler) error
Patch(string, Handler) error
Delete(string, Handler) error
}

Does this make sense? If it’s not clear, let me know how I can help clarify. :)


Ben

On May 24, 2015, at 11:00 PM, Vishal Rana [email protected] wrote:

Are you using echo as router or web framework? I am having little difficulty understanding your situation. If you can explain it with some examples, it will help.

Echo.Group was separated from Echo to limit API. It should have minimum impact to most of the users.


Reply to this email directly or view it on GitHub #80 (comment).

from echo.

vishr avatar vishr commented on May 3, 2024

Ben, to me it's a very specific case, I will just create an interface myself and use it.

from echo.

benpate avatar benpate commented on May 3, 2024

Yes. That makes sense. I wasn’t thinking that I could just make my own interface. Thanks!

On May 27, 2015, at 3:17 PM, Vishal Rana [email protected] wrote:

Ben, to me it's a very specific case, I will just create an interface myself and use it.


Reply to this email directly or view it on GitHub #80 (comment).

from echo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.