export

package
v1.3.7 Latest Latest
Warning

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

Go to latest
Published: May 12, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Helpers = func() map[string][]string {
	ret := map[string][]string{}
	add := func(k string, v string) {
		ret[k] = []string{v}
	}

	add("enum.values", "Possible values for this enumeration")
	add("model.name", "The name, usually corresponding to the name of your database table")
	add("model.package", "package")
	add("model.group", "The model's group, as a path, like [foo/bar]")
	add("model.description", "description")
	add("model.icon", "icon")
	add("model.ordering", "ordering")
	add("model.view", "view")
	add("model.search", "search")
	add("model.tags", "tags")
	add("model.titleOverride", "titleOverride")
	add("model.properOverride", "properOverride")
	add("model.config", "config")
	add("model.columns", "columns")
	add("model.relations", "relations")
	add("model.indexes", "indexes")

	return ret
}()

Functions

This section is empty.

Types

type Service

type Service struct{}

func NewService

func NewService() *Service

func (*Service) Files

func (s *Service) Files(p *project.Project, addHeader bool, linebreak string) (_ file.Files, e error)

func (*Service) FilesCSharp added in v1.2.22

func (s *Service) FilesCSharp(p *project.Project) (_ file.Files, e error)

Directories

Path Synopsis
gql
sql
svc

Jump to

Keyboard shortcuts

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