cache

package
v0.0.0-...-a1cea6b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 30, 2019 License: MIT Imports: 0 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuditResults

type AuditResults struct {
	AuditResults []struct {
		ID      string
		Actions map[string][]string
	}
}

AuditResults ...

type Audits

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 ...

type Cache

type Cache struct {
	Policies map[string]map[string][]string `json:"Policies" yaml:"policies"`
	Groups   map[string]map[string][]string `json:"Groups" yaml:"groups"`
	Users    map[string]map[string][]string `json:"Users" yaml:"users"`
}

Cache ...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL