package
0.0.0-20240917120716-8843776e9f3a
Repository: https://github.com/cossacklabs/acra.git
Documentation: pkg.go.dev

# Packages

Package common has shared data betwee gRPC API handler and HTTP API handler.

# Constants

Constants handy for AcraTranslator.
Constants handy for AcraTranslator.
We use this values as a file descriptors pointers on SIGHUP signal processing.
Constants handy for AcraTranslator.
Constants handy for AcraTranslator.
Constants handy for AcraTranslator.
Constants handy for AcraTranslator.

# 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).