Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildOptions ¶ added in v1.0.2
type BuildOptions struct {
Anonymize bool
}
type Snapshot ¶
type Snapshot struct {
ExportVersion string `json:"export_version" yaml:"export_version"`
ExportedAt string `json:"exported_at" yaml:"exported_at"`
Org string `json:"org" yaml:"org"`
Agents []agg.Agent `json:"agents" yaml:"agents"`
Tools []agg.Tool `json:"tools" yaml:"tools"`
}
func BuildWithOptions ¶ added in v1.0.2
Click to show internal directories.
Click to hide internal directories.