Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSON ¶
type JSON struct {
// contains filtered or unexported fields
}
func (*JSON) GetFileExtension ¶
GetFileExtension returns the file extension for a plain text file
type MegaDumpFormatter ¶
type MegaDumpFormatter interface {
Read(container *schema.LogDumpContainer) ([]byte, error)
GetFileExtension() string
String() string
}
MegaDumpFormatter abstracts the different types of log storage formats
type PlainText ¶
type PlainText struct {
// contains filtered or unexported fields
}
func (*PlainText) GetFileExtension ¶
GetFileExtension returns the file extension for a plain text file
Click to show internal directories.
Click to hide internal directories.