Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var UseArcGISConnection = false
View Source
var UseControlPanel = true
View Source
var UseCrudLogger = false
View Source
var UseNotify = false
Functions ¶
This section is empty.
Types ¶
type Lambda ¶
type Lambda struct {
Echo *echo.Echo
ModuleName string
GetGridMODEL func(schemaId string) (interface{}, interface{}, string, string, interface{}, string)
GetMODEL func(schemaId string) (string, interface{})
GetMessages func(schemaId string) map[string][]string
GetRules func(schemaId string) map[string][]string
// contains filtered or unexported fields
}
func New ¶
func New(moduleName string, GetGridMODEL func(schemaId string) (interface{}, interface{}, string, string, interface{}, string), GetMODEL func(schemaId string) (string, interface{}), GetMessages func(schemaId string) map[string][]string, GetRules func(schemaId string) map[string][]string, LambdaSettings ...*Settings) *Lambda
Click to show internal directories.
Click to hide internal directories.