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 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
Click to show internal directories.
Click to hide internal directories.