Documentation
¶
Overview ¶
Package executable provides utilities for managing and locating executables related to GitLab Shell.
Index ¶
Constants ¶
View Source
const ( BinDir = "bin" Healthcheck = "check" GitlabShell = "gitlab-shell" AuthorizedKeysCheck = "gitlab-shell-authorized-keys-check" AuthorizedPrincipalsCheck = "gitlab-shell-authorized-principals-check" )
Predefined constants representing various executable names and directories.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Executable ¶
Executable represents an executable binary, including its name and root directory.
func New ¶
func New(name string) (*Executable, error)
New creates a new Executable instance by determining its root directory based on the current executable path.
Click to show internal directories.
Click to hide internal directories.