project

package
v0.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 4, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateProject

func CreateProject(root string, ctx ProjectContext) error

Types

type ProjectContext

type ProjectContext struct {
	ProjectName string
	ModulePath  string
	Options     ProjectOptions
}

type ProjectOptions

type ProjectOptions struct {
	ProjectName string

	Infra struct {
		Postgres bool
		Redis    bool
	}

	ORM struct {
		Ent bool
	}
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL