Versions in this module Expand all Collapse all v0 v0.0.2 Apr 18, 2024 Changes in this version + var CLIContextKey = ContextKey("CLI") + func PrepareContext(ctx context.Context, cliCtx *Context) context.Context + type Context struct + GeneratedFilePrefix string + OutputDir string + ParentPackageName string + Projects map[string]projects.Project + func GetContext(ctx context.Context) (*Context, error) + type ContextKey string + type Plugin interface + Generate func(ctx context.Context) error + Name func() string