Files
public-drive/svc/egress.go
T
2026-08-20 00:38:22 +03:00

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") }