Documentation
¶
Overview ¶
**************************************************************************
- COPYRIGHT (C) 2018, Rapid7 LLC, Boston, MA, USA.
- This code is licensed under MIT license (see LICENSE for details) *************************************************************************
**************************************************************************
- COPYRIGHT (C) 2018, Rapid7 LLC, Boston, MA, USA.
- This code is licensed under MIT license (see LICENSE for details) *************************************************************************
**************************************************************************
- COPYRIGHT (C) 2018, Rapid7 LLC, Boston, MA, USA.
- This code is licensed under MIT license (see LICENSE for details) *************************************************************************
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEncryptedFile ¶ added in v0.1.11
func NewEncryptedFile(fileName string) *encryptedFile
func NewS3Object ¶ added in v0.1.11
Types ¶
type StoredFile ¶ added in v0.1.11
type StoredFile interface {
FileName() string
Write(data []byte) error
Read() ([]byte, error)
Exists() bool
}
func NewCorrelationFile ¶ added in v0.1.11
func NewCorrelationFile(fileName string) (StoredFile, error)
func NewStoredFile ¶ added in v0.1.11
func NewStoredFile(fileName string) (StoredFile, error)
Click to show internal directories.
Click to hide internal directories.