Documentation
¶
Index ¶
- Variables
- func BashScriptExecuteInHost(line string) error
- func BuildCommand(env []string, name string, args ...string) *exec.Cmd
- func CleanupChildProcesses(bySignal bool)
- func ExecuteInHost(env []string, name string, args ...string) error
- func ExecuteInHostWithOutput(env []string, name string, args ...string) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var Cloudflared = &cloudflareServ{ dnsRecords: make(map[string][]cloudflare.DNSRecord), pageRules: make(map[string][]cloudflare.PageRule), rulesets: make(map[string][]cloudflare.Ruleset), }
Functions ¶
func BashScriptExecuteInHost ¶ added in v1.7.0
func BuildCommand ¶ added in v1.3.0
func CleanupChildProcesses ¶ added in v1.3.0
func CleanupChildProcesses(bySignal bool)
func ExecuteInHost ¶ added in v1.7.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.