mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 16:06:56 +00:00
6 lines
103 B
Go
6 lines
103 B
Go
package table
|
|
|
|
type Row struct {
|
|
RowCompact `header:"inline"`
|
|
Message string `header:"message"`
|
|
}
|