mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-27 23:18:13 +02:00
9 lines
127 B
Go
9 lines
127 B
Go
// +build !linux,!darwin
|
|
|
|
package envoy
|
|
|
|
import (
|
|
"context"
|
|
)
|
|
|
|
func (srv *Server) runProcessCollector(ctx context.Context) {}
|