childproc

package
v1.64.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2024 License: BSD-3-Clause Imports: 0 Imported by: 9

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

func Add

func Add(typ string, f func(args []string) error)

Add registers code f to run as 'tailscaled be-child <typ> [args]'.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL