mirror of https://github.com/ledisdb/ledisdb.git
11 lines
122 B
Go
11 lines
122 B
Go
|
// +build !lua
|
||
|
|
||
|
package server
|
||
|
|
||
|
type script struct {
|
||
|
}
|
||
|
|
||
|
func (app *App) openScript() {}
|
||
|
|
||
|
func (app *App) closeScript() {}
|