Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JsonPrinter ¶
type JsonPrinter struct {
// contains filtered or unexported fields
}
func NewJsonPrinter ¶
func NewJsonPrinter() *JsonPrinter
func (*JsonPrinter) ActionPrint ¶
func (jsonPrinter *JsonPrinter) ActionPrint(opaSessionObj *cautils.OPASessionObj)
func (*JsonPrinter) Score ¶
func (jsonPrinter *JsonPrinter) Score(score float32)
func (*JsonPrinter) SetWriter ¶
func (jsonPrinter *JsonPrinter) SetWriter(outputFile string)
type PrometheusPrinter ¶
type PrometheusPrinter struct {
// contains filtered or unexported fields
}
func NewPrometheusPrinter ¶
func NewPrometheusPrinter(verboseMode bool) *PrometheusPrinter
func (*PrometheusPrinter) ActionPrint ¶
func (printer *PrometheusPrinter) ActionPrint(opaSessionObj *cautils.OPASessionObj)
func (*PrometheusPrinter) Score ¶
func (prometheusPrinter *PrometheusPrinter) Score(score float32)
func (*PrometheusPrinter) SetWriter ¶
func (prometheusPrinter *PrometheusPrinter) SetWriter(outputFile string)
Click to show internal directories.
Click to hide internal directories.