Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct {
// contains filtered or unexported fields
}
Application is the main apigen application instance.
func (*Application) AddToFlagSet ¶
func (a *Application) AddToFlagSet(fs *flag.FlagSet)
AddToFlagSet adds application-level flags to the supplied FlagSet.
func (Application) Run ¶
func (a Application) Run(c context.Context) error
Run executes the application using the supplied context.
Note that this intentionally consumes the Application by value, as we may modify its configuration as parameters become resolved.
Click to show internal directories.
Click to hide internal directories.