package
0.0.0-20250117142518-22410e7bf600
Repository: https://github.com/apache/openserverless-runtimes.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Debug emits a debug message.
DebugLimit emits a debug message with a limit in length.
IsBangPath checks for a shell executable.
IsElf checks for a Linux executable.
IsExe checks for a Windows executable.
IsExecutable check if it is an executable, according the current runtime.
IsGz checks if the given file is a valid tar.gz file.
IsMach64 checks for OSX executable.
IsZip checks if it is a zip file.
NewActionProxy creates a new action proxy that can handle http requests.
NewExecutor creates a child subprocess using the provided command line, writing the logs in the given file.
No description provided by the author
No description provided by the author
Unzip extracts file and directories in the given destination folder.
UnzipOrSaveJar checks if is is a jar file looking if there is a META-INF folder in it if it is a jar file, save it as the file jarFile Otherwise unzip the files in the destination dir.
Zip a directory.

# Constants

OutputGuard constant string.
No description provided by the author
ProxyModeClient is the client mode.
ProxyModeNone is the default mode.
ProxyModeServer is the server mode.

# Variables

Debugging flag.
DefaultTimeoutStart to wait for a process to start.
Version number - internal.

# Structs

ActionAck is the expected data structure for the action acknowledgement.
ActionProxy is the container of the data specific to a server.
No description provided by the author
ErrResponse is the response when there are errors.
Executor is the container and the guardian of a child process It starts a command, feeds input and output, read logs and control its termination.
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

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