Documentation
¶
Overview ¶
Command server is the thin default entrypoint for the generated API. It parses operator flags, seeds secret env vars, and calls server.Serve with the generated UnimplementedServer defaults. To plug in business logic, import the generated server package directly and call server.Serve(ctx, server.WithImpl(yourHandlers{}), ...) from your own main -- you do not need to edit or fork this file.
Click to show internal directories.
Click to hide internal directories.