5 lines
145 B
Go
5 lines
145 B
Go
package svc
|
|
|
|
// PostEgress proves the pipeline still reaches R2 with policy drop on output.
|
|
func PostEgress() string { return Verify("egress") }
|