package ape import "context" // Checker provides methods to check requests and responses // with access policy engine. type Checker interface { CheckAPE(context.Context, Prm) error }