envoy: fix lua warning (#731)

This commit is contained in:
Caleb Doxsey 2020-05-19 10:21:50 -06:00 committed by GitHub
parent adaaed2481
commit ae0405f11e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 4 deletions

View file

@ -10,6 +10,7 @@ import (
)
//go:generate go run github.com/rakyll/statik -src=./luascripts -include=*.lua -p luascripts -ns luascripts
//go:generate go fmt ./luascripts/statik.go
var luascripts struct {
ExtAuthzSetCookie string