common

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Sep 24, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Names

type Names struct {
	RefName     string `yaml:"-"` // Name from filename, to be used on dependencies
	TargetName  string `yaml:"-"` // Name to be used on generated code
	Name        string `yaml:"-"`
	SchemaName  string `yaml:"-"`
	FullName    string `yaml:"-"`
	SQLFullName string `yaml:"-"`
}

Names represents entity names

func NewNames

func NewNames(filename, defaultSchema string) (*Names, error)

NewNames create names based on filename

Jump to

Keyboard shortcuts

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