package
0.0.0-20240917120716-8843776e9f3a
Repository: https://github.com/cossacklabs/acra.git
Documentation: pkg.go.dev
# Constants
Constants used by AcraServer.
We use this values as a file descriptors pointers on SIGHUP signal processing.
Constants used by AcraServer.
Constants used by AcraServer.
Constants used by AcraServer.
Constants used by AcraServer.
Constants used by AcraServer.
# Variables
DefaultConfigPath relative path to config which will be parsed as default.
ErrPipeReadWrongSignal occurs if we read unexpected signal from pipe between parent and forked processes.
ErrPipeWrite occurs if we can't write to inter-process pipe (that we use for forked and parent processes synchronization upon SIGHUP handling).
ErrShutdownTimeout occurs if we can't perform correct exit from realMain function (when we can't stop background goroutines used to handle system signals).