Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DBLib ¶
type DBLib interface {
First(dbName, tableName, condition string) (map[interface{}]interface{}, error)
Where(dbName, tableName, condition string) ([]map[interface{}]interface{}, error)
Create(dbName, tableName string, data map[interface{}]interface{}) (map[interface{}]interface{}, error)
Update(dbName, tableName string, data map[interface{}]interface{}) (map[interface{}]interface{}, error)
Delete(dbName, tableName string, fields, data []interface{}) error
}
DBLib interface for lib in db
type ScriptEngine ¶
ScriptEngine interface for running script
Click to show internal directories.
Click to hide internal directories.