Documentation
¶
Overview ¶
Package daemon represents the connection between the broker and pam/nss.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
App encapsulate commands and options of the daemon, which can be controlled by env variables and config files.
func (App) Hup ¶
Hup prints all goroutine stack traces and return false to signal you shouldn't quit.
func (App) RootCmd ¶
RootCmd returns a copy of the root command for the app. Shouldn't be in general necessary apart when running generators.
func (*App) Run ¶
Run executes the command and associated process. It returns an error on syntax/usage error.
func (App) UsageError ¶
UsageError returns if the error is a command parsing or runtime one.
Click to show internal directories.
Click to hide internal directories.