Giter Site home page Giter Site logo

gen and protobuf about gen HOT 5 OPEN

kanekv avatar kanekv commented on June 18, 2024
gen and protobuf

from gen.

Comments (5)

clipperhouse avatar clipperhouse commented on June 18, 2024

Hmm, sounds like not a great idea. gen is for your types -- I assume that the generated proto files represent an external package's types?

from gen.

kanekv avatar kanekv commented on June 18, 2024

Why? Protobuf could be used to exchange data between my own services. They are my own types, just defined differently.

from gen.

clipperhouse avatar clipperhouse commented on June 18, 2024

Fair, though I don't have a good suggestion off the top of my head. Show me some sample code?

from gen.

pavelsmejkal avatar pavelsmejkal commented on June 18, 2024

Well there are not many things to show. Protobuf it self generates some interfaces for example.

type ChannelStoreClient interface {
Ping(ctx context.Context, in _Client, opts ...grpc.CallOption) (_Response, error)
....
}

One option would be to have a possibility to add those custom types to "gen" explicitly by command line argument for example.

gen -type 'ChannelStoreClient slice:"Where,Count,GroupBy[string]"'

or support comments like this
// +gen slice:"Where,Count,GroupBy[string]"
// +type ChannelStoreClient

from gen.

joeblew99 avatar joeblew99 commented on June 18, 2024

@Kane-Sendgrid
@clipperhouse

This might help: https://github.com/Softwee/Anakin
Anakin takes a GRPC and via AST allows me to get in the middle of it to control exactly what gets code generated. I plan to use it for a bigger code gen project.

clipperhouse/gen can then be used to produce types with extra functionality i need.

SO you are code generating code, and that produced code is used for another coe gen pass.
I knwo the team at goa have written about this and have a multi.stage code generator too, which might be worth studying. i plan to look at it also.

from gen.

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.