mirror of
https://github.com/kubescape/kubescape.git
synced 2026-04-15 06:58:11 +00:00
12 lines
195 B
Go
12 lines
195 B
Go
package v2
|
|
|
|
import (
|
|
"github.com/kubescape/kubescape/v2/core/cautils"
|
|
)
|
|
|
|
type SilentPrinter struct {
|
|
}
|
|
|
|
func (silentPrinter *SilentPrinter) ActionPrint(opaSessionObj *cautils.OPASessionObj) {
|
|
}
|