types

package
v0.10.2 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrNoLauncherAvailable            = errors.New("no available launcher found")
	ErrNoProvidersAvailable           = errors.New("no providers available")
	ErrNoOptionsAvailable             = errors.New("no options available")
	ErrNoOptionSelected               = errors.New("no option selected")
	ErrReconModuleNotFound            = errors.New("recon module not found")
	ErrFailedToGetOptionsFromProvider = errors.New("failed to get options from recon")
	ErrFailedToRenderOptions          = errors.New("failed to render options")
	ErrSomeProvidersFailed            = errors.New("failed to get options from recon")
	ErrAllProvidersFailed             = errors.New("all providers failed to generate options")
	ErrFailedToCreateStartDirectory   = errors.New("failed to create start directory")
)

Functions

This section is empty.

Types

type FieldMapping

type FieldMapping struct {
	// Source is the source field name
	Source string `yaml:"source"`

	// Format optionally specifies a format of the source field, e.g. "unixtsmillis", "ldaptime", ...
	Format string `yaml:"format"`

	// Target is the target field name
	Target string `yaml:"target"`
}

Jump to

Keyboard shortcuts

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