Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetCmd ¶
type GetCmd struct { Name string `arg:"" optional:"" help:"download decision logs"` Path string `optional:"" help:"download path"` Info bool `xor:"group2" optional:"" help:"get information about the logs, don't download"` Policies []string `optional:"" sep:"," help:"ID of policies to get logs for (all if not specified)"` }
type GetUserCmd ¶
type ListCmd ¶
type ListCmd struct {
Policies []string `optional:"" sep:"," help:"IDs of policies to list logs for (all if not specified)"`
}
type ListUsersCmd ¶
type ListUsersCmd struct { }
Click to show internal directories.
Click to hide internal directories.