megadumper

package
v2.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 28, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LogDestination

type LogDestination int

LogDestination is an enum for the destination for where the logs are stored

const (
	// WriteToFile logs to a single file
	WriteToFile LogDestination = iota

	// WriteToDir logs to a directory
	WriteToDir

	// WriteToStdOut logs to standard out
	WriteToStdOut
)

func (LogDestination) String added in v2.2.0

func (ld LogDestination) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL