Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DirectoryFileSystem ¶
type DumpEntry ¶
func ReadEntries ¶
func ReadEntries(logFS fs.FS, dumpPatterns []DumpPattern) ([]DumpEntry, error)
type DumpPattern ¶
type FolderCreator ¶
type FolderCreator struct {
// contains filtered or unexported fields
}
func NewFolderCreatorWithFileSystem ¶
func NewFolderCreatorWithFileSystem(fileSystem DirectoryFileSystem) (*FolderCreator, error)
func (*FolderCreator) CreateTempLogFolder ¶
func (c *FolderCreator) CreateTempLogFolder(prefix string) (string, string, error)
func (*FolderCreator) PrepareSessionCLIArgs ¶
func (c *FolderCreator) PrepareSessionCLIArgs(args []string, defaultLogLevel string, tempFolderPrefix string) (SessionCLIArgs, error)
type LogFileSystem ¶
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
func NewReaderWithFileSystem ¶
func NewReaderWithFileSystem(fileSystem LogFileSystem) (Reader, error)
func (Reader) ReadCombined ¶
func (Reader) ReadEntries ¶
type SessionCLIArgs ¶
func PrepareSessionCLIArgs ¶
func PrepareSessionCLIArgs(args []string, defaultLogLevel string, tempFolderPrefix string) (SessionCLIArgs, error)
Click to show internal directories.
Click to hide internal directories.