Documentation ¶ Index ¶ type Cmd func (c *Cmd) Help() string func (c *Cmd) Run(k *kong.Kong, ctx *cmdclient.Context) error func (c *Cmd) Validate() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Cmd ¶ added in v0.14.0 type Cmd struct { Kind string `default:"access" enum:"access,decision" help:"Kind of log entry (${enum})"` flagset.AuditFilters Raw bool `help:"Output results without formatting or colours"` } func (*Cmd) Help ¶ added in v0.14.0 func (c *Cmd) Help() string func (*Cmd) Run ¶ added in v0.14.0 func (c *Cmd) Run(k *kong.Kong, ctx *cmdclient.Context) error func (*Cmd) Validate ¶ added in v0.14.0 func (c *Cmd) Validate() error Source Files ¶ View all Source files audit.go Click to show internal directories. Click to hide internal directories.