Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertYAMLMapKeyTypes ¶
This function has been stolen from the OPA codebase, ast/parser.go:2210 for converting yaml decoded types to types that OPA can handle
func ToRawInterface ¶
Types ¶
type TableWriter ¶
type TableWriter struct {
// contains filtered or unexported fields
}
func MakeTableWriter ¶
func MakeTableWriter(w io.Writer) TableWriter
func (TableWriter) Flush ¶
func (tw TableWriter) Flush()
func (TableWriter) Row ¶
func (tw TableWriter) Row(args ...any)
func (TableWriter) Text ¶
func (tw TableWriter) Text(value string)
func (TableWriter) Textf ¶
func (tw TableWriter) Textf(format string, args ...any)
func (TableWriter) Textln ¶
func (tw TableWriter) Textln(value string)
Click to show internal directories.
Click to hide internal directories.