lambda

package module
v0.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2021 License: MIT Imports: 4 Imported by: 0

README

Lambda Platform installation guide

  1. create your Database
  2. Set database (host, username and password) in config.toml
  3. go run init/init.go
  4. go run main.go
  5. You are ready :)

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

func (*Lambda) Start

func (app *Lambda) Start()

type Settings

type Settings struct {
	UseControlPanel     bool
	UseNotify           bool
	UseCrudLogger       bool
	UseArcGISConnection bool
}

Jump to

Keyboard shortcuts

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