Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComplyTime ¶
type ComplyTime struct {
// UserWorkspace is the location where all output artifacts should be written. This is set
// by flags.
UserWorkspace string
// FrameworkID representing the compliance framework identifier associated with the artifacts in the workspace.
// It is set by workspace state or command positional arguments.
FrameworkID string
}
ComplyTime options are configurations needed for the complyctl CLI to run. They are less generic the Common options and would only be used in a subset of commands.
func (*ComplyTime) BindFlags ¶
func (o *ComplyTime) BindFlags(fs *pflag.FlagSet)
BindFlags populate ComplyTime options from user-specified flags.
func (*ComplyTime) ToPluginOptions ¶
func (o *ComplyTime) ToPluginOptions() complytime.PluginOptions
ToPluginOptions returns global PluginOptions based on complytime Options.
Click to show internal directories.
Click to hide internal directories.