registry

package
v0.0.0-...-f2e9bb5 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2018 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetDbi

func GetDbi(name string, params map[string]interface{}) (dbi gae.DbInt, err error)

func GetDbiEx

func GetDbiEx(name string, params map[string]interface{}) (dbi gae.DbExInt, err error)

func GetLogi

func GetLogi(name string, params map[string]interface{}) (logi gae.LogInt, err error)

func GetStori

func GetStori(name string, params map[string]interface{}) (logi gae.StorInt, err error)

func GetWebi

func GetWebi(name string, params map[string]interface{}) (logi gae.WebInt, err error)

func RegisterDbi

func RegisterDbi(name string, constructor DbiConstructor)

func RegisterDbiEx

func RegisterDbiEx(name string, constructor DbiExConstructor)

func RegisterLogi

func RegisterLogi(name string, constructor LogiConstructor)

func RegisterStori

func RegisterStori(name string, constructor StoriConstructor)

func RegisterWebi

func RegisterWebi(name string, constructor WebiConstructor)

Types

type DbiConstructor

type DbiConstructor func(params map[string]interface{}) (db gae.DbInt, err error)

type DbiExConstructor

type DbiExConstructor func(params map[string]interface{}) (db gae.DbExInt, err error)

type LogiConstructor

type LogiConstructor func(params map[string]interface{}) (gae.LogInt, error)

type StoriConstructor

type StoriConstructor func(params map[string]interface{}) (gae.StorInt, error)

type WebiConstructor

type WebiConstructor func(params map[string]interface{}) (gae.WebInt, error)

Jump to

Keyboard shortcuts

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