Documentation
¶
Index ¶
- func Air(options AirOptions) (err error)
- func AirConfig(options AirConfigOptions) (err error)
- func Bun(options BunOptions) (err error)
- func Copy(options CopyOptions) (err error)
- func Core(options CoreOptions) (err error)
- func FixImports(options FixImportsOptions) (err error)
- func Icons(options IconsOptions) (err error)
- func Migration(options MigrationOptions) (err error)
- func Project(options ProjectOptions) (err error)
- func Queries(options QueriesOptions) (err error)
- func Schema(options SchemaOptions) (err error)
- func Snapshot(options SnapshotOptions) (err error)
- func Sqlc(options SqlcOptions) (err error)
- func Types(options TypesOptions) (err error)
- type AirConfigOptions
- type AirOptions
- type BunOptions
- type CopyOptions
- type CoreOptions
- type FixImportsOptions
- type IconsOptions
- type MigrationOptions
- type ProjectOptions
- type QueriesOptions
- type SchemaOptions
- type SnapshotOptions
- type SqlcOptions
- type TypesOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Air ¶
func Air(options AirOptions) (err error)
func AirConfig ¶
func AirConfig(options AirConfigOptions) (err error)
func Bun ¶
func Bun(options BunOptions) (err error)
func Copy ¶
func Copy(options CopyOptions) (err error)
func Core ¶
func Core(options CoreOptions) (err error)
func FixImports ¶
func FixImports(options FixImportsOptions) (err error)
func Icons ¶
func Icons(options IconsOptions) (err error)
func Migration ¶
func Migration(options MigrationOptions) (err error)
func Project ¶
func Project(options ProjectOptions) (err error)
func Queries ¶
func Queries(options QueriesOptions) (err error)
func Schema ¶
func Schema(options SchemaOptions) (err error)
func Snapshot ¶
func Snapshot(options SnapshotOptions) (err error)
func Sqlc ¶
func Sqlc(options SqlcOptions) (err error)
func Types ¶ added in v1.46.6
func Types(options TypesOptions) (err error)
Types ¶
type AirConfigOptions ¶
type AirOptions ¶
type AirOptions struct {
Air string
}
type BunOptions ¶
type BunOptions struct {
Bun string
}
type CopyOptions ¶
type CoreOptions ¶
type FixImportsOptions ¶
type FixImportsOptions struct {
Directory string
}
type MigrationOptions ¶
type QueriesOptions ¶
type SnapshotOptions ¶
type SqlcOptions ¶
type SqlcOptions struct {
Sqlc string
}
type TypesOptions ¶ added in v1.46.6
Source Files
¶
- air.go
- air_config.go
- air_config_options.go
- air_options.go
- bun.go
- bun_options.go
- copy.go
- copy_options.go
- core.go
- core_options.go
- fix_imports.go
- fix_imports_options.go
- icons.go
- icons_options.go
- migration.go
- migration_options.go
- project.go
- project_options.go
- queries.go
- queries_options.go
- schema.go
- schema_options.go
- snapshot.go
- snapshot_options.go
- sqlc.go
- sqlc_options.go
- types.go
- types_options.go
Click to show internal directories.
Click to hide internal directories.