Documentation ¶
Overview ¶
Package childproc allows other packages to register "tailscaled be-child" child process hook code. This avoids duplicating build tags in the tailscaled package. Instead, the code that needs to fork/exec the self executable (when it's tailscaled) can instead register the code they want to run.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Code = map[string]func([]string) error{}
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.