Documentation ¶
Index ¶
Constants ¶
View Source
const ( MessageFailedToGetTCPListener = "{AUTH GRPC} failed to get net listener" MessageGRPCServerFailedToStart = "{AUTH_GRPC} grpc server failed to start" //nolint:gosec // validation of the hardcoded credential is false positive MessageFailedToGetGRPCCredentials = "{AUTH GRPC} failed to get grpc credentials" MessageGRPCServerListening = "{AUTH GRPC} grpc server listening on %d tpc port" )
View Source
const ( EnvGRPCPort = "HORUSEC_GRPC_PORT" EnvGRPCCertPath = "HORUSEC_GRPC_CERT_PATH" EnvGRPCKeyPath = "HORUSEC_GRPC_KEY_PATH" EnvGrpcUseCerts = "HORUSEC_GRPC_USE_CERTS" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.