mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-31 07:19:16 +02:00
envoy: fix lua warning (#731)
This commit is contained in:
parent
adaaed2481
commit
ae0405f11e
3 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue