Searched defs:mainOpts (Results 1 – 1 of 1) sorted by relevance
81 type mainOpts struct { struct82 disableError bool84 sendLog func(logSocket string, entry *paths.LogEntry, done chan interface{})85 config func(name string) paths.PathConfig86 lookupParents func() []paths.LogProcess89 func Main(stdout, stderr io.Writer, interposer string, args []string, opts mainOpts) (int, error) {