generator

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2019 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Checkbox

type Checkbox struct {
}

This structure describes the Checkbox to the connector dialog and code generator

func (Checkbox) ConnectorParams

func (d Checkbox) ConnectorParams() *maps.SliceMap

func (Checkbox) GenerateCreate

func (d Checkbox) GenerateCreate(namespace string, col *generator.ColumnType) (s string)

func (Checkbox) GenerateGet

func (d Checkbox) GenerateGet(ctrlName string, objName string, col *generator.ColumnType) (s string)

func (Checkbox) GeneratePut

func (d Checkbox) GeneratePut(ctrlName string, objName string, col *generator.ColumnType) (s string)

func (Checkbox) Imports

func (d Checkbox) Imports() []string

func (Checkbox) NewFunc

func (d Checkbox) NewFunc() string

func (Checkbox) SupportsColumn

func (d Checkbox) SupportsColumn(col *generator.ColumnType) bool

func (Checkbox) Type

func (d Checkbox) Type() string

type DateTimeSpan

type DateTimeSpan struct {
}

This structure describes the DateTimeSpan to the connector dialog and code generator

func (DateTimeSpan) ConnectorParams

func (d DateTimeSpan) ConnectorParams() *maps.SliceMap

func (DateTimeSpan) GenerateCreate

func (d DateTimeSpan) GenerateCreate(namespace string, col *generator.ColumnType) (s string)

func (DateTimeSpan) GenerateGet

func (d DateTimeSpan) GenerateGet(ctrlName string, objName string, col *generator.ColumnType) (s string)

func (DateTimeSpan) GeneratePut

func (d DateTimeSpan) GeneratePut(ctrlName string, objName string, col *generator.ColumnType) (s string)

func (DateTimeSpan) Imports

func (d DateTimeSpan) Imports() []string

func (DateTimeSpan) NewFunc

func (d DateTimeSpan) NewFunc() string

func (DateTimeSpan) SupportsColumn

func (d DateTimeSpan) SupportsColumn(col *generator.ColumnType) bool

func (DateTimeSpan) Type

func (d DateTimeSpan) Type() string

type FloatTextbox

type FloatTextbox struct {
}

This structure describes the FloatTextbox to the connector dialog and code generator

func (FloatTextbox) ConnectorParams

func (d FloatTextbox) ConnectorParams() *maps.SliceMap

func (FloatTextbox) GenerateCreate

func (d FloatTextbox) GenerateCreate(namespace string, col *generator.ColumnType) (s string)

func (FloatTextbox) GenerateGet

func (d FloatTextbox) GenerateGet(ctrlName string, objName string, col *generator.ColumnType) (s string)

func (FloatTextbox) GeneratePut

func (d FloatTextbox) GeneratePut(ctrlName string, objName string, col *generator.ColumnType) (s string)

func (FloatTextbox) Imports

func (d FloatTextbox) Imports() []string

func (FloatTextbox) NewFunc

func (d FloatTextbox) NewFunc() string

func (FloatTextbox) SupportsColumn

func (d FloatTextbox) SupportsColumn(col *generator.ColumnType) bool

func (FloatTextbox) Type

func (d FloatTextbox) Type() string

type IntegerTextbox

type IntegerTextbox struct {
}

This structure describes the IntegerTextbox to the connector dialog and code generator

func (IntegerTextbox) ConnectorParams

func (d IntegerTextbox) ConnectorParams() *maps.SliceMap

func (IntegerTextbox) GenerateCreate

func (d IntegerTextbox) GenerateCreate(namespace string, col *generator.ColumnType) (s string)

func (IntegerTextbox) GenerateGet

func (d IntegerTextbox) GenerateGet(ctrlName string, objName string, col *generator.ColumnType) (s string)

func (IntegerTextbox) GeneratePut

func (d IntegerTextbox) GeneratePut(ctrlName string, objName string, col *generator.ColumnType) (s string)

func (IntegerTextbox) Imports

func (d IntegerTextbox) Imports() []string

func (IntegerTextbox) NewFunc

func (d IntegerTextbox) NewFunc() string

func (IntegerTextbox) SupportsColumn

func (d IntegerTextbox) SupportsColumn(col *generator.ColumnType) bool

func (IntegerTextbox) Type

func (d IntegerTextbox) Type() string

type SelectList

type SelectList struct {
}

This structure describes the SelectList to the connector dialog and code generator

func (SelectList) ConnectorParams

func (d SelectList) ConnectorParams() *maps.SliceMap

func (SelectList) GenerateCreate

func (d SelectList) GenerateCreate(namespace string, col *generator.ColumnType) (s string)

func (SelectList) GenerateGet

func (d SelectList) GenerateGet(ctrlName string, objName string, col *generator.ColumnType) (s string)

func (SelectList) GeneratePut

func (d SelectList) GeneratePut(ctrlName string, objName string, col *generator.ColumnType) (s string)

func (SelectList) Imports

func (d SelectList) Imports() []string

func (SelectList) NewFunc

func (d SelectList) NewFunc() string

func (SelectList) SupportsColumn

func (d SelectList) SupportsColumn(col *generator.ColumnType) bool

TODO: This has to be changed to support virtual column types like ManyMany and Reverse

func (SelectList) Type

func (d SelectList) Type() string

type Span

type Span struct {
}

This structure describes the Span to the connector dialog and code generator

func (Span) ConnectorParams

func (d Span) ConnectorParams() *maps.SliceMap

func (Span) GenerateCreate

func (d Span) GenerateCreate(namespace string, col *generator.ColumnType) (s string)

func (Span) GenerateGet

func (d Span) GenerateGet(ctrlName string, objName string, col *generator.ColumnType) (s string)

func (Span) GeneratePut

func (d Span) GeneratePut(ctrlName string, objName string, col *generator.ColumnType) (s string)

func (Span) Imports

func (d Span) Imports() []string

func (Span) NewFunc

func (d Span) NewFunc() string

func (Span) SupportsColumn

func (d Span) SupportsColumn(col *generator.ColumnType) bool

func (Span) Type

func (d Span) Type() string

type Textbox

type Textbox struct {
}

This structure describes the textbox to the connector dialog and code generator

func (Textbox) ConnectorParams

func (d Textbox) ConnectorParams() *maps.SliceMap

func (Textbox) GenerateCreate

func (d Textbox) GenerateCreate(namespace string, col *generator.ColumnType) (s string)

func (Textbox) GenerateGet

func (d Textbox) GenerateGet(ctrlName string, objName string, col *generator.ColumnType) (s string)

func (Textbox) GeneratePut

func (d Textbox) GeneratePut(ctrlName string, objName string, col *generator.ColumnType) (s string)

func (Textbox) Imports

func (d Textbox) Imports() []string

func (Textbox) NewFunc

func (d Textbox) NewFunc() string

func (Textbox) SupportsColumn

func (d Textbox) SupportsColumn(col *generator.ColumnType) bool

func (Textbox) Type

func (d Textbox) Type() string

Jump to

Keyboard shortcuts

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