modules

package
v0.0.0-...-26b8db2 Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2020 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EventModule

type EventModule struct {
	// contains filtered or unexported fields
}

EventModule :

func NewEventModule

func NewEventModule() *EventModule

NewEventModule :

func (*EventModule) Export

func (e *EventModule) Export() *otto.Object

Export :

type FsModule

type FsModule struct {
	// contains filtered or unexported fields
}

FsModule :

func NewFsModule

func NewFsModule() *FsModule

NewFsModule :

func (*FsModule) Export

func (f *FsModule) Export() *otto.Object

Export :

func (*FsModule) Reader

func (f *FsModule) Reader(call otto.FunctionCall) otto.Value

Reader :

func (*FsModule) Writer

func (f *FsModule) Writer(call otto.FunctionCall) otto.Value

Writer :

type HTTP

type HTTP struct {
	// contains filtered or unexported fields
}

HTTP :

func NewHTTP

func NewHTTP() *HTTP

NewHTTP :

func (*HTTP) Export

func (h *HTTP) Export() *otto.Object

Export :

type SQL

type SQL struct {
	// contains filtered or unexported fields
}

SQL native sql module for db connection and crud operations

func NewSQLModule

func NewSQLModule() *SQL

NewSQLModule :

func (*SQL) Export

func (s *SQL) Export() *otto.Object

Export :

type SharedData

type SharedData struct {
	// contains filtered or unexported fields
}

SharedData :

func NewSharedData

func NewSharedData() *SharedData

NewSharedData :

func (*SharedData) Export

func (s *SharedData) Export() *otto.Object

Export :

type SysModule

type SysModule interface {
	Export() *otto.Object
}

SysModule :

func GetSystemModule

func GetSystemModule(name string) (SysModule, bool)

GetSystemModule returns system module

Jump to

Keyboard shortcuts

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