Documentation ¶
Index ¶
- func AddOutputFlags(cmd *cobra.Command)
- func BulkSearch() *cobra.Command
- func Commands() []*cobra.Command
- func Eventlogs() *cobra.Command
- func Export() *cobra.Command
- func ExportTimesketch() *cobra.Command
- func ForensicStoreImport() *cobra.Command
- func ImportFile() *cobra.Command
- func JSONImport() *cobra.Command
- func Prefetch() *cobra.Command
- func RequireStore(_ *cobra.Command, args []string) error
- type OutputWriter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddOutputFlags ¶
func BulkSearch ¶ added in v0.14.0
func ExportTimesketch ¶ added in v0.13.1
func ForensicStoreImport ¶
func ImportFile ¶ added in v0.13.1
func JSONImport ¶
Types ¶
type OutputWriter ¶ added in v0.15.0
type OutputWriter struct {
// contains filtered or unexported fields
}
func NewOutputWriterURL ¶ added in v0.15.0
func NewOutputWriterURL(cmd *cobra.Command, url string) (*OutputWriter, func() error)
func (*OutputWriter) Write ¶ added in v0.15.0
func (o *OutputWriter) Write(b []byte) (n int, err error)
func (*OutputWriter) WriteFooter ¶ added in v0.15.0
func (o *OutputWriter) WriteFooter()
Click to show internal directories.
Click to hide internal directories.