output

package
v0.0.0-...-ab4fb46 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BulkTemplateCreator

type BulkTemplateCreator interface {
	Create(
		messages []*input.Message,
		fkParentMap map[string]map[string]*FK,
		fkChildMap map[string]map[string][]*FK,
	) (*TemplateInfo, error)
}

type EachTemplateCreator

type EachTemplateCreator interface {
	Create(
		message *input.Message,
		fkParentMap map[string]map[string]*FK,
		fkChildMap map[string]map[string][]*FK,
	) (*TemplateInfo, error)
}

type FK

type FK struct {
	TableSnakeName  string
	ColumnSnakeName string
}

type TemplateInfo

type TemplateInfo struct {
	Data     []byte
	FilePath string
}

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

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