Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 js/wasm Overview ¶ Package generate creates and updates go-backend-kit projects. Index ¶ type Generator func (g Generator) Add(ctx context.Context, root, source string) error func (g Generator) Check(ctx context.Context, root string) error func (g Generator) Generate(ctx context.Context, root string) error func (g Generator) New(ctx context.Context, target, modulePath string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Generator ¶ type Generator struct { Version string DevelopmentReplace string } func (Generator) Add ¶ func (g Generator) Add(ctx context.Context, root, source string) error func (Generator) Check ¶ func (g Generator) Check(ctx context.Context, root string) error func (Generator) Generate ¶ func (g Generator) Generate(ctx context.Context, root string) error func (Generator) New ¶ func (g Generator) New(ctx context.Context, target, modulePath string) error Source Files ¶ View all Source files generator.goopenapi.gorender.goreplace_unix.go Click to show internal directories. Click to hide internal directories.