app

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Dec 29, 2024 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type QueryGenerator added in v0.3.0

type QueryGenerator struct {
	// contains filtered or unexported fields
}

func NewQueryGenerator added in v0.3.0

func NewQueryGenerator(
	option QueryGeneratorOption,
) (*QueryGenerator, error)

func (*QueryGenerator) Run added in v0.3.0

func (a *QueryGenerator) Run() error

type QueryGeneratorOption added in v0.3.0

type QueryGeneratorOption struct {
	Engine      entity.Engine
	ConfigPath  string
	DatabaseURL string
	OutputPath  string
}

type SchemaGenerator added in v0.3.0

type SchemaGenerator struct {
	// contains filtered or unexported fields
}

func NewSchemaGenerator added in v0.3.0

func NewSchemaGenerator(
	option SchemaGeneratorOption,
) (*SchemaGenerator, error)

func (*SchemaGenerator) Run added in v0.3.0

func (a *SchemaGenerator) Run() error

type SchemaGeneratorOption added in v0.3.0

type SchemaGeneratorOption struct {
	Engine     entity.Engine
	ConfigPath string
	SourcePath string
	OutputPath string
}

Jump to

Keyboard shortcuts

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