Versions in this module Expand all Collapse all v1 v1.0.0 Apr 27, 2026 Changes in this version + func Build(ctx context.Context, opts BuildOptions) error + func CreateMigration(ctx context.Context, opts CreateMigrationOptions) error + func Generate(ctx context.Context, opts GenerateOptions) error + func GenerateContext(ctx context.Context, opts GenerateContextOptions) error + func GenerateModule(ctx context.Context, opts GenerateModuleOptions) error + func GenerateWire(ctx context.Context, opts GenerateWireOptions) error + func MigrateDown(ctx context.Context, opts MigrationOptions) error + func MigrateUp(ctx context.Context, opts MigrationOptions) error + func MigrationStatus(ctx context.Context, opts MigrationOptions) error + func NewApp(ctx context.Context, opts NewAppOptions) error + func Run(ctx context.Context, opts RunOptions) error + type BuildOptions struct + Dir string + Docker bool + type CreateMigrationOptions struct + Dir string + Name string + type GenerateContextOptions struct + Dir string + Name string + type GenerateModuleOptions struct + Dir string + Name string + type GenerateOptions struct + Dir string + type GenerateWireOptions struct + Dir string + type MigrationOptions struct + DatabaseURL string + Dir string + Output io.Writer + type NewAppOptions struct + Dir string + HelixReplacePath string + Name string + type RunOptions struct + Args []string + Dir string