Documentation ¶
Index ¶
- func Compile(c echo.Context) error
- func Delete(keys []string, db *buntdb.DB) error
- func Deploy(c echo.Context, db *leveldbwrapper.DBHandle) error
- func Execute(c echo.Context, db *leveldbwrapper.DBHandle) error
- func FindCodesByKey(key string, db *buntdb.DB) (string, error)
- func KeyGenerate(rawByteCode string) string
- func Ping(c echo.Context) error
- func Save(key, value string, db *buntdb.DB) error
- func SaveWithTTL(key, value string, db *buntdb.DB, hours int) error
- func Update(key, newValue string, db *buntdb.DB) error
- func UpdateWithTTL(key, newValue string, db *buntdb.DB, hours int) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func KeyGenerate ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.