Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Dir string AdditionalFiles []string BuildFlags []string RuntimeArgs []string Vendor bool PrintFiles bool Env []string // Non serialized fields Stdout, Stderr io.Writer `json:"-"` OnFileChange func(file string) `json:"-"` OnProcessStart func() `json:"-"` OnProcessExit func(err error) `json:"-"` Logf func(s string, a ...any) `json:"-"` }
Click to show internal directories.
Click to hide internal directories.