Giter Club home page Giter Club logo

Comments (3)

im-aIex avatar im-aIex commented on May 20, 2024 1

Okay, so I think it's a bit more nuanced then. I saw an error when you only have one controller action and that controller action had no results. I think it's an "import is not used" error. If so, should be pretty easy to fix, just moving an imports.AddNamed to a different location in the controller loader.

So I did a bit of playing around with different void scenarios, and the only scenario I found that didn't work was having a void action tied to a view. It resulted in:

# github.com/go-duo/bud/example/basic/bud/.app/controller
bud/.app/controller/controller.go:50:24: not enough arguments in call to i.View.Handler
        have (string)
        want (string, interface{})

Yep, I totally think it makes sense for func (c *Controller) Action(...) error { return nil } to also return a 204 No Content

Both of these are fixed in #68

from bud.

im-aIex avatar im-aIex commented on May 20, 2024

This seems to work for void controllers already. Changing the Show in the basic example results in a 204.

However, if the func returns a nil error, it is parsed as a 200. Not sure if it would make sense for void and nil error to parse the same.

from bud.

matthewmueller avatar matthewmueller commented on May 20, 2024

Thanks for looking into this!

This seems to work for void controllers already.

Okay, so I think it's a bit more nuanced then. I saw an error when you only have one controller action and that controller action had no results. I think it's an "import is not used" error. If so, should be pretty easy to fix, just moving an imports.AddNamed to a different location in the controller loader.

if the func returns a nil error, it is parsed as a 200

Yep, I totally think it makes sense for func (c *Controller) Action(...) error { return nil } to also return a 204 No Content


So I think there's 1 fix and 1 improvement. Updating the title.

from bud.

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.