package
Version:
v0.0.0-...-a1cea6b
Opens a new window with list of versions in this module.
Published: Jul 30, 2019
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 5
Opens a new window with list of known importers.
Documentation
¶
type AuditResults struct {
AuditResults []struct {
ID string
Actions map[string][]string
}
}
AuditResults ...
type Audits struct {
Audits []struct {
ID string `json:"ID" yaml:"id"`
Description string `json:"Description" yaml:"description"`
Actions []string `json:"Actions" yaml:"actions"`
Resources []string `json:"Resources" yaml:"resources"`
}
}
Audits ...
Source Files
¶
Click to show internal directories.
Click to hide internal directories.