internalmodels

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ModelConfig

type ModelConfig struct {
	GoName          string
	ModelName       string
	Stage           string
	NameUpperCase   string
	SqlByteBuffer   bytes.Buffer
	Config          *configs.Config
	Profile         *configs.Profile
	Upstreams       []string
	Downstreams     []string
	Priority        int
	ModelProfile    *configs.ModelProfile
	SourceProfile   *configs.SourceProfile
	ModelType       ModelType
	ModelFieldsFunc string
}

type ModelType

type ModelType int
const (
	DATABASE ModelType = iota
	SOURCE
	CUSTOM
)

Jump to

Keyboard shortcuts

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