Documentation ¶
Overview ¶
Package script provides lua scripting for skipper
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InitialPoolSize int = 3
InitialPoolSize is the number of lua states created initially per route
View Source
var MaxPoolSize int = 10
MaxPoolSize is the number of lua states stored per route - there may be more parallel requests, but only this number is cached.
Functions ¶
func NewLuaScript ¶
NewLuaScript creates a new filter spec for skipper
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.