mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-01 16:01:26 +02:00
fix lint warning in pkg/envoy (#4181)
Rename unused 'ctx' parameter to '_'.
This commit is contained in:
parent
2db2d66eba
commit
79beb86924
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ var sysProcAttr = &syscall.SysProcAttr{
|
|||
Setpgid: true,
|
||||
}
|
||||
|
||||
func (srv *Server) runProcessCollector(ctx context.Context) {}
|
||||
func (srv *Server) runProcessCollector(_ context.Context) {}
|
||||
|
||||
func (srv *Server) prepareRunEnvoyCommand(ctx context.Context, sharedArgs []string) (exePath string, args []string) {
|
||||
if srv.cmd != nil && srv.cmd.Process != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue