package
1.4.6
Repository: https://github.com/roadrunner-server/endure.git
Documentation: pkg.go.dev

# Functions

GracefulShutdownTimeout sets the timeout to kill the vertices is one or more of them are frozen.
NewContainer returns empty endure container Input parameters: logLevel -1 is the most informative level - DebugLevel --> also turns on pprof endpoint 0 - InfoLevel defines info log level.
SetBackoff sets initial and maximum backoff interval for retry.
SetLogLevel option sets the log level in the Endure.
Visualize visualize current graph.

# Constants

DebugLevel logs are typically voluminous, and are usually disabled in production.
DPanicLevel logs are particularly important errors.
Empty is placeholder.
ErrorLevel logs are high-priority.
FatalLevel logs a message, then calls os.Exit(1).
File output type.
InfoLevel is the default logging priority.
InitializeMethodName is the method fn to invoke in transition map.
InitMethodName is the function fn for the reflection.
PanicLevel logs a message, then panics.
ServeMethodName is the function fn for the Serve.
ShutdownMethodName is the method fn to invoke in transition map.
StartMethodName is the method fn to invoke in transition map.
StdOut output type.
StopMethodName is the function fn for the reflection to Stop the service.
WarnLevel logs are more important than Info, but don't need individual human review.

# Structs

Endure struct represent main endure repr.
Provide struct represents a single Provide value, which consists of: 1.
Result is the information which endure sends to the user.

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

A Level is a logging priority.
Options is the endure options.
Output represents possible output variants for the visualizer.
Providers is vertex provides type alias.