goadesign / goa

🌟 Goa: Elevate Go API development! 🚀 Streamlined design, automatic code generation, and seamless HTTP/gRPC support. ✨
https://goa.design
MIT License
5.54k stars 556 forks source link

Correctly handle specifying views on collections #3552

Closed raphael closed 2 weeks ago

raphael commented 2 weeks ago

For example:

Result(CollectionOf(shared.Node, func() {
    View(default)
}))