Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultDataDir = func() string { if v, ok := os.LookupEnv("GUARD_DATA_DIR"); ok { klog.Infof("Using data dir %s found in GUARD_DATA_DIR env variable", v) return v } return filepath.Join(homedir.HomeDir(), ".guard") }()
View Source
var SupportedOrgs orgs
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.